|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-12-16 00:32 UTC] larryjadams at comcast dot net
[2005-12-18 02:48 UTC] larryjadams at comcast dot net
[2005-12-18 11:33 UTC] tony2001@php.net
[2005-12-27 22:29 UTC] larryjadams at comcast dot net
[2006-01-04 02:42 UTC] sniper@php.net
[2006-01-04 03:18 UTC] larryjadams at comcast dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 19 15:00:02 2025 UTC |
Description: ------------ The following function does not exist in the windows environment and it is very important to our tool. snmp_set_oid_numeric_print Reproduce code: --------------- if function_exists("snmp_set_oid_numeric_print") { print "I'm There\n"; }else{ print "Sadly, I'm Not\n"; } Expected result: ---------------- We would like the function to be supported.