Hi Mike,

We don't advise users to copy files to the windows directory anymore. Users should add the PHP dir to the path, as is explained in http://php.net/install.windows.manual. So can you please remove that info?

Thanks,
Nuno

P.S.: BTW, yesterday I had to leave from IRC because my pc became unstable after running windows update :( The Solaris problem seems a bug in gcc, so I'll try with gcc 3.3.6.


----- Original Message -----
mike Fri Jan  6 23:53:25 2006 UTC

 Modified files:
   /phpdoc/en/reference/curl configure.xml
 Log:
 - clarify that one doesn't need libcurl.dll

http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/curl/configure.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/curl/configure.xml
diff -u phpdoc/en/reference/curl/configure.xml:1.6 phpdoc/en/reference/curl/configure.xml:1.7
--- phpdoc/en/reference/curl/configure.xml:1.6 Thu Jan 29 00:35:24 2004
+++ phpdoc/en/reference/curl/configure.xml Fri Jan  6 23:53:25 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<section id="curl.installation">
 &reftitle.install;
 <para>
@@ -19,8 +19,13 @@
  In order to enable this module on a Windows environment, you must copy
  <filename>libeay32.dll</filename> and <filename>ssleay32.dll</filename>
  from the DLL folder of the PHP/Win32 binary package to the SYSTEM
- folder of your Windows machine. (Ex: <filename class="directory">C:\WINNT\SYSTEM32</filename>
-  or <filename class="directory">C:\WINDOWS\SYSTEM</filename>)
+ folder of your Windows machine (Ex: <filename class="directory">C:\WINNT\SYSTEM32</filename> + or <filename class="directory">C:\WINDOWS\SYSTEM</filename>) or to the folder where + the PHP SAPI you use (Ex: <filename>php.exe</filename> or <filename>php5apache2.dll</filename>)
+  is located.
+  </simpara>
+  <simpara>
+  You don't need <filename>libcurl.dll</filename> from the CURL site.
  </simpara>
  </note>
</section>

Reply via email to