Hello,
I'm very new to this.
I was wondering how do go about compiling PHP so that I can have the secure PHP streams and Socket Transports as below:
Registered PHP Streams php, file, http, ftp, compress.zlib, https, ftps, zip
Registered Stream Socket Transports tcp, udp, ssl, sslv3, sslv2, tls
Right now, my compiled PHP only has the plain text ones:
Registered PHP Streams php, file, http, ftp, compress.zlib
Registered Stream Socket Transports tcp, udp, unix, udg
Was compiled with these commmands:
./configure --prefix=/wwwroot/php --with-apxs22=/wwwroot/bin/apxs --with-config-file-path=/wwwroot/php --with-mysql --with-mysql-so
ck=/var/lib/mysql/mysql.sock --with-dbase --enable-ftp --enable-force-cgi-redire
ct --with-freetype-dir=/usr/lib --enable-gd-native-ttf --enable-ge-imgstrttf --with-jpeg-dir=/usr/lib --with-png-dir=/usr/lib --with-zlib --with-gd --with-sybas
e=/opt/sybase/OCS-12_5 --with-ldap --with-mhash --enable-magic-quotes --enable-i
map --with-xml --enable-iconv