Arquivos
hhvm/hphp
Drew Paroski 900dbd0225 Make HHVM's command line parsing closer to Zend
This diff makes some tweaks to how HHVM handles command line arguments
to match what Zend PHP does. This change will allow developers to type
"hhvm foo.php -x" at the command line and "-x" will get passed as an
argument to the PHP application as it would for Zend PHP.

The basic idea is that we detect the first occurrence of either "--" or a
non-option argument. If we encounter "--" first, all subsequent arguments
are passed along to the PHP application (though the "--" token itself gets
swallowed). If we encounter a non-option argument first, that argument
and everything after it are passed along to the PHP application.
2013-07-01 13:40:58 -07:00
..
2013-06-28 10:33:51 -07:00
2013-06-28 11:36:10 -07:00
2013-06-15 23:29:49 -07:00
2013-06-27 13:00:37 -07:00
2013-07-01 13:40:50 -07:00
2013-06-28 11:36:09 -07:00
2013-04-25 00:50:03 -07:00