Updated php / MySQL versions.
This commit is contained in:
@@ -5,10 +5,13 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2003-08-28 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||
* README: Updated php / MySQL versions.
|
||||
|
||||
2003-08-28 Michal Cihar <nijel@users.sourceforge.net>
|
||||
* libraries/display_export.lib.php3: Allow xml to be also default export
|
||||
(bug #796706).
|
||||
|
||||
|
||||
2003-08-27 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* tbl_relation.php3: User forgot to define an index on the master table
|
||||
before adding a foreign key constraint: trap the error, warn the user
|
||||
@@ -19,7 +22,7 @@ $Source$
|
||||
|
||||
2003-08-27 Michal Cihar <nijel@users.sourceforge.net>
|
||||
* sql.php3, lang/*: Print view with full texts (RFE #742123).
|
||||
|
||||
|
||||
2003-08-27 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||
* browse_foreigners.php3: undefined variable.
|
||||
|
||||
|
5
README
5
README
@@ -30,8 +30,9 @@ phpMyAdmin - Readme
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
Requirements:
|
||||
PHP3 (>= 3.0.8) or PHP4
|
||||
MySQL (tested with 3.21.x, 3.22.x, 3.23.x and 4.0.x)
|
||||
PHP3 (>= 3.0.8), PHP4 or PHP5
|
||||
MySQL (tested with 3.21.x, 3.22.x, 3.23.x, 4.0.x and 4.1.x)
|
||||
Note: The implemented MySQL 4.1.x support is experimental!
|
||||
a web-browser (doh!)
|
||||
|
||||
Summary:
|
||||
|
Reference in New Issue
Block a user