[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/gd gd.c php_gd.h

2002-12-11 Thread Adam Maccabee Trachtenberg
This patch, or at least this part: -#ifdef HAVE_GD_XPM +#if defined(HAVE_GD_XPM) && defined(HAVE_GD_BUNDLED) Needs to be merged into the 4.3.0. Something in the build broke my GD support between RC2 and RC3. This fixes it. -adam On Wed, 11 Dec 2002, Ilia Alshanetsky wrote: > iliaa Wed

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/gd gd.c php_gd.h /ext/gd/libgd gd.c gd.h gd_topal.c

2002-08-22 Thread Marcus Börger
It must be php_error_docref(NULL TSRMLS_CC, E_whatever...) I've just comitted it. marcus At 15:18 22.08.2002, you wrote: >Tim Toohey wrote: > > ttoohey Thu Aug 22 03:28:26 2002 EDT > > > > Modified files: > > /php4/ext/gdgd.c php_gd.h > > /php4/ext/gd/libgd gd.c gd.h gd

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/gd gd.c php_gd.h /ext/gd/libgd gd.c gd.h gd_topal.c

2002-08-22 Thread Sebastian Bergmann
Tim Toohey wrote: > ttoohey Thu Aug 22 03:28:26 2002 EDT > > Modified files: > /php4/ext/gdgd.c php_gd.h > /php4/ext/gd/libgd gd.c gd.h gd_topal.c This broke the ZTS build of ext/gd. The patch below makes it compile again, but with warnings. Someone please look t