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

2005-12-23 Thread changelog
changelog Sat Dec 24 06:31:56 2005 EDT Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/ZendEngine2/ChangeLog?r1=1.834r2=1.835diff_format=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.834

[PHP-CVS] cvs: php-src /ext/xml/tests xml001.phpt xml002.phpt xml003.phpt

2005-12-23 Thread Marcus Boerger
helly Fri Dec 23 08:44:34 2005 EDT Modified files: /php-src/ext/xml/tests xml001.phpt xml002.phpt xml003.phpt Log: - Do not test output escaping here http://cvs.php.net/viewcvs.cgi/php-src/ext/xml/tests/xml001.phpt?r1=1.3r2=1.4diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/xml/tests xml001.phpt xml002.phpt xml003.phpt

2005-12-23 Thread Marcus Boerger
helly Fri Dec 23 08:44:43 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/xml/tests xml001.phpt xml002.phpt xml003.phpt Log: - MFH Do not test output escaping here

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

2005-12-23 Thread Dmitry Stogov
dmitry Fri Dec 23 09:41:31 2005 EDT Modified files: /php-src/ext/pdopdo_dbh.c Log: Fixed memory corruption and termination through _zend_bailout() http://cvs.php.net/viewcvs.cgi/php-src/ext/pdo/pdo_dbh.c?r1=1.106r2=1.107diff_format=u Index:

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

2005-12-23 Thread Rui Hirokawa
hirokawaFri Dec 23 11:14:54 2005 EDT Modified files: /php-src/ext/mbstring mbstring.c Log: fixed #28899 mb_substr() and substr() work differently when mbstring.func_overload is enabled.

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

2005-12-23 Thread Rui Hirokawa
hirokawaFri Dec 23 11:15:16 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/mbstring mbstring.c Log: MFH: fixed #28899 mb_substr() and substr() work differently when mbstring.func_overload is enabled.

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

2005-12-23 Thread Rui Hirokawa
hirokawaFri Dec 23 11:15:32 2005 EDT Modified files: (Branch: PHP_5_0) /php-src/ext/mbstring mbstring.c Log: MFH: fixed #28899 mb_substr() and substr() work differently when mbstring.func_overload is enabled.

[PHP-CVS] cvs: php-src /ext/mbstring/libmbfl/mbfl mbfl_language.c mbfl_language.h /ext/mbstring/libmbfl/nls nls_tr.c nls_tr.h

2005-12-23 Thread Rui Hirokawa
hirokawaFri Dec 23 13:49:36 2005 EDT Added files: /php-src/ext/mbstring/libmbfl/nls nls_tr.c nls_tr.h Modified files: /php-src/ext/mbstring/libmbfl/mbfl mbfl_language.c mbfl_language.h Log: added turkish language support for

[PHP-CVS] cvs: php-src /ext/mbstring config.m4 php_unicode.c

2005-12-23 Thread Rui Hirokawa
hirokawaFri Dec 23 13:50:29 2005 EDT Modified files: /php-src/ext/mbstring config.m4 php_unicode.c Log: fixed #29955 mb_strtoupper() / lower() broken with Turkish encoding..

[PHP-CVS] cvs: php-src /ext/mbstring config.w32

2005-12-23 Thread Rui Hirokawa
hirokawaFri Dec 23 13:53:30 2005 EDT Modified files: /php-src/ext/mbstring config.w32 Log: added turkish language support for libmbfl. http://cvs.php.net/viewcvs.cgi/php-src/ext/mbstring/config.w32?r1=1.10r2=1.11diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/standard/tests/file bug35781.phpt /main/streams plain_wrapper.c streams.c

2005-12-23 Thread Antony Dovgal
tony2001Fri Dec 23 14:32:11 2005 EDT Added files: (Branch: PHP_5_1) /php-src/ext/standard/tests/filebug35781.phpt Modified files: /php-src/main/streams plain_wrapper.c streams.c Log: fix #35781 (stream_filter_append() can

Re: [PHP-CVS] cvs: php-src /ext/mbstring/libmbfl/mbfl mbfl_language.c mbfl_language.h /ext/mbstring/libmbfl/nls nls_tr.c nls_tr.h

2005-12-23 Thread Ilia Alshanetsky
MFH to 5.1? Ilia -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src(PHP_5_1) / NEWS configure.in /main php_version.h

