[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/standard credits_ext.h From: Hartmut Holzgraefe (hartmut <email protected>)
Date: 11/22/00

Sascha Schumann wrote:
>
> sas Wed Nov 22 12:46:40 2000 EDT
>
> Modified files:
> /php4/ext/standard credits_ext.h
> Log:
> Add ircg
>
>
> Index: php4/ext/standard/credits_ext.h
> diff -u php4/ext/standard/credits_ext.h:1.1 php4/ext/standard/credits_ext.h:1.2
> --- php4/ext/standard/credits_ext.h:1.1 Mon Nov 20 02:05:57 2000
> +++ php4/ext/standard/credits_ext.h Wed Nov 22 12:46:40 2000
> @@ -26,6 +26,7 @@
> CREDIT_LINE("Informix","Danny Heijl, Christian Cartus");
> CREDIT_LINE("Ingres II","David Hénot");
> CREDIT_LINE("InterBase","Jouni Ahto, Andrew Avdeev");
> +CREDIT_LINE("IRCG", "Sascha Schumann");

my current plan is to auto-generate the credits_ext.h and
credits_sapi.h files by collecting the information from
the CREDITS files in the different ext/ and sapi/ subdirs
(thats were the CREDITS file in ext/apache came from ...)

i think that the extensions and sapis should interfere with the
rest of the source as little as possible so having the credits
for all the different modules in ext/standard/info.c was a bad
idea IMHO

by collecting this information from the various CREDITS files
we still get all the names in even if a module is not enabled
while the original information is still local with the module
and not collected in a single place

i'm not yet sure about the place to put the call to the little
colleting awk script in (buildconf/configure/make ?) so that
right now i have only checked in the split info.[ch] and
config*.[ch] files but i'll try to finish it on my next ICE
ride on
friday

--
Harmut Holzgraefe        hartmut <email protected>

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>