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

2003-07-22 Thread Pierre-Alain Joye
pajoye Tue Jul 22 20:08:57 2003 EDT Modified files: /php-src/ext/gd/libgd gd.c Log: - Fix #bug24594 Rewrite the imagefill function (non recursive, uses of connected points algorithm) Index: php-src/ext/gd/libgd/gd.c diff -u php-src/ext/gd/libgd

[PHP-CVS] cvs: php-src /ext/pgsql/tests skipif.inc

2003-07-22 Thread Marcus Boerger
helly Tue Jul 22 19:01:24 2003 EDT Modified files: /php-src/ext/pgsql/testsskipif.inc Log: Add reson Index: php-src/ext/pgsql/tests/skipif.inc diff -u php-src/ext/pgsql/tests/skipif.inc:1.2 php-src/ext/pgsql/tests/skipif.inc:1.3 --- php-src/ext/pgsql/tests

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

2003-07-22 Thread Pierre-Alain Joye
pajoye Tue Jul 22 20:23:21 2003 EDT Modified files: /php-src/ext/gd/libgd gd.c Log: - Fix leak when no fill is done (ilia) Index: php-src/ext/gd/libgd/gd.c diff -u php-src/ext/gd/libgd/gd.c:1.61 php-src/ext/gd/libgd/gd.c:1.62 --- php-src/ext/gd/libgd/g

[PHP-CVS] cvs: php-src /ext/gd/tests bug24594.phpt

2003-07-22 Thread Pierre-Alain Joye
pajoye Tue Jul 22 20:11:33 2003 EDT Added files: /php-src/ext/gd/tests bug24594.phpt Log: - imagefill tests Index: php-src/ext/gd/tests/bug24594.phpt +++ php-src/ext/gd/tests/bug24594.phpt --TEST-- Bug #24594 (Filling an area using tiles). --SKIPIF

[PHP-CVS] cvs: php-src /ext/gd/tests bug24594.phpt

2003-07-22 Thread Pierre-Alain Joye
pajoye Tue Jul 22 20:17:30 2003 EDT Modified files: /php-src/ext/gd/tests bug24594.phpt Log: - Remove imagepng, not used in test Index: php-src/ext/gd/tests/bug24594.phpt diff -u php-src/ext/gd/tests/bug24594.phpt:1.1 php-src/ext/gd/tests/bug24594.phpt

[PHP-CVS] cvs: php-src /ext/pgsql config.m4 pgsql.c php_pgsql.h

2003-07-22 Thread Marcus Boerger
helly Tue Jul 22 19:05:17 2003 EDT Modified files: /php-src/ext/pgsql config.m4 php_pgsql.h pgsql.c Log: Added pg_version() which returns an associative array of client/protocol/server version. @Added pg_version() function. (Marcus) Index: php-src/ext/

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

2003-07-22 Thread Marcus Boerger
helly Tue Jul 22 18:06:05 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/pgsql pgsql.c Log: MFH: The value might be a null pointer Index: php-src/ext/pgsql/pgsql.c diff -u php-src/ext/pgsql/pgsql.c:1.244.2.19 php-src/ext/pgsql/pgsql.c:1.244.2.20 --- p

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

2003-07-22 Thread Marcus Boerger
helly Tue Jul 22 18:05:46 2003 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: The value might be a null pointer Index: php-src/ext/pgsql/pgsql.c diff -u php-src/ext/pgsql/pgsql.c:1.282 php-src/ext/pgsql/pgsql.c:1.283 --- php-src/ext/pgsql/pgsql.c:1.282

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

2003-07-22 Thread Marcus Boerger
helly Tue Jul 22 17:12:32 2003 EDT Modified files: /php-src/ext/pgsql pgsql.c Log: Postgres decision on this Index: php-src/ext/pgsql/pgsql.c diff -u php-src/ext/pgsql/pgsql.c:1.281 php-src/ext/pgsql/pgsql.c:1.282 --- php-src/ext/pgsql/pgsql.c:1.281 Mon J

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

