philip Sun Sep 5 04:07:01 2004 EDT
Modified files: /phpdoc/en/faq installation.xml Log: Mention the Windows system directory is in the PATH, but not to copy files there. http://cvs.php.net/diff.php/phpdoc/en/faq/installation.xml?r1=1.38&r2=1.39&ty=u Index: phpdoc/en/faq/installation.xml diff -u phpdoc/en/faq/installation.xml:1.38 phpdoc/en/faq/installation.xml:1.39 --- phpdoc/en/faq/installation.xml:1.38 Fri Aug 13 00:34:34 2004 +++ phpdoc/en/faq/installation.xml Sun Sep 5 04:07:00 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.38 $ --> +<!-- $Revision: 1.39 $ --> <chapter id="faq.installation"> <title>Installation</title> <titleabbrev>Installation</titleabbrev> @@ -619,7 +619,14 @@ Save the file and restart your computer </para></listitem> </itemizedlist> - </para> + </para> + <para> + The PHP manual used to promote the copying of files into the Windows + system directory, this is because this directory + (<filename>C:\Windows</filename>, <filename>C:\WINNT</filename>, etc.) + is by default in the systems PATH. Copying files into the Windows + system directory has long since been deprecated and may cause problems. + </para> </answer> </qandaentry>