|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-11-28 16:51 UTC] mike@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 03:00:02 2025 UTC |
Description: ------------ Documentation states that inet_ntop and inet_pton functions should be available in 5.1.0, but they are not (at least not on my system). Perhaps they are not yet available when using PHP on Windows? Reproduce code: --------------- if (function_exists('inet_ntop')) echo "yes!!"; else echo "no..."; Expected result: ---------------- yes!! Actual result: -------------- no...