vrana Mon Aug 20 13:21:24 2007 UTC
Modified files:
/phpdoc/en/install ini.xml
Log:
php_admin_* can be changed in VirtualHost (bug #35261)
http://cvs.php.net/viewvc.cgi/phpdoc/en/install/ini.xml?r1=1.19&r2=1.20&diff_format=u
Index: phpdoc/en/install/ini.xml
diff -u phpdoc/en/install/ini.xml:1.19 phpdoc/en/install/ini.xml:1.20
--- phpdoc/en/install/ini.xml:1.19 Wed Jun 20 22:24:11 2007
+++ phpdoc/en/install/ini.xml Mon Aug 20 13:21:24 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.19 $ -->
+<!-- $Revision: 1.20 $ -->
<chapter xml:id="configuration" xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Runtime Configuration</title>
@@ -195,7 +195,7 @@
Sets the value of the specified directive.
This <emphasis>can not be used</emphasis> in &htaccess; files.
Any directive type set with <systemitem
role="directive">php_admin_value</systemitem>
- can not be overridden by &htaccess; or virtualhost directives.
+ can not be overridden by &htaccess;.
To clear a previously set value use <literal>none</literal> as the
value.
</para>
</listitem>
@@ -211,7 +211,7 @@
Used to set a boolean configuration directive.
This <emphasis>can not be used</emphasis> in &htaccess; files.
Any directive type set with <systemitem
role="directive">php_admin_flag</systemitem>
- can not be overridden by &htaccess; or virtualhost directives.
+ can not be overridden by &htaccess;.
</para>
</listitem>
</varlistentry>