andrei Wed Aug 2 02:11:57 2006 UTC
Modified files:
/php-src/ext/standard array.c
Log:
Fix leaks.
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.377&r2=1.378&diff_format=u
Index: php-src/ext/standard/array.c
diff -u php-src/ext/standar
tony2001Tue Aug 1 22:42:11 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/gd gd.c gd_ctx.c
Log:
MFH: implement my own FR #36995
add missing ifdefs
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.3&r2=1.312.2.20.2.4&dif
tony2001Tue Aug 1 22:41:33 2006 UTC
Modified files:
/php-src/ext/gd gd.c gd_ctx.c
Log:
implement my own FR #36995
nuke unused variable
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.353&r2=1.354&diff_format=u
Index: php-src/ext/gd/gd.c
andrei Tue Aug 1 22:28:26 2006 UTC
Modified files:
/php-srcunicode-progress.txt
/php-src/ext/standard array.c
Log:
Add SORT_LOCALE_STRING support to array_multisort() and mark it with U.
http://cvs.php.net/viewvc.cgi/php-src/unicode-progress.
andrei Tue Aug 1 21:50:44 2006 UTC
Modified files:
/php-srcunicode-progress.txt
/php-src/ext/standard array.c
Log:
Whew. Fix up extract to params API, Unicode support, and simplify it as
well.
http://cvs.php.net/viewvc.cgi/php-src/unicode-pr
mikeTue Aug 1 16:49:17 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/date/tests oo_001.phpt
Log:
- update test
http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/oo_001.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/date/tests
mikeTue Aug 1 16:49:08 2006 UTC
Modified files:
/php-src/ext/date/tests oo_001.phpt
Log:
- update test
http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/oo_001.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/date/tests/oo_001.phpt
diff -u php-
mikeTue Aug 1 16:45:40 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/date php_date.c
Log:
MFH: use library error message on time string parse failure
http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.43.2.45.2.22&r2=1.43.2.45.2.23
mikeTue Aug 1 16:45:24 2006 UTC
Modified files:
/php-src/ext/date php_date.c
Log:
- use library error message on time string parse failure
http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.109&r2=1.110&diff_format=u
Index: php-src/ext/date
iliaa Tue Aug 1 16:37:11 2006 UTC
Modified files:
/php-src/ext/pdopdo_dbh.c php_pdo_driver.h
Log:
Fixed build (added missing functions)
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_dbh.c?r1=1.132&r2=1.133&diff_format=u
Index: php-src/ext/pdo/pdo_d
iliaa Tue Aug 1 16:32:30 2006 UTC
Modified files:
/php-src/ext/pdo_pgsql pgsql_statement.c
Log:
MFB: Fixed bug #38168 (Crash in pdo_pgsql on missing bound parameters).
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_pgsql/pgsql_statement.c?r1=1.37&r2=1.
iliaa Tue Aug 1 16:31:29 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/pdo_pgsql pgsql_statement.c
/php-srcNEWS
Log:
Fixed bug #38168 (Crash in pdo_pgsql on missing bound parameters).
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo_pgs
dmitry Tue Aug 1 16:10:25 2006 UTC
Added files:
/php-src/ext/soap/tests cookie.phpt
Modified files:
/php-src/ext/soap php_encoding.c php_http.c php_soap.h soap.c
/php-src/ext/soap/tests/bugsbug32941.phpt
Log:
Unicode su
mikeTue Aug 1 15:55:03 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/date php_date.c
Log:
MFH:
- fix leaks on multiple calls to DateTime::__construct()
- throw exception on unparseable time strings in DateTime::__construct()
http://cv
mikeTue Aug 1 15:54:45 2006 UTC
Modified files:
/php-src/ext/date php_date.c
Log:
- fix leaks on multiple calls to DateTime::__construct()
- throw exception on unparseable time strings in DateTime::__construct()
# I guess I'm done now
http://cvs.ph
iliaa Tue Aug 1 15:06:12 2006 UTC
Modified files:
/php-src/ext/pdopdo_stmt.c
Log:
MFB: Fixed memory leak on unused bound name parameters.
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.162&r2=1.163&diff_format=u
Index: php-src/ext/pdo/pd
iliaa Tue Aug 1 15:06:01 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/pdopdo_stmt.c
Log:
Fixed memory leak on unused bound name parameters.
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/pdo_stmt.c?r1=1.118.2.38.2.5&r2=1.118.2.38.2.6&diff_form
mikeTue Aug 1 13:28:28 2006 UTC
Added files: (Branch: PHP_5_2)
/php-src/ext/date/tests oo_001.phpt
Modified files:
/php-src/ext/date php_date.c php_date.h
Log:
MFH:
- OO fixes:
. no is_ref for objects in PHP5+
. initial
tony2001Tue Aug 1 13:28:03 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
/php-src/ext/curl streams.c
Log:
MFH: fix #38269 (fopen wrapper doesn't fail on invalid hostname with
curlwrappers enabled)
http://cvs.php.net/viewvc.cgi/ph
mikeTue Aug 1 13:27:41 2006 UTC
Added files:
/php-src/ext/date/tests oo_001.phpt
Modified files:
/php-src/ext/date php_date.c php_date.h
Log:
- OO fixes:
. no is_ref for objects in PHP5+
. initialize objects when created
tony2001Tue Aug 1 13:26:56 2006 UTC
Modified files:
/php-src/ext/curl streams.c
Log:
fix #38269 (fopen wrapper doesn't fail on invalid hostname with curlwrappers
enabled)
http://cvs.php.net/viewvc.cgi/php-src/ext/curl/streams.c?r1=1.18&r2=1.19&dif
tony2001Tue Aug 1 12:08:25 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/oci8 oci8.c
Log:
improve error message on Win32
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8.c?r1=1.269.2.16.2.10&r2=1.269.2.16.2.11&diff_format=u
Index: php-s
tony2001Tue Aug 1 12:08:10 2006 UTC
Modified files:
/php-src/ext/oci8 oci8.c
Log:
improve error message on Win32
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/oci8.c?r1=1.308&r2=1.309&diff_format=u
Index: php-src/ext/oci8/oci8.c
diff -u php-src/ex
tony2001Tue Aug 1 12:04:21 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
Log:
BFN
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.171&r2=1.2027.2.547.2.172&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.
tony2001Tue Aug 1 12:04:15 2006 UTC
Modified files: (Branch: PHP_4_4)
/php-srcNEWS
/php-src/ext/socketssockets.c
Log:
re-apply fix for #38251 (socket_select() and invalid arguments)
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.1247
tony2001Tue Aug 1 08:35:06 2006 UTC
Modified files: (Branch: PHP_4_4)
/php-srcNEWS
Log:
BFN
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.1247.2.920.2.145&r2=1.1247.2.920.2.146&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.
tony2001Tue Aug 1 08:33:14 2006 UTC
Modified files: (Branch: PHP_4_4)
/php-src/ext/sessionsession.c
Log:
MFH: fix #38278 (session_cache_expire()'s value does not match phpinfo's
session.cache_expire)
http://cvs.php.net/viewvc.cgi/php-src/ext/
tony2001Tue Aug 1 08:32:59 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
Log:
BFN
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.170&r2=1.2027.2.547.2.171&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.
tony2001Tue Aug 1 08:32:08 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/sessionsession.c
Log:
MFH: fix #38278 (session_cache_expire()'s value does not match phpinfo's
session.cache_expire)
http://cvs.php.net/viewvc.cgi/php-src/ext/
tony2001Tue Aug 1 08:31:37 2006 UTC
Modified files:
/php-src/ext/sessionsession.c
Log:
fix #38278 (session_cache_expire()'s value does not match phpinfo's
session.cache_expire)
http://cvs.php.net/viewvc.cgi/php-src/ext/session/session.c?r1=1
tony2001Tue Aug 1 08:39:11 2006 UTC
Modified files: (Branch: PHP_4_4)
/php-src/tests/lang bug35239.phpt
Log:
fix test (but it still fails)
http://cvs.php.net/viewvc.cgi/php-src/tests/lang/bug35239.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-sr
derick Tue Aug 1 08:06:55 2006 UTC
Modified files: (Branch: PHP_4_4)
/php-srcconfigure.in NEWS
/php-src/main php_version.h
Log:
- Back to dev
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.25&r2=1.396.2.164.2.26&diff_format=u
On 01.08.2006 10:52, Marcus Boerger wrote:
Hello Antony,
this is definitively wrong
I tend to agree with this, but I can't fix the fact that valgrind reports lots
of false positives with --leak-check=yes and Zend MM disabled.
I spoke to Dmitry about it and he says it'd require partial ZE r
Hi,
Marcus Boerger wrote:
Hello Antony,
this is definitively wrong, either reenable the zend mm or fix the zend
mm. Anyway i was able to run without the old zend mm and with leak check.
So my guess is that we are facing new problems that need to be addressed.
On gov.php.net until now we were
34 matches
Mail list logo