ID: 33149
Updated by: [EMAIL PROTECTED]
Reported By: h dot warmelink at planet dot nl
Status: Open
Bug Type: Feature/Change Request
Operating System: Windows XP
PHP Version: 5CVS-2005-05-26 (dev)
New Comment:
I've added a note about windows to the manual.
In fact the function was added in PHP 5.1, so we have a bug in
functable.
Previous Comments:
------------------------------------------------------------------------
[2005-05-26 15:36:40] [EMAIL PROTECTED]
Jakub, could you plz point me where inet_pton() is placed in 5.0 ?
I can find it in HEAD (see ext/standard/basic_functions.c), but it
doesn't exist in 5.0.
------------------------------------------------------------------------
[2005-05-26 14:09:10] [EMAIL PROTECTED]
Actually, windows doesn't support this right now, but could (requires a
little bit of glue).
Making this a change request--but having accurate docs would be good
too.
------------------------------------------------------------------------
[2005-05-26 13:29:08] [EMAIL PROTECTED]
They are available in PHP 5.0 too but they are available only if
HAVE_INET_NTOP or HAVE_INET_NTOP is defined.
------------------------------------------------------------------------
[2005-05-26 12:14:14] [EMAIL PROTECTED]
Both inet_pton() and inet_ntop() are available only in HEAD (i.e. PHP
5.1).
------------------------------------------------------------------------
[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