2005-12-23 Thread Ilia Alshanetsky
iliaa Fri Dec 23 14:42:50 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcconfigure.in NEWS /php-src/main php_version.h Log: Back to dev http://cvs.php.net/viewcvs.cgi/php-src/configure.in?r1=1.579.2.30r2=1.579.2.31diff_format=u Index:

Re: [PHP-CVS] cvs: php-src /ext/mbstring/libmbfl/mbfl mbfl_language.c mbfl_language.h /ext/mbstring/libmbfl/nls nls_tr.c nls_tr.h

2005-12-23 Thread Rui Hirokawa
Yes, I will do very soon. Rui On Fri, 23 Dec 2005 09:42:01 -0500 Ilia Alshanetsky [EMAIL PROTECTED] wrote: MFH to 5.1? Ilia -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.371 / Virus Database: 267.14.5/212 - Release Date: 2005/12/23 -- Rui

[PHP-CVS] cvs: php-src /ext/standard/tests/file bug35781.phpt /main/streams plain_wrapper.c streams.c

2005-12-23 Thread Antony Dovgal
tony2001Fri Dec 23 15:05:42 2005 EDT Modified files: /php-src/ext/standard/tests/filebug35781.phpt /php-src/main/streams plain_wrapper.c streams.c Log: MFB: fix #35781 (stream_filter_append() can cause segfault)

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/mbstring config.m4 config.w32 php_unicode.c /ext/mbstring/libmbfl/mbfl mbfl_language.c mbfl_language.h /ext/mbstring/libmbfl/nls nls_tr.c nls_tr.h

2005-12-23 Thread Rui Hirokawa
hirokawaFri Dec 23 15:18:52 2005 EDT Added files: (Branch: PHP_5_1) /php-src/ext/mbstring/libmbfl/nls nls_tr.c nls_tr.h Modified files: /php-src/ext/mbstring config.m4 config.w32 php_unicode.c

[PHP-CVS] cvs: CVSROOT / avail

2005-12-23 Thread Rasmus Lerdorf
rasmus Fri Dec 23 15:50:30 2005 EDT Modified files: /CVSROOTavail Log: Karma for new accounts http://cvs.php.net/viewcvs.cgi/CVSROOT/avail?r1=1.1071r2=1.1072diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1071 CVSROOT/avail:1.1072 ---

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/standard/tests/file bug35781.phpt /main/streams plain_wrapper.c streams.c

