Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -64/+0 |
| | | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. | ||||
* | More symbol work. | Andrey Hristov | 1999-07-26 | 1 | -11/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | I've defined a few macros to help with module/request init/startup function definitions. Basically: PHP_MINIT_FUNCTION(module) PHP_MSHUTDOWN_FUNCTION(module) PHP_RINIT_FUNCTION(module) PHP_RSHUTDOWN_FUNCTION(module) PHP_MINFO_FUNCTION(module) These will expand to proper function prototypes. Now to specify these in the module entry, use: PHP_MINIT(module) PHP_MSHUTDOWN(module) PHP_RINIT(module) PHP_RSHUTDOWN(module) PHP_MINFO(module) I've updated all modules in ext/standard and everything from ext/apache to ext/db. If you can, please update your module to use these macros. | ||||
* | - run ext sources through conv_proto | Sascha Schumann | 1999-05-21 | 1 | -9/+9 |
| | | | | | - add necessary phpext_*_ptr | ||||
* | * added --enable-thread-safety switch | Stig Bakken | 1999-05-03 | 1 | -2/+2 |
| | | | | | * now generating internal_functions.c | ||||
* | moved bcmath | Stig Bakken | 1999-04-21 | 1 | -0/+64 |