Kjartan Mannes wrote:
The NEWS file mentions a new function getopt(), but I can not get this
to work under windows.
Fatal error: Call to undefined function: getopt()
My guess is that getopt() isn't a standard system function, but PHP
mimics the function as it handles command line arguments. Is this
intentional or just an oversight?
for now it is Unix-only
( Actualy it is protected by #if HAVE_GETOPT and configure
deals with it checking for getopt() in libc.
On Windows there is nothing like configure so this has
to be solved in a different way. )
any Win32 volunteers?
--
Six Offene Systeme GmbH http://www.six.de/
i.A. Hartmut Holzgraefe
Email: [EMAIL PROTECTED]
Tel.: +49-711-99091-77
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php