]> granicus.if.org Git - php/commit
MFH
authorRasmus Lerdorf <rasmus@php.net>
Fri, 12 Mar 2004 17:42:09 +0000 (17:42 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Fri, 12 Mar 2004 17:42:09 +0000 (17:42 +0000)
commit8b9cc5ba8109d0232e47ae398e366b29f5ca5932
tree0809b2cdbfb2424723c9370c71cf8053515059ef
parent259a07f73302430b0580c2752088c207dc9841d5
MFH
  getopt() doesn't work if variables_order does not include "S" because it
  only looks in $_SERVER for argv.  So, if we don't find argv in $_SERVER
  fall back to looking in the global symbol table where register_argc_argv
  would have put it.
ext/standard/basic_functions.c