php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #66945 likes bug #54736
Submitted: 2014-03-23 15:41 UTC Modified: 2017-03-17 02:10 UTC
Votes:2
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: keminar@php.net Assigned: rdlowrey (profile)
Status: Closed Package: OpenSSL related
PHP Version: 5.4.26 OS: debian
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: keminar@php.net
New email:
PHP Version: OS:

 

 [2014-03-23 15:41 UTC] keminar@php.net
Description:
------------
"ext/openssl/xp_ssl.c"
#ifdef OPENSSL_NO_SSL2
should be 
#ifndef OPENSSL_NO_SSL2

likes 
https://bugs.php.net/patch-display.php?bug_id=54736&patch=debian_patches_disable_SSLv2_for_openssl_1_0_0.patch&revision=latest

Test script:
---------------
在64位ubuntu机器build失败


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-03-04 21:30 UTC] rdlowrey@php.net
-Status: Open +Status: Analyzed -Assigned To: +Assigned To: rdlowrey
 [2017-03-17 02:10 UTC] pollita@php.net
-Status: Analyzed +Status: Closed
 [2017-03-17 02:10 UTC] pollita@php.net
Given no ifdef check for this exists, I'm going to assume its long since fixed in git.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 15 07:01:31 2025 UTC