Thanks :)
Nuno
----- Original Message -----
From: "Michael Wallner" <[EMAIL PROTECTED]>
To: <phpdoc@lists.php.net>
Sent: Saturday, January 07, 2006 1:55 PM
Subject: [PHP-DOC] cvs: phpdoc /en/reference/curl configure.xml
mike Sat Jan 7 13:55:52 2006 UTC
Modified files:
/phpdoc/en/reference/curl configure.xml
Log:
- Nuno requested to remove the bit about the windir
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/curl/configure.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/curl/configure.xml
diff -u phpdoc/en/reference/curl/configure.xml:1.7
phpdoc/en/reference/curl/configure.xml:1.8
--- phpdoc/en/reference/curl/configure.xml:1.7 Fri Jan 6 23:53:25 2006
+++ phpdoc/en/reference/curl/configure.xml Sat Jan 7 13:55:52 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<section id="curl.installation">
&reftitle.install;
<para>
@@ -16,13 +16,9 @@
<note>
<title>Note to Win32 Users</title>
<simpara>
- In order to enable this module on a Windows environment, you must copy
+ In order to enable this module on a Windows environment,
<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>) or to the
folder where
- the PHP SAPI you use (Ex: <filename>php.exe</filename> or
<filename>php5apache2.dll</filename>)
- is located.
+ must be present in your PATH.
</simpara>
<simpara>
You don't need <filename>libcurl.dll</filename> from the CURL site.