Date: 05/18/01
- Next message: Andi Gutmans: "Re: [PHP-DEV] PHP 4.0.6 branch, bug #4630"
- Previous message: Andi Gutmans: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard file.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: xbouli <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: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Andi Gutmans: "Re: [PHP-DEV] PHP 4.0.6 branch, bug #4630"
- Previous message: Andi Gutmans: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard file.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

