|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2011-08-03 17:08 UTC] chris at aspnix dot com
[2011-08-03 17:57 UTC] pajoye@php.net
-Status: Open
+Status: Feedback
[2011-08-03 17:57 UTC] pajoye@php.net
[2011-08-03 18:02 UTC] chris at aspnix dot com
[2011-08-03 18:09 UTC] chris at aspnix dot com
-Status: Feedback
+Status: Open
[2011-08-03 18:09 UTC] chris at aspnix dot com
[2011-08-03 19:46 UTC] pajoye@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: pajoye
[2011-08-03 19:46 UTC] pajoye@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Oct 31 23:00:01 2025 UTC |
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