bagder: curl-www/libcurl/php _iis.html,1.6,1.7
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/libcurl/php In directory labb:/tmp/cvs-serv21652 Modified Files: _iis.html Log Message: explain the php_curl.dll a bit Index: _iis.html =================================================================== RCS file: /cvsroot/curl/curl-www/libcurl/php/_iis.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- _iis.html 19 Apr 2005 12:34:38 -0000 1.6 +++ _iis.html 7 Nov 2005 09:26:16 -0000 1.7 @@ -26,16 +26,19 @@ is a big HTML listing with all the current settings php is running on. <p> if you get any warning messages check the following: -<ol> +<ul> + <li> The extensions directory has not been set correctly in the php.ini file to fix -it - make sure there is the following line in your php.ini file +it - make sure there is the following line in your <tt>php.ini</tt> file extension_dir="c:\php\extensions\" (or the relevant directory string) (I put the \ on the end because php automagically puts in a / if its not there. I'm not sure if it has any effect tho. but it did change the warning messages I was getting.) -<li> Make sure the php_curl.dll file is in that directory. +<li> Make sure the php_curl.dll file is in that directory. <big><b>Note:</b> +the <i>php_curl.dll</i> is the PHP/CURL binding DLL and is included in the +binary PHP download package for Windows.</big> <li> Also make sure that the files necessary for curl to run are in the system[32] directory [32] for non 9x machines. libeay32.dll ssleay32.dll @@ -45,7 +48,7 @@ php_curl.dll file from the zip package) to fix this replace all the files in the php install directory with those from the zip package. (theres only 3 or so) -</ol> +</ul> <p> (stolen directly from the php install.txt) <p>