php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #50785 Incorrect handling of SSL in configure.js
Submitted: 2010-01-17 16:28 UTC Modified: 2010-01-17 16:31 UTC
From: zippy1981 at gmail dot com Assigned:
Status: Not a bug Package: *Compile Issues
PHP Version: 5.3.1 OS: Windows
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: zippy1981 at gmail dot com
New email:
PHP Version: OS:

 

 [2010-01-17 16:28 UTC] zippy1981 at gmail dot com
Description:
------------
If you try to build PHP on windows, and don't have the ssl libraries 
configure.js will see SSL is missing, but still configure phar to use 
ssl. As a result nmake will fail. The expected behavior would be to 
configure phar without ssl.

Configure output:

Checking for library ssleay32.lib ... <not found>
<snip/>
Enabling extension ext\phar
        Native OpenSSL support in Phar enabled



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-01-17 16:31 UTC] pajoye@php.net
Phar developers do not want to do compile time configuration of SSL support but at runtime only.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 04:01:33 2025 UTC