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 | -15/+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 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | conv_proto *.[ch] | Sascha Schumann | 1999-05-16 | 1 | -1/+1 |
| | |||||
* | * Include all of the standard modules in internal_functions.c.in. Stig - is ↵ | Zeev Suraski | 1999-05-14 | 1 | -0/+2 |
| | | | | | | | | | that the way you intended it to be? How does the basic_functions module get in there? * Fix to get MySQL objects working, even though I'll probably make a dedicated MySQL object in the future. | ||||
* | moved fdf, hyperwave, informix and some smaller files | Stig Bakken | 1999-04-22 | 1 | -0/+13 |