summaryrefslogtreecommitdiff
path: root/ext/mysql/php_mysql.c
Commit message (Collapse)AuthorAgeFilesLines
...
* * archive-based convenience libraries completely replacedSascha Schumann1999-10-041-4/+0
| | | | | | | | | | | | | | | | | | | | | | with libtool components * SAPI targets can enable thread-safe mode and define shared/static/program build target * all configure scripts use the same config.cache * phplibdir is $(top_builddir)/modules to avoid permission problems * sapi/*/Makefile.inc are gone * runpath handling cleaned up * top-level Makefile.in obsoleted through Makefile.am * --enable-versioning uses libtool's cleaner and more portable -export-symbols feature
* 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