Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/gd/libgd gdft.c

2003-11-26 Thread Rasmus Lerdorf
Perhaps not, but Freetype2 won't compile either on those platforms then and without this patch we don't build at all. -Rasmus On Sat, 22 Nov 2003, Jani Taskinen wrote: > > Are you absolutely sure this will work within any platform? > For example, see this bug report: > > http://bug

Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/gd/libgd gdft.c

2003-11-26 Thread Jani Taskinen
What exactly is that compile error? And on what platform? This has been like this for a long time, funny that nobody hasn't complained before? And it works just fine for me on RH9. :) --Jani On Tue, 25 Nov 2003, Rasmus Lerdorf wrote: >Perhaps not, but Freetype2 won

Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/gd/libgd gdft.c

2003-11-26 Thread Rasmus Lerdorf
On Wed, 26 Nov 2003, Jani Taskinen wrote: > What exactly is that compile error? And on what platform? > This has been like this for a long time, funny that nobody > hasn't complained before? > > And it works just fine for me on RH9. :) i386 Fedora (ie latest freetype2) -- PHP CVS

Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/gd/libgd gdft.c

2003-11-26 Thread Rasmus Lerdorf
I guess to answer your question a bit better. Have a look at the top of freetype.h (this time from my Debian box - it's not just Fedora): #ifndef FT_FREETYPE_H #error "`ft2build.h' hasn't been included yet!" #error "Please always use macros to include FreeType header files." #error "Examp

[PHP-CVS] cvs: spl / php_spl.c spl_array.c spl_array.h

2003-11-26 Thread Marcus Boerger
helly Wed Nov 26 03:18:27 2003 EDT Modified files: /splphp_spl.c spl_array.c spl_array.h Log: Remove interfaces implemented in engine now Index: spl/php_spl.c diff -u spl/php_spl.c:1.18 spl/php_spl.c:1.19 --- spl/php_spl.c:1.18 Mon Nov 17 00:32:42 200

[PHP-CVS] cvs: php-src /tests/lang bug21820.phpt

2003-11-26 Thread Marcus Boerger
helly Wed Nov 26 03:45:43 2003 EDT Modified files: /php-src/tests/lang bug21820.phpt Log: Errro message has changed Index: php-src/tests/lang/bug21820.phpt diff -u php-src/tests/lang/bug21820.phpt:1.2 php-src/tests/lang/bug21820.phpt:1.3 --- php-src/tests/lang

[PHP-CVS] cvs: php-src /tests/lang bug26182.phpt

2003-11-26 Thread Marcus Boerger
helly Wed Nov 26 03:47:58 2003 EDT Modified files: /php-src/tests/lang bug26182.phpt Log: In PHP5 this will create an implicit public property Index: php-src/tests/lang/bug26182.phpt diff -u php-src/tests/lang/bug26182.phpt:1.1 php-src/tests/lang/bug26182.phpt

[PHP-CVS] cvs: php-src /main php_variables.c rfc1867.c

2003-11-26 Thread Derick Rethans
derick Wed Nov 26 04:53:23 2003 EDT Modified files: /php-src/main php_variables.c rfc1867.c Log: - Prevent registration of the variable when a zero-length is returned from the sapi_input_filter. Index: php-src/main/php_variables.c diff -u php-src/m

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/interbase interbase.c

2003-11-26 Thread Ard Biesheuvel
abies Wed Nov 26 09:04:57 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/interbase interbase.c Log: Fix crash bug reported by jani/ilia Index: php-src/ext/interbase/interbase.c diff -u php-src/ext/interbase/interbase.c:1.91.2.24 php-src/ext/inter

Re: [PHP-CVS] cvs: php-src /main php_variables.c rfc1867.c

2003-11-26 Thread Rasmus Lerdorf
Are you sure this is a good idea? An empty string value in a POST has always caused the variable to be created and set to an empty string. With this patch you are changing that behaviour. -Rasmus On Wed, 26 Nov 2003, Derick Rethans wrote: > derickWed Nov 26 04:53:23 2003 EDT

Re: [PHP-CVS] cvs: php-src /main php_variables.c rfc1867.c

2003-11-26 Thread Derick Rethans
On Wed, 26 Nov 2003, Rasmus Lerdorf wrote: > Are you sure this is a good idea? An empty string value in a POST has > always caused the variable to be created and set to an empty string. With > this patch you are changing that behaviour. Ah, I thought they wouldn't be set. I'll cook up another p

[PHP-CVS] cvs: spl / php_spl.c php_spl.h spl_array.c spl_engine.h /tests array.phpt array_access_001.phpt array_access_002.phpt array_iterator.phpt array_object.phpt array_read.phpt foreach.phpt foreach_break.phpt foreach_continue.phpt foreach_non_spl.phpt forward.phpt sequence.phpt

2003-11-26 Thread Marcus Boerger
helly Wed Nov 26 18:28:36 2003 EDT Added files: /spl/tests array_object.phpt Removed files: /spl/tests array.phpt array_access_001.phpt array_access_002.phpt array_read.phpt foreach.phpt foreach_break.phpt

[PHP-CVS] cvs: php-src /ext/standard string.c

2003-11-26 Thread Ilia Alshanetsky
iliaa Wed Nov 26 20:08:47 2003 EDT Modified files: /php-src/ext/standard string.c Log: Removed dead code. Index: php-src/ext/standard/string.c diff -u php-src/ext/standard/string.c:1.400 php-src/ext/standard/string.c:1.401 --- php-src/ext/standard/str

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/standard string.c

2003-11-26 Thread Ilia Alshanetsky
iliaa Wed Nov 26 20:08:53 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard string.c Log: MFH: Removed dead code. # This fixes memory corruption reported by valgrind. Index: php-src/ext/standard/string.c diff -u php-src/ext/standard