summaryrefslogtreecommitdiff
path: root/ext/com
Commit message (Collapse)AuthorAgeFilesLines
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
| | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
* - Make CVS compile on Win32.Andi Gutmans1999-10-201-4/+4
| | | | | - Rename php3_COM.h -> php_COM.h
* More symbol work.Andrey Hristov1999-07-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | 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_protoSascha Schumann1999-05-211-2/+4
| | | | | - add necessary phpext_*_ptr
* moved apache, com and hyperwave into ext/Stig Bakken1999-04-211-0/+22