Hi,Bonjour,
I m running FreeBSD 4.10 STABLE and using Apache 1.3.x and PHP4.
Today, i updated php4 from Ports Tree and there was lot of change.
Indeed, no more php4-something package... only Php4 and php4-extensions
packages.
So, i installed :
php4-ftp-4.3.8_2
php4-openssl-4.3.8_2
(and others)
But, now, ftp_ssl_connect doesn't work !
The error message is:
Fatal error: Call to undefined function: ftp_ssl_connect () in index.php
I restarted many time apache without success.
i checked with phpinfo() if the extension is running and it s OK !!!
openssl
OpenSSL support enabled
OpenSSL Version OpenSSL 0.9.7d 17 Mar 2004
ftp
FTP support enabled
So, i checked the PHP module if there is the ftp_ssl_connect strings in
it... :
horus# strings openssl.so | grep ftp
horus# strings openssl.so | grep connect
horus#
nothing.
Where am i wrong ?
Thanks for help
Regards,
Nicolas
I m running FreeBSD 4.10 STABLE and using Apache 1.3.x and PHP4.
Today, i updated php4 from Ports Tree and there was lot of change.
Indeed, no more php4-something package... only Php4 and php4-extensions
packages.
So, i installed :
php4-ftp-4.3.8_2
php4-openssl-4.3.8_2
(and others)
But, now, ftp_ssl_connect doesn't work !
The error message is:
Fatal error: Call to undefined function: ftp_ssl_connect () in index.php
I restarted many time apache without success.
i checked with phpinfo() if the extension is running and it s OK !!!
openssl
OpenSSL support enabled
OpenSSL Version OpenSSL 0.9.7d 17 Mar 2004
ftp
FTP support enabled
So, i checked the PHP module if there is the ftp_ssl_connect strings in
it... :
horus# strings openssl.so | grep ftp
horus# strings openssl.so | grep connect
horus#
nothing.
Where am i wrong ?
Thanks for help
Regards,
Nicolas
Comment