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.
http://cvs.php.net/viewcvs.cgi/php-src/ext/mbstring/libmbfl/mbfl/mbfilter
hirokawaSat Dec 24 01:20:26 2005 EDT
Modified files:
/php-src/ext/mbstring/libmbfl/mbfl mbfilter.c
Log:
fixed #35711 ISO-8859 charset not correctly detected.
http://cvs.php.net/viewcvs.cgi/php-src/ext/mbstring/libmbfl/mbfl/mbfilter.c?r1=1.8&r2=1.9&diff_
Hi Jani,
the leak was there since probably the very beginning of mysqli. It's
just a rare
case when it leaks and it leaks only 1 byte of memory in this case (per
prepared
statement parameter if it is string and was initialized with empty string
beforehand).
Andrey
Quoting Jani Taskinen <[EMA
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
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.321&r2=1.2027.2.322&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS
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
http://cvs.php.net/viewcvs.cgi/php-src/ext/mysqli/mysqli_api.c?r1=1.118.2.12&r2=
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 ou
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
http://cvs.php.net/viewcvs.cgi/php-src/Makefi
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.319&r2=1.2027.2.320&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.319 php-src/NEWS:1.2027.
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)
http://cvs.php.net/viewcvs.cgi/ZendEngine2/z
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)
http://cvs.php.net/viewcvs.cgi/ZendEngine2/zend_execute.c?r1=1.72
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=markup&rev=1.1
Index: php-src/ext/simpl
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=markup&rev=1.1
Index: php-src/ext/simplexml/tests/bug35785.p
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
http://cvs.php.net/viewcvs.cgi/
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
http://cvs.php.net/viewcvs.cgi/php-src/ext/xml/tests/bu
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.19&r2=1.226.2.20&diff_format=u
Index: php-src/run-tests.php
diff
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.265&r2=1.266&diff_format=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.265
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.31&r2=1.579.2.32&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure
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.123&r2=1.124&diff_format=u
Index: php-sr
@@ -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 diffe
sesser Fri Dec 23 18:23:43 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/ext/mysqli mysqli_api.c mysqli_nonapi.c mysqli_report.c
Log:
Beware of format strings...
http://cvs.php.net/viewcvs.cgi/php-src/ext/mysqli/mysqli_api.c?r1=1.118.2.11&r2=1.118.2.
sniper Fri Dec 23 18:00:03 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.318&r2=1.2027.2.319&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.318 php-src/NEWS:1.2027.2.
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.1071&r2=1.1072&diff_format=u
Index: CVSROOT/avail
diff -u CVSROOT/avail:1.1071 CVSROOT/avail:1.1072
--- CVSROOT
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-src/ext/mbstring/libmbfl/mb
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)
http://cvs.php.net/viewc
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
iliaa Fri Dec 23 14:43:57 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-srcNEWS
Log:
Bug fixing news
http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.317&r2=1.2027.2.318&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.317 php-src
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.30&r2=1.579.2.31&diff_format=u
Index: ph
MFH to 5.1?
Ilia
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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 c
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.10&r2=1.11&diff_format=u
Index: php-src/ext/m
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..
http://cvs.php.net/viewcvs.cgi/php-src/ext/mbstring/config.m4?r1=1.59&r2=1
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 libm
tony2001Fri Dec 23 13:24:17 2005 EDT
Modified files:
/php-src/ext/tokenizer/tests001.phpt 002.phpt 003.phpt
bug26463.phpt
Log:
fix tests
http://cvs.php.net/viewcvs.cgi/php-src/ext/tokenizer/tests/001.php
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.
http://cvs.php.net/viewcvs.cgi/php-src/
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.
http://cvs.php.net/viewcvs.cgi/php-src/
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.
http://cvs.php.net/viewcvs.cgi/php-src/ext/mbstring/mbstring.
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.106&r2=1.107&diff_format=u
Index: php-src/ext
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
http://cvs.php.net/viewcvs.cgi/php-src/ext/xml/tests/xml001.phpt?r1=1.3&r2=1.3.4.1&d
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.3&r2=1.4&diff_format=u
Index: php-s
40 matches
Mail list logo