php-developer-list | 2001122
Date: 12/17/01
- Next message: Colin Viebrock: "[PHP-DEV] XMLRPC Bug"
- Previous message: lobbin <email protected>: "[PHP-DEV] Bug #11919 Updated: bad return of yp_next"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 11875
Updated by: lobbin
Reported By: Bernard.Prevosto <email protected>
Old Status: Open
Status: Feedback
Bug Type: YP/NIS related
Operating System: Solaris 5.5.1
PHP Version: 4.0.6
New Comment:
Does this work under PHP 4.1.0?
R.
Previous Comments:
------------------------------------------------------------------------
[2001-07-04 07:55:35] Bernard.Prevosto <email protected>
Hello,
After upgrading PHP server version 4.0.6
, we have notice a problem in the yp_first function
(it was working fine with PHP Version 4.0.5
<?php
$entry = yp_first($domain, "hosts.byname");
$key = key($entry);
echo "First entry is " . $key . " and the value is " . $entry[$key];
?>
it returns a value in $key but nothing in $entry[$key]
Ex:
First entry is hedic and the value is (empty string)
With the ypmatch command in unix shell, it works:
# ypmatch hedic hosts.byname
x.y.z.w hedic
Thanks in advance for your help.
------------------------------------------------------------------------
Edit this bug report at http://bugs.php.net/?id=11875&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: Colin Viebrock: "[PHP-DEV] XMLRPC Bug"
- Previous message: lobbin <email protected>: "[PHP-DEV] Bug #11919 Updated: bad return of yp_next"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

