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

2006-03-22 Thread changelog
changelog Thu Mar 23 06:31:46 2006 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2292r2=1.2293diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2292

[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2006-03-22 Thread changelog
changelog Thu Mar 23 06:31:57 2006 UTC Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/ZendEngine2/ChangeLog?r1=1.883r2=1.884diff_format=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.883

[PHP-CVS] cvs: php-src / README.UPDATING_TO_PHP6

2006-03-22 Thread Stefan Esser
sesser Wed Mar 22 08:21:01 2006 UTC Modified files: /php-srcREADME.UPDATING_TO_PHP6 Log: Fix the bullshit register_globals emulation 1) S is not _SESSION but _SERVER 2) EXTR_OVERWRITE is evil

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

2006-03-22 Thread Seiji Masugata
Hi, Derick. very sorry... Was not looking at mail, because I was a long vacation. This is an awfully large change for a stable branch. Could you please provide a more eleborate comment in those cases? This change is not the change which is as large as that Derick thinks. :) However, the

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/oci8 oci8.c

2006-03-22 Thread Antony Dovgal
tony2001Wed Mar 22 09:45:39 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/oci8 oci8.c /php-srcNEWS Log: fix #36820 (Privileged connection with an Oracle password file fails)

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

2006-03-22 Thread Antony Dovgal
tony2001Wed Mar 22 09:46:13 2006 UTC Modified files: /php-src/ext/oci8 oci8.c Log: MF51: fix #36820 (Privileged connection with an Oracle password file fails) http://cvs.php.net/viewcvs.cgi/php-src/ext/oci8/oci8.c?r1=1.293r2=1.294diff_format=u

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

