removed debug
fix in serialized arguments
allow selecting php command through command line option
revert last commit
changed default options
added stdin test
zsh and fizsh support, and draft for csh
PHP_GETOPT_WORKAROUND_DIR
changed function name to phpGetoptWorkaround()
mark wether operands started after '--' or argument nod being an option, and removed debug from function
$extract_only='force' option value
fix in description of $getopt_fallback option
return value documentation
short options allowed chars compatibility with getopt()
long options empty value compatiblity with getopt()
ignored short options from multi-option argument are reported as array
short options seems to be ok
long options compatible with getopt()
fix recognizing option --php-getopt-workaround and fix in test script
changed names of all variables modified by shell script
moved to subfolder php_getopt_workaround
some rearrangement
fix for non-serialized options and improved test
added option to disable serializing options
change getmyopt() to accept unserialized command line options
currently it works only in bash (substitution)
missing "return"
added argument $fallback_used
draft for further work on reading ini file in unix shell script
portability
disable by default unsecure method of reading ini file
getmyopt() mostly works, and added some tests
added option to return operands
if only one argument passed after "--", "--" is not visible from php global $argv
prepare commandline and run php script
description in ini file
bash include relative to script and serialized options string format
changed order of arguments passed to getmyopt()
read which_php.ini
added license
read command line options by shell script (bash)