2005-12-23 Thread Nuno Lopes
@@ -316,7 +316,7 @@ if (data-fd = 0) { ret = read(data-fd, buf, count); - stream-eof = (ret == 0 || (ret == -1 errno != EWOULDBLOCK)); + stream-eof = (ret == 0 || (ret == (size_t)-1 errno != EWOULDBLOCK)); } else { #if HAVE_FLUSHIO Watch out! EAGAIN and EWOULDBLOCK can have different

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

2005-12-23 Thread Stefan Esser
sesser Fri Dec 23 18:43:03 2005 EDT Modified files: /php-src/ext/mysqli mysqli_api.c mysqli_nonapi.c mysqli_report.c Log: MFB: format string fixes http://cvs.php.net/viewcvs.cgi/php-src/ext/mysqli/mysqli_api.c?r1=1.123r2=1.124diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_1) / configure.in

2005-12-23 Thread Ilia Alshanetsky
iliaa Fri Dec 23 19:12:28 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcconfigure.in Log: RC2 not RC1 http://cvs.php.net/viewcvs.cgi/php-src/configure.in?r1=1.579.2.31r2=1.579.2.32diff_format=u Index: php-src/configure.in diff -u

[PHP-CVS] cvs: php-src / run-tests.php

2005-12-23 Thread Marcus Boerger
helly Fri Dec 23 19:40:01 2005 EDT Modified files: /php-srcrun-tests.php Log: - Fix handling of bork tests http://cvs.php.net/viewcvs.cgi/php-src/run-tests.php?r1=1.265r2=1.266diff_format=u Index: php-src/run-tests.php diff -u php-src/run-tests.php:1.265

[PHP-CVS] cvs: php-src(PHP_5_1) / run-tests.php

2005-12-23 Thread Marcus Boerger
helly Fri Dec 23 19:40:13 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcrun-tests.php Log: - MFH Fix handling of bork tests http://cvs.php.net/viewcvs.cgi/php-src/run-tests.php?r1=1.226.2.19r2=1.226.2.20diff_format=u Index: php-src/run-tests.php diff

[PHP-CVS] cvs: php-src /ext/xml/tests bug32001.phpt bug32001b.phpt

2005-12-23 Thread Marcus Boerger
helly Fri Dec 23 20:03:31 2005 EDT Added files: /php-src/ext/xml/tests bug32001b.phpt Modified files: /php-src/ext/xml/tests bug32001.phpt Log: - Fix test by splitting it

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/xml/tests bug32001.phpt bug32001b.phpt

2005-12-23 Thread Marcus Boerger
helly Fri Dec 23 20:04:30 2005 EDT Added files: (Branch: PHP_5_1) /php-src/ext/xml/tests bug32001b.phpt Modified files: /php-src/ext/xml/tests bug32001.phpt Log: - MFH Fix test by splitting it

[PHP-CVS] cvs: php-src /ext/simplexml/tests bug35785.phpt

2005-12-23 Thread Marcus Boerger
helly Fri Dec 23 20:26:22 2005 EDT Added files: /php-src/ext/simplexml/testsbug35785.phpt Log: - Add new test http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/tests/bug35785.phpt?view=markuprev=1.1 Index:

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

2005-12-23 Thread Marcus Boerger
helly Fri Dec 23 20:26:41 2005 EDT Added files: (Branch: PHP_5_1) /php-src/ext/simplexml/testsbug35785.phpt Log: - MFH Add new test http://cvs.php.net/viewcvs.cgi/php-src/ext/simplexml/tests/bug35785.phpt?view=markuprev=1.1 Index:

[PHP-CVS] cvs: php-src /ext/simplexml/tests bug35785.phpt ZendEngine2 zend_execute.c

2005-12-23 Thread Marcus Boerger
helly Fri Dec 23 20:31:39 2005 EDT Modified files: /ZendEngine2zend_execute.c /php-src/ext/simplexml/testsbug35785.phpt Log: - Fixed Bug #35785 (SimpleXML memory read error)

[PHP-CVS] cvs: php-src(PHP_5_1) /ext/simplexml/tests bug35785.phpt ZendEngine2 zend_execute.c

2005-12-23 Thread Marcus Boerger
helly Fri Dec 23 20:32:15 2005 EDT Modified files: (Branch: PHP_5_1) /ZendEngine2zend_execute.c /php-src/ext/simplexml/testsbug35785.phpt Log: - MFH Fixed Bug #35785 (SimpleXML memory read error)

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

2005-12-23 Thread Marcus Boerger
helly Fri Dec 23 20:40:53 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcNEWS Log: - BFN http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.319r2=1.2027.2.320diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.319

[PHP-CVS] cvs: php-src / Makefile.global run-tests.php

2005-12-23 Thread Marcus Boerger
helly Fri Dec 23 21:01:05 2005 EDT Modified files: /php-srcMakefile.global run-tests.php Log: - Add make target make ntest to test in unicode mode - Change make target test to check native and unicode mode

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/standard/tests/file bug35781.phpt /main/streams plain_wrapper.c streams.c

2005-12-23 Thread Antony Dovgal
On 23.12.2005 21:29, Nuno Lopes wrote: @@ -316,7 +316,7 @@ if (data-fd = 0) { ret = read(data-fd, buf, count); - stream-eof = (ret == 0 || (ret == -1 errno != EWOULDBLOCK)); + stream-eof = (ret == 0 || (ret == (size_t)-1 errno != EWOULDBLOCK)); } else { #if HAVE_FLUSHIO Watch out!

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

2005-12-23 Thread Andrey Hristov
andrey Fri Dec 23 22:22:42 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/mysqli mysqli_api.c /php-srcNEWS Log: fix small memory leak which emerged two days ago

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

2005-12-23 Thread Andrey Hristov
andrey Fri Dec 23 22:27:23 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcNEWS Log: move the message to where it belongs http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.321r2=1.2027.2.322diff_format=u Index: php-src/NEWS diff -u

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

2005-12-23 Thread Jani Taskinen
In-Reply-To: [EMAIL PROTECTED] Message-ID: [EMAIL PROTECTED] References: [EMAIL PROTECTED] MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Did that leak exist in PHP 5.1.1 ? If it didn't, there's no point in adding that NEWS entry.. --Jani On Fri, 23

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

2005-12-23 Thread Rui Hirokawa
hirokawaSat Dec 24 04:32:43 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/mbstring/libmbfl/mbfl mbfilter.c Log: MFH: fixed #35711 ISO-8859 charset not correctly detected.