ID:               42801
 User updated by:  oss_psuri at yahoo dot com
 Reported By:      oss_psuri at yahoo dot com
-Status:           Feedback
+Status:           Open
 Bug Type:         cURL related
 Operating System: Windows 2k3 server
 PHP Version:      5.2.4
 New Comment:

Hi,
I tried replacing the dlls but apache does not start after I replace
the dlls.

I get the following error in the Application log of Event Viewer
cannot load php5apache2.dll module

I checked the httpd.conf file for the LoadModule php5_module entry and
the filename/path mentioned in the directive corresponds to the actual
location of the php5apache2.dll.

Have I missed something? Please let me know

Thanks,


Previous Comments:
------------------------------------------------------------------------

[2007-10-01 10:48:25] [EMAIL PROTECTED]

Try the latest snapshot:
http://snaps.php.net/win32/php5.2-win32-latest.zip

And make sure you replace ALL old PHP related dlls with the ones that
come with the package.


------------------------------------------------------------------------

[2007-09-30 05:53:24] oss_psuri at yahoo dot com

Description:
------------
Access violation occurs in httpd.exe for php5ts.dll module On Windows 


The procedure to reproduce this bug is as follows.
1.Put curl_test.php in Document Root of Apache.(curl_test.php code
given in Reproduce code section)
2.Access http://localhost/curl_test.php by IE.
3.Watch the application log of the event viewer. (extract from the
error log is provided in actual result section)




Reproduce code:
---------------
<?php

$ver = curl_version();
echo is_array($ver) ? 'Array' : 'not an Array';
//curl_test.php file
?>

Expected result:
----------------
curl version information

Actual result:
--------------
Application Error in Event View log

Faulting application httpd.exe, faulting module php5ts.dll : fault
address 0x00004160


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=42801&edit=1

Reply via email to