Home
last modified time | relevance | path

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

/PHP-5.3/main/
H A Dphp_globals.h142 zend_bool modules_activated; member
H A Dmain.c1397 PG(modules_activated) = 0; in php_start_sapi()
1404 PG(modules_activated)=1; in php_start_sapi()
1438 PG(modules_activated) = 0; in php_request_startup()
1478 PG(modules_activated)=1; in php_request_startup()
1559 if (PG(modules_activated)) zend_try { in php_request_shutdown_for_hook()
1563 if (PG(modules_activated)) { in php_request_shutdown_for_hook()
1617 if (PG(modules_activated)) zend_try { in php_request_shutdown()
1642 if (PG(modules_activated)) { in php_request_shutdown()
/PHP-5.3/ext/session/
H A Dsession.c641 if (PG(modules_activated) && !tmp) { in PHP_INI_MH()
669 if (PG(modules_activated) && !tmp) { in PHP_INI_MH()

Completed in 22 milliseconds