Lines Matching refs:directive
320 using the extension directive in php.ini file or by loading it
456 Apache AddType directive, we want to avoid potentially dangerous
556 The bin-path directive allows lighttpd to spawn fastcgi processes
558 environment variable. The "bin-environment" directive sets the
1238 load them. Extensions can be loaded by adding an extension directive.
1592 * SAPI module specific location (PHPIniDir directive in Apache 2, -c
1683 These modes determine when and where a PHP directive may or may not be
1684 set, and each directive within the manual refers to one of these modes.
1690 directive is PHP_INI_ALL therefore it may be set anywhere, including
1720 Sets the value of the specified directive. Can be used only with
1728 Used to set a boolean configuration directive. Can be used only
1732 Sets the value of the specified directive. This can not be used
1733 in .htaccess files. Any directive type set with php_admin_value
1738 Used to set a boolean configuration directive. This can not be
1739 used in .htaccess files. Any directive type set with
1756 error_reporting directive as they will have no meaning and will
1771 configuration directive and the string value. PHP constants in the
2013 You must set the cgi.force_redirect directive to 0. It defaults
2014 to 1 so be sure the directive isn't commented out (with a ;).