Edin Kadribasic wrote: >> $ php -vv >> PHP 4.3.0-dev (cli), Copyright (c) 1997-2002 The PHP Group >> Zend Engine v1.2.1, Copyright (c) 1998-2002 Zend Technologies >> PHP_VERSION_API 20020510 >> ZEND_EXTENSION_API_NO 20020510 >> ZEND_MODULE_API_NO 20020510 > > > On second thought, do we really need this. Can you imagine scenario where > these numbers would be needed? Plus, looking at the code, it will be a bit
I probably do not need them since I have full control for installed web server/php. For many hosting servrice users may need the version number, especially when PECL became a standard. > of hassle to implement. -vv in getopt will cause case 'v': part to be called > twice, but we do an exit(1) at the bottom of that block, so the second pass > is never going to get there. No comment for this :) -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php