From:             nick at foobar dot org
Operating system: freebsd 4.x
PHP version:      4.3.10
PHP Bug Type:     OpenSSL related
Bug description:  https stream wrapper requires statically linked openssl 
module in php4.3

Description:
------------
According to the 4.3.0 changelog:

"URL wrappers natively supports https:// URLs if you have compiled OpenSSL
support into PHP (shared extension does not support this)".

This is a pain and the problem has just bitten me in the ass.  By default,
freebsd (and probably other operating systems) compiles the core engine and
the links other modules in as shared extensions.  This means that the
default configuration on such systems does not support the https wrapper. 
This makes writing portable php code extremely troublesome.

Can this be fixed so that https works with the shared openssl extension?
Is the fix in php5 possible to back-port?

- thanks



-- 
Edit bug report at http://bugs.php.net/?id=31262&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=31262&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=31262&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=31262&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=31262&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=31262&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=31262&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=31262&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=31262&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=31262&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=31262&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=31262&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=31262&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=31262&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=31262&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=31262&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=31262&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=31262&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=31262&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=31262&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=31262&r=mysqlcfg

Reply via email to