ID: 44338 User updated by: akbsol at yahoo dot co dot in Reported By: akbsol at yahoo dot co dot in Status: Open Bug Type: *Compile Issues Operating System: Debian 3.1 PHP Version: 4.4.8 New Comment:
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? Previous Comments: ------------------------------------------------------------------------ [2008-03-05 16:22:59] 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 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=44338&edit=1
