1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 08:58:28 +02:00
Files
archived-php-src/ext
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
..
1999-07-26 20:09:08 +00:00
1999-07-26 20:09:08 +00:00
1999-07-26 20:09:08 +00:00
1999-07-26 20:09:08 +00:00
1999-07-16 13:13:16 +00:00
1999-07-26 20:09:08 +00:00
1999-07-21 15:39:28 +00:00
1999-07-16 13:13:16 +00:00
1999-07-26 20:09:08 +00:00
1999-07-21 19:55:24 +00:00
1999-07-16 13:13:16 +00:00
1999-07-25 15:06:49 +00:00
1999-07-16 13:13:16 +00:00
1999-07-19 18:58:44 +00:00
1999-07-21 14:43:12 +00:00
1999-07-16 13:13:16 +00:00
1999-07-16 21:53:17 +00:00
1999-07-16 13:13:16 +00:00
1999-07-16 13:13:16 +00:00
1999-07-16 13:13:16 +00:00
1999-07-16 13:13:16 +00:00
1999-07-16 13:13:16 +00:00
1999-07-22 14:22:32 +00:00
1999-07-16 13:13:16 +00:00
1999-07-26 20:09:08 +00:00
1999-07-21 14:43:12 +00:00
1999-07-26 20:09:08 +00:00
1999-07-16 13:13:16 +00:00
1999-07-16 13:13:16 +00:00
1999-07-24 21:40:37 +00:00
1999-07-16 13:13:16 +00:00
1999-07-16 13:13:16 +00:00
1999-04-21 22:49:16 +00:00