ID:               33149
 Updated by:       [EMAIL PROTECTED]
 Reported By:      h dot warmelink at planet dot nl
 Status:           Open
-Bug Type:         Network related
+Bug Type:         Documentation problem
 Operating System: Windows XP
 PHP Version:      5CVS-2005-05-26 (dev)
 New Comment:

Both inet_pton() and inet_ntop() are available only in HEAD (i.e. PHP
5.1).


Previous Comments:
------------------------------------------------------------------------

[2005-05-26 12:02:02] h dot warmelink at planet dot nl

Description:
------------
In the last couple of days the documentation on inet_pton has changed.
It now states that PHP5 supports this function, but the function seems
unavailable.
However, the direct use of inet_pton does not result in an error.

Reproduce code:
---------------
if (function_exists('inet_pton')) echo "yes!";
else echo "no...";

Expected result:
----------------
yes!

Actual result:
--------------
no...


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=33149&edit=1

Reply via email to