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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: v dot e dot jansen at kub dot nl
New email:
PHP Version: OS:

 

 [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

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-06 05:52 UTC] dbeu@php.net
fixed in cvs, thanks.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 15:01:31 2025 UTC