On Sat, May 11, 2002 at 04:22:48AM +0200, Edin Kadribasic wrote : 
> >     $ 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:

    No one yet asked for it :-)
> 
> PHP 4.3.0-dev (cli), Copyright (c) 1997-2002 The PHP Group

    But yes, looks good.

    To summarize the upcomming changes:

    $ php -v
    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 -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

    I'll wait until a bit until I got ahead and commit the
    changes (it's weekend after all).

    - Markus

-- 
Please always Cc to me when replying to me on the lists.
GnuPG Key: http://guru.josefine.at/~mfischer/C2272BD0.asc
"I'm not stupid, you know? :)" - Jani Taskinen

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

Reply via email to