ID: 39801 Updated by: [EMAIL PROTECTED] Reported By: php at ahlenstorf dot ch -Status: Open +Status: Assigned -Bug Type: *Configuration Issues +Bug Type: Unknown/Other Function Operating System: Windows XP SP2 PHP Version: 5.2.0 -Assigned To: +Assigned To: jmertic New Comment:
John, I'm not sure the installer should do this, but you might want to look into it. Previous Comments: ------------------------------------------------------------------------ [2006-12-11 21:26:53] php at ahlenstorf dot ch Description: ------------ When installing PHP using the Windows Installer of PHP 5.2.0 and you install pecl_http *but not* cURL, PHP will be unable to load the pecl_http extension because pecl_http is built against cURL. Thus, when installing pecl_http the installer should install cURL too. Reproduce code: --------------- Install PHP 5.2.0 with pecl_http and without cURL using the Windows Installer and launch your webserver (e.g. Apache 2.2). Expected result: ---------------- pecl_http showing up in output of phpinfo(); Actual result: -------------- Log message in Apache error.log: PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\Programme\PHP\\ext\\php_http.dll' - Das angegebene Modul wurde nicht gefunden.\r\n in Unknown on line 0 (Translation of the german part of the error message: "The configured module could not be found"). ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=39801&edit=1
