openbsd-ports/www/php5/extensions/pkg/DESCR-mysql
robert 151101789e Update to version 5.1.4;
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
2006-05-09 14:15:40 +00:00

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/.