2003-07-22 Thread Marcus Börger
Hello Jani, Tuesday, July 22, 2003, 10:47:37 AM, you wrote: JT> MFH? No, it seems the request is very old but we need to discuss it a bit further on the postgres list... Best regards, Marcusmailto:[EMAIL PROTECTED] -- PHP CVS Mailing List (http://www.php

[PHP-CVS] cvs: php-src /ext/standard array.c /main php_variables.c

2003-07-22 Thread Zeev Suraski
zeevTue Jul 22 12:08:50 2003 EDT Modified files: /php-src/ext/standard array.c /php-src/main php_variables.c Log: - Use the new infrastructure of zend_symtable_*() (fixes bug #24565) - Fix bogus use of get_current_key() Index: php-src/e

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

2003-07-22 Thread Ilia Alshanetsky
iliaa Tue Jul 22 12:07:01 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS Log: BFN Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.294 php-src/NEWS:1.1247.2.295 --- php-src/NEWS:1.1247.2.294 Mon Jul 21 21:39:52 2003 +++ php-src/NEWSTu

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

2003-07-22 Thread Ilia Alshanetsky
iliaa Tue Jul 22 12:06:09 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/mysql php_mysql.c Log: MFH: r1.196: mysql_fixes Index: php-src/ext/mysql/php_mysql.c diff -u php-src/ext/mysql/php_mysql.c:1.174.2.19 php-src/ext/mysql/php_mysql.c:1.174.2.20

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

2003-07-22 Thread Ilia Alshanetsky
iliaa Tue Jul 22 12:05:33 2003 EDT Modified files: /php-src/ext/mysql php_mysql.c Log: * Fixed bug #24535 (Crash when retrieving data from unbuffered result after the original connection has been changed). * Fixed a crash when trying to fetch an unbuffered r

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

2003-07-22 Thread Zeev Suraski
zeevTue Jul 22 11:46:48 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/main main.c Log: Fix potential crash (zend_hash_get_current_key_ex() doesn't touch the string arguments if the key is not a string!) Index: php-src/main/main.c diff -u php

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

2003-07-22 Thread Zeev Suraski
zeevTue Jul 22 09:54:46 2003 EDT Added files: /php-src/tests/lang bug24436.phpt Log: Add test Index: php-src/tests/lang/bug24436.phpt +++ php-src/tests/lang/bug24436.phpt --TEST-- Bug #24436 (isset() and empty() produce errors with non-existent variab

[PHP-CVS] cvs: php-src /ext/dom document.c php_dom.c xml_common.h

2003-07-22 Thread Zeev Suraski
zeevTue Jul 22 09:50:00 2003 EDT Modified files: /php-src/ext/domdocument.c php_dom.c xml_common.h Log: API update Index: php-src/ext/dom/document.c diff -u php-src/ext/dom/document.c:1.15 php-src/ext/dom/document.c:1.16 --- php-src/ext/dom/document.c

[PHP-CVS] cvs: php-src /ext/curl curl.dsp

2003-07-22 Thread Edin Kadribasic
edink Tue Jul 22 08:36:59 2003 EDT Modified files: /php-src/ext/curl curl.dsp Log: MFB Index: php-src/ext/curl/curl.dsp diff -u php-src/ext/curl/curl.dsp:1.5 php-src/ext/curl/curl.dsp:1.6 --- php-src/ext/curl/curl.dsp:1.5 Wed Nov 13 17:25:33 2002 +++ p

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/curl curl.dsp

2003-07-22 Thread Edin Kadribasic
edink Tue Jul 22 08:34:38 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/curl curl.dsp Log: New curl lib needs additional libs to link (#24725) Index: php-src/ext/curl/curl.dsp diff -u php-src/ext/curl/curl.dsp:1.4 php-src/ext/curl/curl.dsp:1.4.8.1 -

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

2003-07-22 Thread Zeev Suraski
At 14:56 22/07/2003, Sascha Schumann wrote: > Can you give me a concrete example of when you think this macro doesn't > behave properly? If it's correct, I'll try to fix it. Note that the last > time you had problems with this (and other) macros these were actually bugs > in the session module.

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

2003-07-22 Thread Sascha Schumann
> Can you give me a concrete example of when you think this macro doesn't > behave properly? If it's correct, I'll try to fix it. Note that the last > time you had problems with this (and other) macros these were actually bugs > in the session module. That was another instance showing the in

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

2003-07-22 Thread Zeev Suraski
At 13:49 22/07/2003, Sascha Schumann wrote: On Tue, 22 Jul 2003, Zeev Suraski wrote: > At 12:22 22/07/2003, Sascha Schumann wrote: > > If it is not irregular, the engine code should be able to > > deal with it correctly. Right now, it falls over itself > > quickly and dies ungracefull

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

2003-07-22 Thread Zeev Suraski
At 13:46 22/07/2003, Sascha Schumann wrote: On Tue, 22 Jul 2003, Zeev Suraski wrote: > At 12:22 22/07/2003, Sascha Schumann wrote: > > If it is not irregular, the engine code should be able to > > deal with it correctly. Right now, it falls over itself > > quickly and dies ungracefull

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

2003-07-22 Thread Sascha Schumann
On Tue, 22 Jul 2003, Zeev Suraski wrote: > At 12:22 22/07/2003, Sascha Schumann wrote: > > If it is not irregular, the engine code should be able to > > deal with it correctly. Right now, it falls over itself > > quickly and dies ungracefully. > > Then ZEND_SET_SYMBOL_WITH_LENGTH shou

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

2003-07-22 Thread Sascha Schumann
On Tue, 22 Jul 2003, Zeev Suraski wrote: > At 12:22 22/07/2003, Sascha Schumann wrote: > > If it is not irregular, the engine code should be able to > > deal with it correctly. Right now, it falls over itself > > quickly and dies ungracefully. > > Then ZEND_SET_SYMBOL_WITH_LENGTH shou

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

2003-07-22 Thread Thies C. Arntzen
thies Tue Jul 22 06:38:35 2003 EDT Modified files: /php-src/ext/oci8 oci8.c Log: @ - Added optional Parameter to OCIWriteTemporaryLob which allows to @ specify the type of LOB you want to be written (OCI_TEMP_CLOB, OCI_TEMP_BLOB) @ (Patch by Novicky Ma

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

2003-07-22 Thread Zeev Suraski
At 12:22 22/07/2003, Sascha Schumann wrote: If it is not irregular, the engine code should be able to deal with it correctly. Right now, it falls over itself quickly and dies ungracefully. Then ZEND_SET_SYMBOL_WITH_LENGTH should be fixed. I'm not sure who wrote it, but it wasn't Andi

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

2003-07-22 Thread Sascha Schumann
On Tue, 22 Jul 2003, Zeev Suraski wrote: > At 04:10 22/07/2003, Sascha Schumann wrote: > >sas Mon Jul 21 21:10:31 2003 EDT > > > > Modified files: (Branch: PHP_4_3) > > /php-src/ext/sessionsession.c > > Log: > > Proper fix for #24592 > > > > The core is

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

2003-07-22 Thread Jani Taskinen
MFH? --Jani On Mon, 21 Jul 2003, Marcus Boerger wrote: >helly Mon Jul 21 16:53:00 2003 EDT > > Modified files: >/php-src/ext/pgsql pgsql.c > Log: > Reset vars when reusing a persistent connection as requested from postgres > developers > >Index

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

2003-07-22 Thread Zeev Suraski
At 04:10 22/07/2003, Sascha Schumann wrote: sas Mon Jul 21 21:10:31 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/sessionsession.c Log: Proper fix for #24592 The core issue is that undefined variables are refcounted (refcount != 0) while is_

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

2003-07-22 Thread Jason Greene
jason Tue Jul 22 03:20:56 2003 EDT Modified files: /php-src/ext/socketssockets.c /php-src/ext/standard streamsfuncs.c Log: Fix EINVAL errors for OS's (Solaris + BSD) that do not appreciate microseconds >= 1 second Patch submitted from [EMAIL