2006-03-22 Thread Georg Richter
Am Di, den 21.03.2006 schrieb Ilia Alshanetsky um 16:35: Hello Ilia, - if (mysql_set_character_set(mysql-mysql, cs_name)) { + if (!mysql-mysql-thread_id || mysql_set_character_set(mysql-mysql, cs_name)) { This fixes the problem only for this function - not in general. I'm already

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c php_string.h string.c /ext/unicode locale.c php_unicode.h unicode.c

2006-03-22 Thread Derick Rethans
derick Wed Mar 22 10:20:20 2006 UTC Modified files: /php-src/ext/standard basic_functions.c php_string.h string.c /php-src/ext/unicodelocale.c php_unicode.h unicode.c Log: - Moved strtotitle to ext/standard and implemented the fallback case to

RE: [PHP-CVS] cvs: php-src / README.UPDATING_TO_PHP6

2006-03-22 Thread Ford, Mike
On 22 March 2006 08:21, Stefan Esser wrote: sesserWed Mar 22 08:21:01 2006 UTC Modified files: /php-src README.UPDATING_TO_PHP6 switch($_register_globals_order{$_register_globals_i}) { Since it seems {} for character access is going to be deprecated in favour

Re: [PHP-CVS] cvs: php-src / README.UPDATING_TO_PHP6

2006-03-22 Thread Pierre
On 3/22/06, Stefan Esser [EMAIL PROTECTED] wrote: sesser Wed Mar 22 08:21:01 2006 UTC Modified files: /php-srcREADME.UPDATING_TO_PHP6 Log: Fix the bullshit register_globals emulation What is bullshit? the emulation, the way it is done or both? Anyway, you were quiet

Re: [PHP-CVS] cvs: php-src / README.UPDATING_TO_PHP6

2006-03-22 Thread Stefan Esser
What is bullshit? the emulation, the way it is done or both? Anyway, you were quiet during the discussions, or did not read them, please keep such comments for another place. Bullshit is an emulation that is even more insecure than register_globals=on in the first place and that doesn't

Re: [PHP-CVS] cvs: php-src / README.UPDATING_TO_PHP6

2006-03-22 Thread Derick Rethans
On Wed, 22 Mar 2006, Stefan Esser wrote: What is bullshit? the emulation, the way it is done or both? Anyway, you were quiet during the discussions, or did not read them, please keep such comments for another place. Bullshit is an emulation that is even more insecure than

Re: [PHP-CVS] cvs: php-src / README.UPDATING_TO_PHP6

2006-03-22 Thread Pierre
On 3/22/06, Stefan Esser [EMAIL PROTECTED] wrote: What is bullshit? the emulation, the way it is done or both? Anyway, you were quiet during the discussions, or did not read them, please keep such comments for another place. Bullshit is an emulation that is even more insecure than

Re: [PHP-CVS] cvs: php-src / README.UPDATING_TO_PHP6

2006-03-22 Thread Ilia Alshanetsky
Derick Rethans wrote: I would actually be for not providing such an emulation as it's most likely that people just copy and paste it and we're back to square 1. I agree, providing emulations for inherently insecure features defeats the whole purpose IMO. Ilia -- PHP CVS Mailing List

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

2006-03-22 Thread Ilia Alshanetsky
I tried a few other functions like get_warnings() and they don't seem to mind a missing connection. So, I am not certain a generic solution is required here. ilia Georg Richter wrote: Am Di, den 21.03.2006 schrieb Ilia Alshanetsky um 16:35: Hello Ilia, - if

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

2006-03-22 Thread Georg Richter
Am Mi, den 22.03.2006 schrieb Ilia Alshanetsky um 18:10: Hello Ilia, I tried a few other functions like get_warnings() and they don't seem to mind a missing connection. So, I am not certain a generic solution is required here. All functions which need to send something to server will

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

2006-03-22 Thread Ilia Alshanetsky
iliaa Wed Mar 22 17:32:21 2006 UTC Modified files: /php-src/ext/pgsql pgsql.c Log: Simplify and optimize code. http://cvs.php.net/viewcvs.cgi/php-src/ext/pgsql/pgsql.c?r1=1.345r2=1.346diff_format=u Index: php-src/ext/pgsql/pgsql.c diff -u

[PHP-CVS] cvs: php-src /ext/standard/tests/math bug21523.phpt

2006-03-22 Thread Antony Dovgal
tony2001Wed Mar 22 19:27:28 2006 UTC Modified files: /php-src/ext/standard/tests/mathbug21523.phpt Log: use set_time_limit(), this test takes forever on AIX

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/standard/tests/math bug21523.phpt

2006-03-22 Thread Antony Dovgal
tony2001Wed Mar 22 19:27:47 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/standard/tests/mathbug21523.phpt Log: MFH: use set_time_limit(), this test takes forever on AIX

[PHP-CVS] cvs: php-src /ext/exif/tests exif006.phpt

2006-03-22 Thread Antony Dovgal
tony2001Wed Mar 22 19:41:42 2006 UTC Modified files: /php-src/ext/exif/tests exif006.phpt Log: no magic_quotes anymore http://cvs.php.net/viewcvs.cgi/php-src/ext/exif/tests/exif006.phpt?r1=1.6r2=1.7diff_format=u Index:

Re: [PHP-CVS] cvs: php-src / README.UPDATING_TO_PHP6

2006-03-22 Thread Pierre
On 3/22/06, Ilia Alshanetsky [EMAIL PROTECTED] wrote: Derick Rethans wrote: I would actually be for not providing such an emulation as it's most likely that people just copy and paste it and we're back to square 1. I agree, providing emulations for inherently insecure features defeats the

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS /ext/spl spl_array.c

2006-03-22 Thread Antony Dovgal
tony2001Wed Mar 22 21:56:40 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/splspl_array.c /php-srcNEWS Log: fix #36825 (Exceptions thrown in ArrayObject::offsetGet cause segfault) fix similar issue in offsetExists() remove

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

2006-03-22 Thread Antony Dovgal
tony2001Wed Mar 22 21:57:10 2006 UTC Modified files: /php-src/ext/splspl_array.c Log: MFH: fix #36825 (Exceptions thrown in ArrayObject::offsetGet cause segfault) fix similar issue in offsetExists() remove redundant semicolons

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

2006-03-22 Thread Antony Dovgal
tony2001Wed Mar 22 22:05:52 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/standard array.c Log: prevent segfault when exception is thrown from Countable::count()

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

2006-03-22 Thread Antony Dovgal
tony2001Wed Mar 22 22:06:08 2006 UTC Modified files: /php-src/ext/standard array.c Log: MF51: prevent segfault when exception is thrown from Countable::count()

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/spl/tests bug36825.phpt

2006-03-22 Thread Antony Dovgal
tony2001Wed Mar 22 23:10:59 2006 UTC Added files: (Branch: PHP_5_1) /php-src/ext/spl/tests bug36825.phpt Log: add test http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/bug36825.phpt?view=markuprev=1.1 Index:

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/spl spl_array.c

2006-03-22 Thread Antony Dovgal
tony2001Wed Mar 22 23:12:03 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/splspl_array.c Log: fix leak http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_array.c?r1=1.71.2.11r2=1.71.2.12diff_format=u Index: php-src/ext/spl/spl_array.c

[PHP-CVS] cvs: php-src /ext/spl spl_array.c /ext/spl/tests bug36825.phpt

2006-03-22 Thread Antony Dovgal
tony2001Wed Mar 22 23:12:38 2006 UTC Modified files: /php-src/ext/splspl_array.c /php-src/ext/spl/tests bug36825.phpt Log: fix leak, add test http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_array.c?r1=1.101r2=1.102diff_format=u

[PHP-CVS] cvs: CVSROOT / avail

2006-03-22 Thread Rasmus Lerdorf
rasmus Wed Mar 22 23:30:49 2006 UTC Modified files: /CVSROOTavail Log: pecl/apc karma for Brian Shire http://cvs.php.net/viewcvs.cgi/CVSROOT/avail?r1=1.1110r2=1.diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1110 CVSROOT/avail:1. ---

Re: [PHP-CVS] cvs: php-src /ext/standard basic_functions.c php_string.h string.c /ext/unicode locale.c php_unicode.h unicode.c

2006-03-22 Thread Andrei Zmievski
Derick, What do you think titlecase means in non-Unicode world? -Andrei On Mar 22, 2006, at 2:20 AM, Derick Rethans wrote: derick Wed Mar 22 10:20:20 2006 UTC Modified files: /php-src/ext/standard basic_functions.c php_string.h string.c /php-src/ext/unicode

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/pdo_mysql mysql_driver.c

2006-03-22 Thread Pierre-Alain Joye
pajoye Thu Mar 23 01:24:36 2006 UTC Modified files: (Branch: PHP_5_1) /php-src/ext/pdo_mysql mysql_driver.c Log: - Fixed fetching of string value bigger than 128bytes when no options are used

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

2006-03-22 Thread Pierre-Alain Joye
pajoye Thu Mar 23 01:37:38 2006 UTC Modified files: /php-src/ext/pdo_mysql mysql_driver.c Log: . MFB: Fixed fetching of string value bigger than 128bytes when no options are used

[PHP-CVS] cvs: php-src(PHP_4_4) /ext/mbstring mbstring.c mbstring.h /ext/mbstring/libmbfl/mbfl mbfilter.c

2006-03-22 Thread Seiji Masugata
masugataThu Mar 23 02:17:43 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/mbstring mbstring.c mbstring.h /php-src/ext/mbstring/libmbfl/mbfl mbfilter.c Log: revert.(See http://news.php.net/php.cvs/37387)