Reply to Coding "init" functiosn for an extension...
Posted by Lee Stewart on 11/13/56 11:20
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?