Home
last modified time | relevance | path

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

/php-src/main/
H A Dphp_globals.h131 bool modules_activated; member
H A Dmain.c1773 PG(modules_activated) = 0; in php_request_startup()
1817 PG(modules_activated)=1; in php_request_startup()
1850 if (PG(modules_activated)) { in php_request_shutdown()
1870 if (PG(modules_activated)) { in php_request_shutdown()
1880 if (PG(modules_activated)) { in php_request_shutdown()
/php-src/ext/libxml/
H A Dlibxml.c812 if (xmlGenericError == php_libxml_error_handler && PG(modules_activated)) { in _php_libxml_pre_ext_ent_loader()
/php-src/ext/session/
H A Dsession.c588 if (PG(modules_activated) && !tmp) { in PHP_INI_MH()
619 if (PG(modules_activated) && !tmp) { in PHP_INI_MH()

Completed in 26 milliseconds