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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Fri Mar 14 09:01:29 2025 UTC