Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * archive-based convenience libraries completely replaced | Sascha Schumann | 1999-10-04 | 1 | -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 now | Zeev Suraski | 1999-09-24 | 1 | -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 Suraski | 1999-09-06 | 1 | -2/+5 | |
| | ||||||
* | *** empty log message *** | Zeev Suraski | 1999-09-04 | 1 | -2/+2 | |
| | ||||||
* | Final MySQL tweaks | Zeev Suraski | 1999-09-03 | 1 | -0/+1810 | |