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

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.



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

[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