php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #44338 shared openssl.so
Submitted: 2008-03-05 16:22 UTC Modified: 2008-07-11 21:40 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: akbsol at yahoo dot co dot in Assigned:
Status: Wont fix Package: OpenSSL related
PHP Version: 4.4.8 OS: Debian 3.1
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: akbsol at yahoo dot co dot in
New email:
PHP Version: OS:

 

 [2008-03-05 16:22 UTC] akbsol at yahoo dot co dot in
Description:
------------
I am trying to compile a php binary which supports https:// and ftps:// streams by compiling openssl as a shared extension. Although a  openssl.so ext. file gets created successfully, loads well through ini/dl() and openssl functions listed here:

http://in.php.net/manual/en/ref.openssl.php

are available but streams https:// and ftps:// are not available. 

Reproduce code:
---------------
./configure --enable-fastcgi --with-openssl=shared


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-03-05 16:26 UTC] akbsol at yahoo dot co dot in
Wanna add that when I compile the support directly in php using:

./configure --enable-fastcgi --with-openssl

without the "shared" the streams are available. Why are they not available while building it shared?
 [2008-07-11 21:40 UTC] jani@php.net
We are sorry, but we can not support PHP 4 related problems anymore.
Momentum is gathering for PHP 6, and we think supporting PHP 4 will
lead to a waste of resources which we want to put into getting PHP 6
ready.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 08:01:29 2024 UTC