On Fri, Mar 15, 2002 at 03:26:02PM -0000, Daniela Mariaschi wrote : 
>   
> Index: php4/ext/interbase/interbase.c
> diff -u php4/ext/interbase/interbase.c:1.77 php4/ext/interbase/interbase.c:1.78
> --- php4/ext/interbase/interbase.c:1.77       Wed Mar  6 14:54:47 2002
> +++ php4/ext/interbase/interbase.c    Fri Mar 15 10:25:51 2002
> @@ -17,7 +17,7 @@
>     +----------------------------------------------------------------------+
>   */
>  
> -/* $Id: interbase.c,v 1.77 2002/03/06 19:54:47 derick Exp $ */
> +/* $Id: interbase.c,v 1.78 2002/03/15 15:25:51 daniela Exp $ */
[...]
>  
>       php_info_print_table_start();
>       php_info_print_table_row(2, "Interbase Support", "enabled");    
> -     php_info_print_table_row(2, "Revision", "$Revision: 1.77 $");
> +     php_info_print_table_row(2, "Revision", "$Revision: 1.78 $");

    I think it's a good idea for every extension to display it's
    revision.

    Any objections to standardize this for all extension to
    displau their revision for those who don't have it yet ?

    So far only five extension seem to have it: interbase, oci8,
    pdf, posix and recode.

    - Markus

-- 
Please always Cc to me when replying to me on the lists.
GnuPG Key: http://guru.josefine.at/~mfischer/C2272BD0.asc

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

Reply via email to