php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #46117 Update PHP OpenSSL Files
Submitted: 2008-09-18 15:30 UTC Modified: 2008-09-21 20:16 UTC
From: dj02 dot net at nbl dot fi Assigned:
Status: Closed Package: OpenSSL related
PHP Version: 5.2CVS-2008-09-18 (snap) OS: Windows Vista 6.0.6001
Private report: No CVE-ID: None
 [2008-09-18 15:30 UTC] dj02 dot net at nbl dot fi
Description:
------------
Hi,

I am running PHP 5.2.6. Could you update OpenSSL Files: libeay32.dll,
ssleay32.dll and Extension: php_openssl.dll to OpenSSL Version: 0.9.8i,
Please. Files: libeay32.dll and ssleay32.dll i updated from other
openssl official place but i couldn't find php_openssl.dll for OpenSSL
0.9.8i and so my phpinfo shows still version: 0.9.8g even libeay32.dll
and ssleay32.dll are 0.9.8i.

I have copied libeay32.dll (Version: 0.9.8i) and ssleay32.dll (Version:
0.9.8i) files in to: C:\WINDOWS\system32\ -location too.

Reproduce code:
---------------
 

Expected result:
----------------
 

Actual result:
--------------
 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-09-18 16:07 UTC] scottmac@php.net
The version number shown in phpinfo() is the version that the library was compiled against, it will still load the other library though but doesn't update the version number.

I've changed this in PHP 5.3 so it will show both version numbers.
 [2008-09-18 19:43 UTC] pajoye@php.net
Expected as Scott explained. He has also added the loaded library version in phpinfo (5.3+).

> closed
 [2008-09-21 20:16 UTC] pajoye@php.net
5.3 snaps use now 0.9.8i, next releases will contain them as well.

If it happens to be stable enough, we will update the 5.2 tree.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 11:01:28 2024 UTC