ID:               38798
 Updated by:       [EMAIL PROTECTED]
 Reported By:      fidojones at fidojones dot com
-Status:           Open
+Status:           Assigned
 Bug Type:         OpenSSL related
 Operating System: linux
 PHP Version:      4.4.4
-Assigned To:      
+Assigned To:      pajoye


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

[2006-09-12 20:15:47] fidojones at fidojones dot com

Description:
------------
This bug is corrected in php5, but it's not introduced in php4 an fails
exactly as php5. In php 4.4.4 it's not yet.

SSL_library_init();


Description:
------------
Patch to fix

Index: ext/openssl/openssl.c
===================================================================
RCS file: /repository/php-src/ext/openssl/openssl.c,v
retrieving revision 1.98.2.1
diff -p -u -r1.98.2.1 openssl.c
--- ext/openssl/openssl.c       18 Aug 2005 13:34:37 -0000     
1.98.2.1
+++ ext/openssl/openssl.c       25 Nov 2005 03:03:47 -0000
@@ -584,6 +584,7 @@ PHP_MINIT_FUNCTION(openssl)
        le_x509 = zend_register_list_destructors_ex(php_x509_free,
NULL,
"OpenSSL X.509", module_number);
        le_csr = zend_register_list_destructors_ex(php_csr_free, NULL,
"OpenSSL X.509 CSR", module_number);

+       SSL_library_init();
        OpenSSL_add_all_ciphers();
        OpenSSL_add_all_digests();
        OpenSSL_add_all_algorithms();



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


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

Reply via email to