Re: [PHP-CVS] cvs: php4 /ext/yp CREDITS php_yp.h yp.c

2001-03-19 Thread Fredrik Ohrn
On Mon, 19 Mar 2001, Andi Gutmans wrote: > Seems to me that you can nuke the following as it will always be done in RINIT: > +static void php_yp_init_globals(YPLS_D) > +{ > + YP(error) = 0; > +} > + > +PHP_MINIT_FUNCTION(yp) > +{ > +#ifdef ZTS > + yp_globals_id = ts_allocate_id(sizeof

RE: [PHP-CVS] cvs: php4 /ext/cpdf php_cpdf.h

2001-03-18 Thread Fredrik Ohrn
On Sun, 18 Mar 2001, James Moore wrote: > > > Modified files: > > /php4/ext/cpdf php_cpdf.h > > Log: > > Solved compile failure due to clash bewteen IMAP and ClibPDF headers. > > Does this need to be in 4.0.5 release?? if so please merge it into the > release branch (PHP_4_0_5). > > Ja