Another question about writing PHP 5 extensions. What's the difference in
PHP_MINIT() / PHP_MSHUTDOWN() and PHP_RINIT() / PHP_RSHUTDOWN() ? When would
a "per request" init be made?
Thanks,
Lee
LeeStewart @ gmail.com
PHP_MINIT() / PHP_MSHUTDOWN() and PHP_RINIT() / PHP_RSHUTDOWN() ? When would
a "per request" init be made?
Thanks,
Lee
LeeStewart @ gmail.com
Comment