Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |