betz Sat Mar 29 10:35:38 2003 EDT Modified files: /phpdoc/en/appendices migration4.xml reserved.xml Log: use of entities Index: phpdoc/en/appendices/migration4.xml diff -u phpdoc/en/appendices/migration4.xml:1.30 phpdoc/en/appendices/migration4.xml:1.31 --- phpdoc/en/appendices/migration4.xml:1.30 Tue Feb 11 07:35:29 2003 +++ phpdoc/en/appendices/migration4.xml Sat Mar 29 10:35:37 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.30 $ --> +<!-- $Revision: 1.31 $ --> <appendix id="migration4"> <title>Migrating from PHP 3 to PHP 4</title> @@ -118,7 +118,7 @@ <simpara> Standard values (or flags) cannot control certain PHP directives, for example: &safemode; (if you could override safe mode settings in - <filename>.htaccess</filename> files, it + &htaccess; files, it would defeat &safemode;'s purpose). In contrast, Admin values can modify the value of any PHP directive. </simpara> @@ -127,7 +127,7 @@ <simpara> To make the transition process easier, PHP 4 is bundled with scripts that automatically convert your Apache configuration and - <filename>.htaccess</filename> files + &htaccess; files to work with both PHP 3 and PHP 4. These scripts do NOT convert the mime type lines! You have to convert these yourself. </simpara> @@ -146,7 +146,7 @@ Your original configuration file will be saved in httpd.conf.orig. </simpara> <para> - To convert your <filename>.htaccess</filename> files, run the + To convert your &htaccess; files, run the <filename>aphtaccess-conv.sh</filename> script (available in the <filename>scripts/apache/</filename> directory as well): <informalexample> @@ -158,7 +158,7 @@ </informalexample> </para> <simpara> - Likewise, your old <filename>.htaccess</filename> files will be saved with + Likewise, your old &htaccess; files will be saved with an .orig prefix. </simpara> <simpara> Index: phpdoc/en/appendices/reserved.xml diff -u phpdoc/en/appendices/reserved.xml:1.28 phpdoc/en/appendices/reserved.xml:1.29 --- phpdoc/en/appendices/reserved.xml:1.28 Mon Mar 24 06:24:28 2003 +++ phpdoc/en/appendices/reserved.xml Sat Mar 29 10:35:37 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.28 $ --> +<!-- $Revision: 1.29 $ --> <appendix id="reserved"> <title>List of Reserved Words</title> @@ -489,7 +489,7 @@ <simpara> Your web server must be configured to create this variable. For example in Apache you'll need <literal>HostnameLookups On</literal> - inside <filename>httpd.conf</filename> for it to exist. See also + inside &httpd.conf; for it to exist. See also <function>gethostbyaddr</function>. </simpara> </note>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php