Fix --something=value when you have a default value. The default value at the moment overrides the user value.
Description
Description
Event Timeline
Comment Actions
Not a bug in my code.
Note that command --something=value FOO is valid while command FOO --something=value it's not. This is an internal PHP feature/bug caused by getopt and I think I should not rewrite getopt from scratch for this.