summaryrefslogtreecommitdiff
path: root/ext/mysql/php_mysql.c
Commit message (Collapse)AuthorAgeFilesLines
* Ok guys, the prototype for zend_fetch_resource*() has changed - it nowZeev Suraski1999-09-241-129/+129
| | | | | | | | | | | | 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.
* Fix the 4.0 tree (forgot to commit)Zeev Suraski1999-09-061-2/+5
|
* *** empty log message ***Zeev Suraski1999-09-041-2/+2
|
* Final MySQL tweaksZeev Suraski1999-09-031-0/+1810