ID:               46937
 Updated by:       d...@php.net
 Reported By:      kristof dot coomans at telenet dot be
-Status:           No Feedback
+Status:           Bogus
 Bug Type:         Feature/Change Request
 Operating System: Doesn't matter
 PHP Version:      5.3CVS-2008-12-24 (snap)
 New Comment:

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

Expected behavior.


Previous Comments:
------------------------------------------------------------------------

[2009-01-02 12:54:58] d...@php.net

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.



------------------------------------------------------------------------

[2008-12-24 10:03:30] kristof dot coomans at telenet dot be

Description:
------------
Now that PHP 5.3 will have getopt() available on all platforms, I think
it's important to also make it as usable as possible.

Currently, getopt() is not usable for command line scripts that have
both option and non-option arguments, because it doesn't modify argv, as
pointed out already in 2003 in this comment:
http://www.php.net/getopt#34163. Stripping away the option arguments
from argv when a call to getopt() is made would be a great improvement.
User land code can handle the remaining non-option arguments from argv
then.



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=46937&edit=1

Reply via email to