On Sun, Nov 23, 2008 at 11:36 PM, Edward Z. Yang <[EMAIL PROTECTED]> wrote: > Pierre Joye wrote: >> Please try in the cmd line: >> >> cd C:\Software\PHP\versions\5.2.7RC5-dev\ext >> >> php.exe -n -d extension_dir=ext -d extension=php_curl.dll -m >> > > C:\Users\Edward>cd C:\Software\PHP\versions\5.2.7RC5-dev\ext > > C:\Software\PHP\versions\5.2.7RC5-dev\ext>php.exe -n -d > extension_dir=ext -d extension=php_curl.dll -m > [PHP Modules] > bcmath > calendar > com_dotnet > ctype > curl
it loads a wrong extension somehow. The "-n" forces php to do not load any php.ini, the -d s define the extension dir (in 5.2.7RC4\ext) and load the curl extension. Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php