[PHP-DEV] Bug #10964: Unable to use getservbyport function From: xbouli <email protected>
Date: 05/18/01

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>