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

2002-12-03 Thread Derick Rethans
On Wed, 4 Dec 2002, Pierre-Alain Joye wrote: > pajoyeTue Dec 3 21:48:23 2002 EDT > > Modified files: > /php4/ext/gd gd.c > Log: > Fix imagegd stdoutput > Typo 256 colors > > > } > (*

[PHP-CVS] cvs: php4 /ext/gd gd.c

2002-12-03 Thread Pierre-Alain Joye
pajoye Tue Dec 3 21:48:23 2002 EDT Modified files: /php4/ext/gdgd.c Log: Fix imagegd stdoutput Typo 256 colors Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.230 php4/ext/gd/gd.c:1.231 --- php4/ext/gd/gd.c:1.230 Tue Dec 3 21:37:21 2002 +

[PHP-CVS] cvs: php4 /ext/gd gd.c

2002-12-03 Thread Pierre-Alain Joye
pajoye Tue Dec 3 21:37:21 2002 EDT Modified files: /php4/ext/gdgd.c Log: Fix imagegd crashes when used with truecolor image (from jpeg,png, or imagecreatetruecolor) may we add parameters to imagegd to let user specify the palette size and dither (set

[PHP-CVS] cvs: php4 /ext/ircg ircg.c

2002-12-03 Thread Sascha Schumann
sas Tue Dec 3 19:19:52 2002 EDT Modified files: /php4/ext/ircg ircg.c Log: restore inline allocation of write buffer Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.152 php4/ext/ircg/ircg.c:1.153 --- php4/ext/ircg/ircg.c:1.152 Tue Dec 3

[PHP-CVS] cvs: php4 /ext/ircg ircg.c php_ircg_private.h

2002-12-03 Thread Sascha Schumann
sas Tue Dec 3 16:50:13 2002 EDT Modified files: /php4/ext/ircg ircg.c php_ircg_private.h Log: Ensure that a terminating Apache child does not destroy our globally shared locks and data structures. Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/

[PHP-CVS] cvs: php4(PHP_4_3) /ext/fbsql php_fbsql.c

2002-12-03 Thread Frank M. Kromann
fmk Tue Dec 3 14:39:55 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/fbsql php_fbsql.c Log: MFH # Changed php_error() to php_error_docref() Index: php4/ext/fbsql/php_fbsql.c diff -u php4/ext/fbsql/php_fbsql.c:1.86 php4/ext/fbsql/php_fbsql.c:1

[PHP-CVS] cvs: php4 /ext/fbsql php_fbsql.c

2002-12-03 Thread Frank M. Kromann
fmk Tue Dec 3 14:39:25 2002 EDT Modified files: /php4/ext/fbsql php_fbsql.c Log: Changed php_error() to php_error_docref() Index: php4/ext/fbsql/php_fbsql.c diff -u php4/ext/fbsql/php_fbsql.c:1.86 php4/ext/fbsql/php_fbsql.c:1.87 --- php4/ext/fbsql/ph

Re: [PHP-CVS] cvs: php4 /ext/gd/libgd gd_gd2.c gd_png.c

2002-12-03 Thread Ilia A.
On December 3, 2002 02:13 pm, Marcus Börger wrote: > Ah great now it waorks! > Should we add a test for ImageGd() then, verify it isn't a true color > image? And what about MFH? Adding a test for truecolor inside imageGd code seems like the best choice, that code was not designed with truecolor i

[PHP-CVS] cvs: php4(PHP_4_3) /ext/pdf pdf.c

2002-12-03 Thread Ilia Alshanetsky
iliaa Tue Dec 3 14:25:49 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/pdf pdf.c Log: MFH Index: php4/ext/pdf/pdf.c diff -u php4/ext/pdf/pdf.c:1.112.2.1 php4/ext/pdf/pdf.c:1.112.2.2 --- php4/ext/pdf/pdf.c:1.112.2.1Mon Dec 2 01:35:50 20

[PHP-CVS] cvs: php4 /ext/pdf pdf.c

2002-12-03 Thread Ilia Alshanetsky
iliaa Tue Dec 3 14:25:16 2002 EDT Modified files: /php4/ext/pdf pdf.c Log: Fixed a bug that caused a crash in pdf_open_memory_image(), when a truecolor image was loaded, it now checks if the image is truecolor and performs the appropriate calculations

[PHP-CVS] cvs: php4(PHP_4_3) /ext/mssql php_mssql.c

2002-12-03 Thread Frank M. Kromann
fmk Tue Dec 3 14:19:46 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mssql php_mssql.c Log: MFH # Changed php_error() to php_error_docref() Index: php4/ext/mssql/php_mssql.c diff -u php4/ext/mssql/php_mssql.c:1.86.2.3 php4/ext/mssql/php_mssql

[PHP-CVS] cvs: php4 /ext/mssql php_mssql.c

2002-12-03 Thread Frank M. Kromann
fmk Tue Dec 3 14:19:15 2002 EDT Modified files: /php4/ext/mssql php_mssql.c Log: Changed php_error() to php_error_docref() Index: php4/ext/mssql/php_mssql.c diff -u php4/ext/mssql/php_mssql.c:1.89 php4/ext/mssql/php_mssql.c:1.90 --- php4/ext/mssql/ph

Re: [PHP-CVS] cvs: php4 /ext/gd/libgd gd_gd2.c gd_png.c

2002-12-03 Thread Marcus Börger
Ah great now it waorks! Should we add a test for ImageGd() then, verify it isn't a true color image? And what about MFH? marcus At 16:43 03.12.2002, Ilia Alshanetsky wrote: iliaa Tue Dec 3 10:43:18 2002 EDT Modified files: /php4/ext/gd/libgd gd_gd2.c gd_png.c Log: Fixed a

Re: [PHP-CVS] cvs: php4 /ext/mssql php_mssql.c php_mssql.h

2002-12-03 Thread Derick Rethans
On Tue, 3 Dec 2002, Frank M. Kromann wrote: > fmk Tue Dec 3 13:57:05 2002 EDT > > Modified files: > /php4/ext/mssql php_mssql.c php_mssql.h > Log: > + php_error(E_WARNING, "%s(): an output >parameter variable was not provide

[PHP-CVS] cvs: php4(PHP_4_3) /ext/mssql php_mssql.c php_mssql.h

2002-12-03 Thread Frank M. Kromann
fmk Tue Dec 3 13:59:38 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mssql php_mssql.c php_mssql.h Log: MFH # Bug #19370 # Allow stored procedures to return multiple results. Index: php4/ext/mssql/php_mssql.c diff -u php4/ext/mssql/php_mssq

[PHP-CVS] cvs: php4 /ext/mssql php_mssql.c php_mssql.h

2002-12-03 Thread Frank M. Kromann
fmk Tue Dec 3 13:57:05 2002 EDT Modified files: /php4/ext/mssql php_mssql.c php_mssql.h Log: Bug #19370 Allow stored procedures to return multiple results. Index: php4/ext/mssql/php_mssql.c diff -u php4/ext/mssql/php_mssql.c:1.88 php4/ext/mssql/php

[PHP-CVS] cvs: php4(PHP_4_3) /ext/mssql php_mssql.c

2002-12-03 Thread Frank M. Kromann
fmk Tue Dec 3 13:07:58 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mssql php_mssql.c Log: MFH # Bug #17593 # Make sure any pending data is released from the server when freeing the result Index: php4/ext/mssql/php_mssql.c diff -u php4/ext

[PHP-CVS] cvs: php4 /ext/mssql php_mssql.c

2002-12-03 Thread Frank M. Kromann
fmk Tue Dec 3 13:04:35 2002 EDT Modified files: /php4/ext/mssql php_mssql.c Log: Bug #17593 Make sure any pending data is released from the server when freeing the result Index: php4/ext/mssql/php_mssql.c diff -u php4/ext/mssql/php_mssql.c:1.87 php

Re: [PHP-CVS] cvs: php4(PHP_4_3) /ext/mssql php_mssql.c

2002-12-03 Thread Frank M. Kromann
Thanks Edin, I was just waiting for a test report from the user who found the bug. - Frank > edink Tue Dec 3 11:09:15 2002 EDT > > Modified files: (Branch: PHP_4_3) > /php4/ext/mssql php_mssql.c > Log: > MFH: Allocating enough memory to hold values. >

[PHP-CVS] cvs: php4 /sapi/milter TODO

2002-12-03 Thread Harald Radi
phanto Tue Dec 3 11:26:57 2002 EDT Modified files: /php4/sapi/milter TODO Log: damn milter api: "Furthermore, since there is not a one-to-one correspondence between threads and connections (N connections mapped onto M threads, M <= N), connection-specif

[PHP-CVS] cvs: php4(PHP_4_3) /ext/mssql php_mssql.c

2002-12-03 Thread Edin Kadribasic
edink Tue Dec 3 11:09:15 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mssql php_mssql.c Log: MFH: Allocating enough memory to hold values. Fix crash when certan stored procedures was called. This caused the free_result function to free m

[PHP-CVS] cvs: php4 /ext/gd/libgd gd_gd2.c gd_png.c

2002-12-03 Thread Ilia Alshanetsky
iliaa Tue Dec 3 10:43:18 2002 EDT Modified files: /php4/ext/gd/libgd gd_gd2.c gd_png.c Log: Fixed a crash that occurs during the last step of png/jpeg -> gd2 -> png/jpeg conversion. The same crash still occures with png/jpeg -> gd -> png/jpeg, because appar

[PHP-CVS] cvs: php4(PHP_4_3) /ext/standard array.c

2002-12-03 Thread Moriyoshi Koizumi
moriyoshi Tue Dec 3 10:02:57 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard array.c Log: MFH: fixed leaks in array_walk() Index: php4/ext/standard/array.c diff -u php4/ext/standard/array.c:1.199.2.4 php4/ext/standard/array.c:1.199.2.5 --

[PHP-CVS] cvs: php4 /ext/standard array.c

2002-12-03 Thread Moriyoshi Koizumi
moriyoshi Tue Dec 3 10:02:07 2002 EDT Modified files: /php4/ext/standard array.c Log: Fixed leaks in array_walk() Index: php4/ext/standard/array.c diff -u php4/ext/standard/array.c:1.205 php4/ext/standard/array.c:1.206 --- php4/ext/standard/array.c:1.

[PHP-CVS] cvs: php4 /sapi/milter milter.php

2002-12-03 Thread Harald Radi
phanto Tue Dec 3 09:43:43 2002 EDT Modified files: /php4/sapi/milter milter.php Log: fix typos and make example more useful Index: php4/sapi/milter/milter.php diff -u php4/sapi/milter/milter.php:1.1 php4/sapi/milter/milter.php:1.2 --- php4/sapi/milter/mil

[PHP-CVS] cvs: php4 /ext/ircg ircg.c php_ircg_private.h

2002-12-03 Thread Sascha Schumann
sas Tue Dec 3 09:14:34 2002 EDT Modified files: /php4/ext/ircg ircg.c php_ircg_private.h Log: further work on stabilizing concurrent IRCG accesses Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.150 php4/ext/ircg/ircg.c:1.151 --- php4/ext

[PHP-CVS] cvs: php4(PHP_4_3) /ext/ldap config.m4

2002-12-03 Thread Jani Taskinen
sniper Tue Dec 3 06:34:33 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/ldap config.m4 Log: MFH: Need these libraries for static build Index: php4/ext/ldap/config.m4 diff -u php4/ext/ldap/config.m4:1.26.2.1 php4/ext/ldap/config.m4:1.26.2.2 --- ph

[PHP-CVS] cvs: php4 /ext/ldap config.m4

2002-12-03 Thread Jani Taskinen
sniper Tue Dec 3 06:34:12 2002 EDT Modified files: /php4/ext/ldap config.m4 Log: - Need these libraries for static build Index: php4/ext/ldap/config.m4 diff -u php4/ext/ldap/config.m4:1.27 php4/ext/ldap/config.m4:1.28 --- php4/ext/ldap/config.m4:1.27

[PHP-CVS] cvs: php4 /ext/ircg config.m4 ircg.c php_ircg.h php_ircg_alloc.h php_ircg_cache.c php_ircg_cache.h php_ircg_conversion.c php_ircg_conversion.h php_ircg_error.c php_ircg_error.h php_ircg_private.h php_ircg_tokenizer.c php_ircg_tokenizer.h

2002-12-03 Thread Sascha Schumann
sas Tue Dec 3 05:13:36 2002 EDT Added files: /php4/ext/ircg php_ircg_cache.c php_ircg_cache.h php_ircg_conversion.c php_ircg_conversion.h php_ircg_error.c php_ircg_error.h php_ircg_private.h

[PHP-CVS] cvs: php4(PHP_4_3) /ext/ldap config.m4

2002-12-03 Thread Jani Taskinen
sniper Tue Dec 3 04:36:31 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/ldap config.m4 Log: MFH: Fixed build with iPlanet LDAP SDK 5.x Index: php4/ext/ldap/config.m4 diff -u php4/ext/ldap/config.m4:1.26 php4/ext/ldap/config.m4:1.26.2.1 --- php4/e

[PHP-CVS] cvs: php4 /ext/ldap config.m4

2002-12-03 Thread Jani Taskinen
sniper Tue Dec 3 04:35:43 2002 EDT Modified files: /php4/ext/ldap config.m4 Log: - Fixed the build with iPlanet LDAP SDK 5.x Index: php4/ext/ldap/config.m4 diff -u php4/ext/ldap/config.m4:1.26 php4/ext/ldap/config.m4:1.27 --- php4/ext/ldap/config.m4:1.

Re: [PHP-CVS] cvs: php4 /ext/mssql php_mssql.c

2002-12-03 Thread Jani Taskinen
Don't forget the MFH.. :) --Jani On Tue, 3 Dec 2002, Frank M. Kromann wrote: >fmkTue Dec 3 00:56:39 2002 EDT > > Modified files: >/php4/ext/mssqlphp_mssql.c > Log: > Allocating enough memory to hold values. > Fix crash when certan stored