|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-05-26 12:14 UTC] tony2001@php.net
[2005-05-26 13:29 UTC] vrana@php.net
[2005-05-26 14:09 UTC] wez@php.net
[2005-05-26 15:36 UTC] tony2001@php.net
[2005-05-26 19:24 UTC] nlopess@php.net
[2009-01-09 10:28 UTC] kalle@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 21:00:02 2025 UTC |
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...