php-src/ext/mysql
Zeev Suraski 86133ef45e Ok guys, the prototype for zend_fetch_resource*() has changed - it now
accepts a zval ** instead of a zval *, to be suitable for use with the
getParametersEx() API.
You don't have to switch to the getParametersEx() API, but you will have to
go over your code and add &'s where it's applicable (of course, if you have
the mental strength to go over your code and convert it to use the Ex API,
it's best).

The MySQL module now uses the getParametersEx() API completely.
1999-09-24 14:07:15 +00:00
..
config.h.stub moving mysql to ext/ 1999-04-21 21:26:10 +00:00
config.m4 Added PHP_WITH_SHARED for checking "shared,*" prefix when configuring 1999-09-13 17:17:51 +00:00
Makefile.am More cleanups 1999-09-03 19:37:46 +00:00
mysql.dsp *** empty log message *** 1999-09-03 23:40:44 +00:00
php_mysql.c Ok guys, the prototype for zend_fetch_resource*() has changed - it now 1999-09-24 14:07:15 +00:00
php_mysql.h Final MySQL tweaks 1999-09-03 19:54:12 +00:00
Readme_w32.txt * Add a new workspace for dynamic PHP extensions. 1999-06-04 10:45:54 +00:00
setup.stub moved dav, msql and oracle to ext/ 1999-04-21 22:49:16 +00:00