php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #23756 Apache 2 openssl library icombatible with php ones
Submitted: 2003-05-22 10:49 UTC Modified: 2003-05-23 06:37 UTC
From: fonzie at hotpop dot com Assigned: edink (profile)
Status: Closed Package: Apache2 related
PHP Version: 4.3.2RC4 OS: Windows 2000 sp3
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: fonzie at hotpop dot com
New email:
PHP Version: OS:

 

 [2003-05-22 10:49 UTC] fonzie at hotpop dot com
The mod_ssl extension for Apache 2.0.45 i've found has the classic SSLleay32.dll and libLeay32.dll included in the dstributed binaries for win32. Those refer to openssl version 0.97b. The same ones included in php 4.3.2RC4 bundle for win32 are from openssl 0.96g.
If i use the 0.96g DLLs from PHP all is ok but i can get SSLv3 extension of certificates (using for example x509_parse). If i use 0.97b DLLs from Apache, when httpd start i got a strange error (can't find 508 ordinal ???), httpd start but php engine doesn't.
Seems like the php_openssl.dll extension calls some function that is not present in libley or ssleay from 0.97 version.
There is some patch for that ? 
I need x509v3 extension fields.
Thanx in advance

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-05-22 11:28 UTC] sniper@php.net
Edin, can you see if you could upgrade the openssl libs?

 [2003-05-23 06:37 UTC] edink@php.net
The build system now uses openssl-0.9.7b.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 07:01:31 2024 UTC