151101789e
Add a hardened flavor for both core and extensions (inspired by niallo@); Use our own way to install pear because the bundled installer is totally broken and upstream refuses to fix it. Add a mysqli subpackage which can be used to access the functionality provided by MySQL 4.1 and above. Other minor changes and fixes are also included. ok sturm@; tested by many
12 lines
398 B
Plaintext
12 lines
398 B
Plaintext
These functions allow you to access MySQL database servers.
|
|
More information about the mysql extension can be found at
|
|
http://www.php.net/mysql.
|
|
|
|
If you want to use functionality provided by MySQL 4.1 and
|
|
above, please consider using the mysqli extension.
|
|
|
|
Information about MySQL can be found at http://www.mysql.com/.
|
|
|
|
Documentation for MySQL can be found at
|
|
http://www.mysql.com/documentation/.
|