Edit report at https://bugs.php.net/bug.php?id=55356&edit=1
ID: 55356 Comment by: chris at aspnix dot com Reported by: chris at aspnix dot com Summary: CURL No longer has SSL Support Status: Feedback Type: Feature/Change Request Package: cURL related Operating System: Windows Server 2008 R2 (Sp1) PHP Version: 5.3.7RC4 Block user comment: N Private report: N New Comment: I can confirm. The snapshot "5.3.7RC5-dev" does fix this and returns the normal socket streams of "tcp, udp, ssl, sslv3, sslv2, tls" as well. Thank you! Previous Comments: ------------------------------------------------------------------------ [2011-08-03 17:57:08] [email protected] Please try using this snapshot: http://snaps.php.net/php5.3-latest.tar.gz For Windows: http://windows.php.net/snapshots/ ------------------------------------------------------------------------ [2011-08-03 17:08:14] chris at aspnix dot com Sorry, in my initial report I need to correct a statement... CURL is enabled and showing in the phpinfo() extensions list, however it shows SSL support as NO. ------------------------------------------------------------------------ [2011-08-03 17:06:50] chris at aspnix dot com Description: ------------ When upgrading our test box to 5.3.7 RC4 (For PCI Complience due to a security issue in 5.3.6) we noted that CURL no longer shows SSL as YES, instead it shows NO. <?php phpinfo(); ?> Shows the CURL extension, but shows it without CURL enabled, OpenSSL is available and showing as enabled etc. Test script: --------------- <?php phpinfo(); ?> Expected result: ---------------- Should show SSL -> YES Actual result: -------------- Shows SSL -> NO ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=55356&edit=1
