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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 04:01:28 2024 UTC