diff --git a/.cvsignore b/.cvsignore index 754607f2d..4665b803e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,4 +1,4 @@ -config.inc.developer.php3 +config.inc.developer.php phpmyadmin.wpj upload save diff --git a/ChangeLog b/ChangeLog index 0fc04360b..180b95cbd 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-11-18 Michal Cihar + * almost EVERYTHING: The big rename from php3 to php. + 2003-11-18 Michal Cihar * read_dump.php3: Show result of last SHOW query when multiple queries. * scripts/create-release.sh: Generate also sizes of files, for diff --git a/Documentation.html b/Documentation.html index 6f0569013..fca23d48f 100755 --- a/Documentation.html +++ b/Documentation.html @@ -145,23 +145,14 @@ end of lines character ("\r").

-

- Documentation warning: when you see in this - document a .php3 file extension, please transpose to .php - if you are using a kit with files having this extension. -

-

Quick Install:

    -
  1. Choose and download a distribution kit with the files having the - extension (.php3 or .php) depending on the way your - web/PHP server interprets those extensions.
  2. Untar or unzip the distribution (be sure to unzip the subdirectories): tar -xzvf phpMyAdmin_x.x.x.tar.gz in your webserver's document root. If you don't have direct access to your document root, put the files in a directory on your local machine, and, after step 3, transfer the directory on your web server using, for example, ftp.
  3. -
  4. Open the file config.inc.php3 in your favorite editor and change +
  5. Open the file config.inc.php in your favorite editor and change the values for host, user, password and authentication mode to fit your environment. Here, "host" means the MySQL server. Also insert the correct value for $cfg['PmaAbsoluteUri']. @@ -175,7 +166,7 @@ FAQ section for additional information.
  6. Open the file - <www.your-host.com>/<your-install-dir>/index.php3 + <www.your-host.com>/<your-install-dir>/index.php in your browser. phpMyAdmin should now display a welcome screen and your databases, or a login dialog if using HTTP or cookie authentication mode.
  7. @@ -186,14 +177,14 @@ You can already use your phpMyAdmin to create the tables for you. Please be aware that you may have to have special (administrator) privileges to create the database and tables. After having imported the create_tables.sql file, - you should specify the table names in your config.inc.php3 file. The directives + you should specify the table names in your config.inc.php file. The directives used for that can be found in the Configuration section.

Upgrading from an older version: