Home
last modified time | relevance | path

Searched refs:modules_activated (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/main/
H A Dphp_globals.h129 zend_bool modules_activated; member
H A Dmain.c1511 PG(modules_activated) = 0; in php_start_sapi()
1518 PG(modules_activated)=1; in php_start_sapi()
1556 PG(modules_activated) = 0; in php_request_startup()
1601 PG(modules_activated)=1; in php_request_startup()
1682 if (PG(modules_activated)) zend_try { in php_request_shutdown_for_hook()
1686 if (PG(modules_activated)) { in php_request_shutdown_for_hook()
1748 if (PG(modules_activated)) zend_try { in php_request_shutdown()
1780 if (PG(modules_activated)) { in php_request_shutdown()
/PHP-5.5/ext/libxml/
H A Dlibxml.c707 if (xmlGenericError == php_libxml_error_handler && PG(modules_activated)) { in _php_libxml_pre_ext_ent_loader()
/PHP-5.5/ext/session/
H A Dsession.c577 if (PG(modules_activated) && !tmp) { in PHP_INI_MH()
607 if (PG(modules_activated) && !tmp) { in PHP_INI_MH()

Completed in 49 milliseconds