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
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: 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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 23:01:27 2024 UTC