From: [EMAIL PROTECTED]
Operating system: Linux 2.4.4 RedHat
PHP version: 4.0.5
PHP Bug Type: Network related
Bug description: Unable to use getservbyport function
I made a little php script like that :
<?
print getservbyport(25,tcp);
?>
and i got this error:
Fatal error: Call to undefined function: getservbyport()
My configure line is :
./configure --with-ldap --with-mysql --with-gd --disable-pear --enable-calendar
--with-config-file-path=/etc/httpd/conf --with-zlib --with-bz2 --with-snmp
--enable-magic-quotes --with-gnu-ld --with-apxs --with-ttf --without-openssl
--enable-ucd-snmp-hack --enable-sockets
--
Edit Bug report at: http://bugs.php.net/?id=10964&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]