php-src/ext/ereg
Andrey Hristov 1b2c932cc2 More symbol work.
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.
1999-07-26 20:09:08 +00:00
..
regex Finish porting aspell - tested and works ok now 1999-07-12 19:18:07 +00:00
ereg.c More symbol work. 1999-07-26 20:09:08 +00:00
php_ereg.h A bunch of grunt work updating function entries and declarations. 1999-07-24 22:16:54 +00:00
php_regex.h * Get Apache to work. POST doesn't work yet. 1999-05-11 00:01:47 +00:00