[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2004-11-20 Thread changelog
changelog Sat Nov 20 20:36:53 2004 EDT Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1809r2=1.1810ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1809 php-src/ChangeLog:1.1810 ---

[PHP-CVS] cvs: php-src /ext/com_dotnet com_handlers.c

2004-11-20 Thread Rob Richards
rrichards Sat Nov 20 06:40:49 2004 EDT Modified files: /php-src/ext/com_dotnet com_handlers.c Log: fix crash when calling com methods - due to change in Zend http://cvs.php.net/diff.php/php-src/ext/com_dotnet/com_handlers.c?r1=1.26r2=1.27ty=u

[PHP-CVS] cvs: php-src(PHP_5_0) /ext/com_dotnet com_handlers.c

2004-11-20 Thread Rob Richards
rrichards Sat Nov 20 06:41:24 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/com_dotnet com_handlers.c Log: MFH: fix crash when calling com methods - due to change in Zend

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

2004-11-20 Thread Pierre-Alain Joye
pajoye Sat Nov 20 08:09:46 2004 EDT Modified files: /php-src/ext/gd/libgd gdft.c Log: - Attempt to fix #28598, bug introduced in GD (around php 4.3.4) The way they fix MS Symbol are wrong, multiple faces support hould added later, safer.

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

2004-11-20 Thread Pierre-Alain Joye
pajoye Sat Nov 20 08:34:53 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/gd/libgd gd.c Log: - Fix #30229, imagerectangle draw the corners twice, making it useless with alpha channel. Fix it to work well with thick1 as well, both filled and

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS

2004-11-20 Thread Pierre-Alain Joye
pajoye Sat Nov 20 08:40:31 2004 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: - Entry for #30229 http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.756r2=1.1247.2.757ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.756

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

2004-11-20 Thread Stefan Esser
sesser Sat Nov 20 13:49:37 2004 EDT Modified files: /php-src/main rfc1867.c Log: Fixed: strip quotes from filename http://cvs.php.net/diff.php/php-src/main/rfc1867.c?r1=1.164r2=1.165ty=u Index: php-src/main/rfc1867.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_0) /main rfc1867.c

2004-11-20 Thread Stefan Esser
sesser Sat Nov 20 15:16:28 2004 EDT Modified files: (Branch: PHP_5_0) /php-src/main rfc1867.c Log: MFH http://cvs.php.net/diff.php/php-src/main/rfc1867.c?r1=1.159.2.5r2=1.159.2.6ty=u Index: php-src/main/rfc1867.c diff -u

[PHP-CVS] cvs: php-src(PHP_4_3) /main rfc1867.c

2004-11-20 Thread Stefan Esser
sesser Sat Nov 20 15:16:44 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/main rfc1867.c Log: MFH http://cvs.php.net/diff.php/php-src/main/rfc1867.c?r1=1.122.2.27r2=1.122.2.28ty=u Index: php-src/main/rfc1867.c diff -u

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

2004-11-20 Thread Andi Gutmans
andiSun Nov 21 01:17:35 2004 EDT Modified files: /php-src/ext/oci8 oci8.c Log: http://cvs.php.net/diff.php/php-src/ext/oci8/oci8.c?r1=1.263r2=1.264ty=u Index: php-src/ext/oci8/oci8.c diff -u php-src/ext/oci8/oci8.c:1.263 php-src/ext/oci8/oci8.c:1.264

Re: [PHP-CVS] cvs: php-src /ext/oci8 oci8.c

2004-11-20 Thread Andi Gutmans
Hmm my log message didn't come through. The callback prototypes don't take TSRMLS_CC At 06:17 AM 11/21/2004 +, Andi Gutmans wrote: andiSun Nov 21 01:17:35 2004 EDT Modified files: /php-src/ext/oci8 oci8.c Log:

Re: [PHP-CVS] cvs: php-src /ext/oci8 oci8.c

2004-11-20 Thread Antony Dovgal
On Sat, 20 Nov 2004 22:18:51 -0800 Andi Gutmans [EMAIL PROTECTED] wrote: Hmm my log message didn't come through. The callback prototypes don't take TSRMLS_CC Thanks, Andi, it was quite clear from the diff =) Btw, something very strange is happening: you committed it to HEAD, but it seems,

Re: [PHP-CVS] cvs: php-src /ext/oci8 oci8.c

2004-11-20 Thread Andi Gutmans
Weird. Did you look via web interface or CVS? When check with cvs update -A and cvs update -r PHP_5_0 I do get the result as seen by the CVS commit message (HEAD is changed, PHP_5_0 isn't). Any chance you are doing something wrong? :) Andi At 09:59 AM 11/21/2004 +0300, Antony Dovgal wrote: On

Re: [PHP-CVS] cvs: php-src /ext/oci8 oci8.c

2004-11-20 Thread Antony Dovgal
On Sat, 20 Nov 2004 23:07:49 -0800 Andi Gutmans [EMAIL PROTECTED] wrote: Weird. Did you look via web interface or CVS? When check with cvs update -A and cvs update -r PHP_5_0 I do get the result as seen by the CVS commit message (HEAD is changed, PHP_5_0 isn't). Any chance you are doing