- an optimization right before 4.0.0. Who knows, maybe one of the phpinfo()
- functions depends on some information only available after RINIT.
- In any case, my fix for .phps stays in.
SLS_FETCH();
php_hash_environment(ELS_C SLS_CC PLS_CC);
+ zend_activate_modules();
+
if (SG(request_info).query_string && SG(request_info).query_string[0]=='='
&& PG(expose_php)) {
if (!strcmp(SG(request_info).query_string+1, PHP_LOGO_GUID)) {
}
}
- zend_activate_modules();
-
if (setjmp(EG(bailout))!=0) {
zend_deactivate_modules();
return;