@@ -1,14 +1,14 @@
phpMyAdmin 2.2.6-dev Documentation
phpMyAdmin 2.2.6-rc1 Documentation
* Sourceforge phpMyAdmin project page [
* Sourceforge phpMyAdmin project page [ http://www.phpmyadmin.net/
http://www.phpmyadmin.net/ ]
]
* Local documents:
* Local documents:
+ Version history: ChangeLog
+ Version history: ChangeLog
+ General notes: README
+ General notes: README
+ License: LICENSE
+ License: LICENSE
* Documentation version: $Id: Documentation.html,v 1.183 2002/04/03
* Documentation version: $Id: Documentation.html,v 1.187 2002/04/05
02:39:25 lem9 Exp $
08:55:31 loic1 Exp $
______________________________________________________________________
______________________________________________________________________
Top - Requirements - Introduction - Installation -
Top - Requirements - Introduction - Installation -
@@ -653,8 +653,11 @@ FAQ - Frequently Asked Questions
standards.
standards.
I cannot upload big dump files.
I cannot upload big dump files.
The first thing to check (or ask your host provider to check) is the
The first things to check (or ask your host provider to check) are the
value of upload_max_filesize in php.ini.
values of upload_max_filesize, memory_limit and post_max_size in the
php.ini configuration file.
All of these three settings limit the maximum size of data that can be
submitted and handled by php.
[Configuration]
[Configuration]
@@ -864,11 +867,12 @@ FAQ - Frequently Asked Questions
existing language, where do I start?
existing language, where do I start?
Always use the current cvs version of your language file. For a new
Always use the current cvs version of your language file. For a new
language, start from english.inc.php3. If you don't know how to get
language, start from english.inc.php3. If you don't know how to get
the cvs version, please ask one of the developers. It would be a good
the cvs version, please ask one of the developers.
idea to subscribe to the phpmyadmin-translators discussion list,
You can then put your translations, as a zip file to avoid losing
because this is where we ask for translations of new messages. You can
special characters, on the sourceforge.net translation tracker.
then send your translations to the sourceforge.net translation
It would be a good idea to subscribe to the phpmyadmin- translators
tracker.
mailing list, because this is where we ask for translations of new
messages.
I would like to help out with the development of phpMyAdmin. How
I would like to help out with the development of phpMyAdmin. How
should I proceed?
should I proceed?
@@ -907,9 +911,9 @@ Developers Information
libraries/common.lib.php3 (common functions) and config.inc.php3.
libraries/common.lib.php3 (common functions) and config.inc.php3.
All configuration data belongs in config.inc.php3. Please keep it
All configuration data belongs in config.inc.php3. Please keep it
free from other code.
free from other code.
Commonly used functions should be added to libraries/lib.inc.php3
Commonly used functions should be added to
and more specific ones may be added within a library stored into
libraries/common.lib.php3 and more specific ones may be added
the libraries sub-directory.
within a library stored into the libraries sub-directory.
* Obviously, you're free to use whatever coding style you want. But
* Obviously, you're free to use whatever coding style you want. But
please try to keep your code as simple as possible: beginners are
please try to keep your code as simple as possible: beginners are
using phpMyAdmin as an example application.
using phpMyAdmin as an example application.
@@ -1034,7 +1038,7 @@ Kristof Hamann, Thomas Kl
Girish Nair, David Nordenberg, Bernard M. Piller, Laurent Haas,
Girish Nair, David Nordenberg, Bernard M. Piller, Laurent Haas,
"Sakamoto", Yuval Sarna, www.securereality.com.au,
"Sakamoto", Yuval Sarna, www.securereality.com.au,
Alvar Soome, Peter Svec, Michael Tacelosky, Rachim Tamsjadi,
Alvar Soome, Peter Svec, Michael Tacelosky, Rachim Tamsjadi,
Lu<EFBFBD> s V., Algis Vainauskas, Daniel Villanueva, Vinay,
Lu<EFBFBD> s V., Martijn W. van der Lee, Algis Vainauskas, Daniel Villanueva, Vinay,
Ignacio Vazquez-Abrams, Chee Wai, Jakub Wilk, Thomas Michael Winningham.
Ignacio Vazquez-Abrams, Chee Wai, Jakub Wilk, Thomas Michael Winningham.