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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
38 - 1 = ?
Subscribe to this entry?

 
 [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: Thu May 02 12:01:29 2024 UTC