Home
last modified time | relevance | path

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

/PHP-5.4/main/
H A Dphp_globals.h128 zend_bool modules_activated; member
H A Dmain.c1507 PG(modules_activated) = 0; in php_start_sapi()
1514 PG(modules_activated)=1; in php_start_sapi()
1552 PG(modules_activated) = 0; in php_request_startup()
1597 PG(modules_activated)=1; in php_request_startup()
1678 if (PG(modules_activated)) zend_try { in php_request_shutdown_for_hook()
1682 if (PG(modules_activated)) { in php_request_shutdown_for_hook()
1744 if (PG(modules_activated)) zend_try { in php_request_shutdown()
1776 if (PG(modules_activated)) { in php_request_shutdown()
/PHP-5.4/ext/libxml/
H A Dlibxml.c691 if (xmlGenericError == php_libxml_error_handler && PG(modules_activated)) { in _php_libxml_pre_ext_ent_loader()
/PHP-5.4/ext/session/
H A Dsession.c525 if (PG(modules_activated) && !tmp) { in PHP_INI_MH()
555 if (PG(modules_activated) && !tmp) { in PHP_INI_MH()

Completed in 20 milliseconds