> $ 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 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. Edin -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php
