php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11881 undefined function: getservbyname()
Submitted: 2001-07-04 11:23 UTC Modified: 2001-07-06 05:52 UTC
From: v dot e dot jansen at kub dot nl Assigned:
Status: Closed Package: Network related
PHP Version: 4.0.6 OS: windows 2000 professional
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
12 + 19 = ?
Subscribe to this entry?

 
 [2001-07-04 11:23 UTC] v dot e dot jansen at kub dot nl
Running:
<?
$port = getservbyname('www','tcp');
echo $port;
?>

results in:

Fatal error: Call to undefined function: getservbyname()  in e:\webserver\file.php on line 106


I just migrated back to 4.0.5 from 4.0.6 and now it works again. I'm running windows 2000 professional and Apache 1.3.20.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-06 05:52 UTC] dbeu@php.net
fixed in cvs, thanks.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 20:01:45 2024 UTC