]> granicus.if.org Git - php/commit
- Added common getopt implementation to core.
authorJani Taskinen <jani@php.net>
Mon, 1 Oct 2007 12:32:39 +0000 (12:32 +0000)
committerJani Taskinen <jani@php.net>
Mon, 1 Oct 2007 12:32:39 +0000 (12:32 +0000)
commit44cbb46246034cc43ff4c560f99ef7401fe45a42
tree1ebaace145f7c433bfb307490c9a27a72987ac62
parent69eafc407fd0006380d5d311e08ca5f200c91d75
- Added common getopt implementation to core.
- Added long-option feature to getopt().
- Made getopt() available on win32 systems.
Patch by: David Soria Parra <dsp@php.net>
[DOC]: These changes will be available from 5.3+
13 files changed:
configure.in
ext/standard/basic_functions.c
ext/standard/config.m4
main/getopt.c [moved from sapi/cgi/getopt.c with 81% similarity]
main/php_getopt.h [moved from sapi/cgi/php_getopt.h with 73% similarity]
sapi/cgi/cgi_main.c
sapi/cgi/config.w32
sapi/cgi/config9.m4
sapi/cli/config.w32
sapi/cli/getopt.c [deleted file]
sapi/cli/php_cli.c
sapi/cli/php_getopt.h [deleted file]
win32/build/config.w32