>     $ php -v
>     PHP 4.3.0-dev (cli)
>     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
> 
>     ?
> 
>     Hmm, now looking again, this looks ugly :) Would it make
>     sense to have

Well that looks ugly indeed.
 
>     $ php -v
>     PHP 4.3.0-dev (cli)
>     Zend Engine v1.2.1, Copyright (c) 1998-2002 Zend Technologies
> 
>     and
> 
>     $ php -vv
>     PHP 4.3.0-dev (cli)
>     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

+1

One more thing. Why not add PHP copyright notice:

PHP 4.3.0-dev (cli), Copyright (c) 1997-2002 The PHP Group

Edin


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to