[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/tests/bug55509.phpt branches/PHP_5_3/Zend/zend_alloc.c branches/PHP_5_4/Zend/tests/bug55509.phpt branches/PHP_5_4/Zend/zend_all

2011-09-13 Thread Dmitry Stogov
dmitry Tue, 13 Sep 2011 07:01:46 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316590 Log: Fixed bug #55509 (segfault on x86_64 using more than 2G memory). (Laruence) Bug: https://bugs.php.net/55509 (Verified) segfault on x86_64 using more

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/zend_strtod.c branches/PHP_5_4/Zend/zend_strtod.c trunk/Zend/zend_strtod.c

2011-09-13 Thread Dmitry Stogov
dmitry Tue, 13 Sep 2011 07:07:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316591 Log: Fixed Bug #55649 (Undefined function Bug()). (Laruence) Bug: https://bugs.php.net/55649 (Assigned) Undefined function Bug() Changed paths: U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS

2011-09-13 Thread Dmitry Stogov
dmitry Tue, 13 Sep 2011 07:08:36 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316592 Log: sort changelog according to bug number Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/UPGRADING branches/PHP_5_4/main/main.c trunk/main/main.c

2011-09-13 Thread Pierre Joye
pajoye Tue, 13 Sep 2011 10:38:12 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316594 Log: - do not display the crt warnings anymore by default. It is enough to simply fail from a user land pov as it is the case on posix platforms Changed

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ NEWS

2011-09-13 Thread Pierre Joye
pajoye Tue, 13 Sep 2011 10:39:59 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316595 Log: - news for the crt warning Changed paths: U php/php-src/branches/PHP_5_4/NEWS Modified: php/php-src/branches/PHP_5_4/NEWS

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/tests/bug33415-2.phpt branches/PHP_5_4/ext/date/tests/bug33415-2.phpt trunk/ext/date/tests/bug33415-2.phpt

2011-09-13 Thread Pierre Joye
pajoye Tue, 13 Sep 2011 12:04:57 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316609 Log: - fix test on win, putenv is not supported for TZ and ext/date Changed paths: U php/php-src/branches/PHP_5_3/ext/date/tests/bug33415-2.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/file.c branches/PHP_5_3/ext/standard/tests/strings/bug55674.phpt branches/PHP_5_4/ext/standard/file.c branches/PHP_5_4/ext/standard/tests/str

2011-09-13 Thread Xinchen Hui
laruence Tue, 13 Sep 2011 12:44:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316618 Log: Fixed Bug #55674 (fgetcsv str_getcsv skip empty fields in some tab-separated records) which was introduced by r311543 Bug: https://bugs.php.net/55674

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_3/ext/standard/tests/general_functions/parse_ini_file.phpt PHP_5_3/ext/standard/tests/general_functions/parse_ini_string_002.phpt PHP_5_4/ext/standard/tests

2011-09-13 Thread Xinchen Hui
laruence Tue, 13 Sep 2011 13:02:57 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316621 Log: MFH, fix test Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/tests/general_functions/parse_ini_file.phpt U

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_3/NEWS PHP_5_4/NEWS

2011-09-13 Thread Xinchen Hui
laruence Tue, 13 Sep 2011 13:11:42 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316622 Log: update news Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_4/NEWS Modified:

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/zlib/tests/ 003.phpt

2011-09-13 Thread Xinchen Hui
laruence Tue, 13 Sep 2011 13:18:57 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316623 Log: Fix test (gzdecode not valid in 5.3 branch, maybe need add ? ) Changed paths: U php/php-src/branches/PHP_5_3/ext/zlib/tests/003.phpt Modified:

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/standard/tests/strings/ md5_file.phpt

2011-09-13 Thread Xinchen Hui
laruence Tue, 13 Sep 2011 13:20:09 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316624 Log: MFH, fix test Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/tests/strings/md5_file.phpt Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/tests/bug33532.phpt branches/PHP_5_4/ext/date/tests/bug33532.phpt trunk/ext/date/tests/bug33532.phpt

2011-09-13 Thread Pierre Joye
pajoye Tue, 13 Sep 2011 13:26:48 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316625 Log: - skip on win, runtime TZ via putenv is not supported with ext/date Changed paths: U php/php-src/branches/PHP_5_3/ext/date/tests/bug33532.phpt

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/date/tests/ bug33532.phpt

2011-09-13 Thread Pierre Joye
pajoye Tue, 13 Sep 2011 13:27:20 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316626 Log: - fix test Changed paths: U php/php-src/branches/PHP_5_3/ext/date/tests/bug33532.phpt Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/tests/date_default_timezone_get-1.phpt branches/PHP_5_4/ext/date/tests/date_default_timezone_get-1.phpt trunk/ext/date/tests/date_default_timezon

2011-09-13 Thread Pierre Joye
pajoye Tue, 13 Sep 2011 13:39:49 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316630 Log: - TZ auto detection varies, not always UTC Changed paths: U php/php-src/branches/PHP_5_3/ext/date/tests/date_default_timezone_get-1.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/tests/date_default_timezone_get-2.phpt branches/PHP_5_4/ext/date/tests/date_default_timezone_get-2.phpt trunk/ext/date/tests/date_default_timezon

2011-09-13 Thread Pierre Joye
pajoye Tue, 13 Sep 2011 13:42:03 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316631 Log: - TZ auto detection varies, not always UTC Changed paths: U php/php-src/branches/PHP_5_3/ext/date/tests/date_default_timezone_get-2.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/tests/mktime-2.phpt branches/PHP_5_4/ext/date/tests/mktime-2.phpt trunk/ext/date/tests/mktime-2.phpt

2011-09-13 Thread Pierre Joye
pajoye Tue, 13 Sep 2011 13:51:47 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316633 Log: - skip on win, runtime TZ via putenv is not supported with ext/date Changed paths: U php/php-src/branches/PHP_5_3/ext/date/tests/mktime-2.phpt

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/tests/timezone-configuration.phpt branches/PHP_5_4/ext/date/tests/timezone-configuration.phpt trunk/ext/date/tests/timezone-configuration.phpt

2011-09-13 Thread Pierre Joye
pajoye Tue, 13 Sep 2011 13:58:03 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316634 Log: - skip on win, runtime TZ via putenv is not supported with ext/date Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/main/ php_globals.h

2011-09-13 Thread Kalle Sommer Nielsen
kalleTue, 13 Sep 2011 14:35:12 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316638 Log: Fix build on Windows Changed paths: U php/php-src/trunk/main/php_globals.h Modified: php/php-src/trunk/main/php_globals.h

Re: [PHP-CVS] svn: /php/php-src/branches/ PHP_5_3/NEWS PHP_5_4/NEWS

2011-09-13 Thread Hannes Magnusson
On Tue, Sep 13, 2011 at 15:11, Xinchen Hui larue...@php.net wrote: laruence                                 Tue, 13 Sep 2011 13:11:42 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316622 Log: update news Changed paths:    U   php/php-src/branches/PHP_5_3/NEWS    U  

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ UPGRADING

2011-09-13 Thread Derick Rethans
derick Tue, 13 Sep 2011 14:49:44 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316641 Log: - tabs to spaces Changed paths: U php/php-src/branches/PHP_5_4/UPGRADING Modified: php/php-src/branches/PHP_5_4/UPGRADING

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ UPGRADING

2011-09-13 Thread Derick Rethans
derick Tue, 13 Sep 2011 14:50:18 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316642 Log: And some formatting Changed paths: U php/php-src/branches/PHP_5_4/UPGRADING Modified: php/php-src/branches/PHP_5_4/UPGRADING

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ UPGRADING

2011-09-13 Thread Derick Rethans
derick Tue, 13 Sep 2011 14:57:58 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316646 Log: - Document changes in upgrading. Changed paths: U php/php-src/branches/PHP_5_4/UPGRADING Modified: php/php-src/branches/PHP_5_4/UPGRADING

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ NEWS

2011-09-13 Thread Xinchen Hui
laruence Tue, 13 Sep 2011 14:58:37 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316647 Log: Revert update, since this bug is not in a official release of 5.4 Changed paths: U php/php-src/branches/PHP_5_4/NEWS Modified:

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ NEWS

2011-09-13 Thread Xinchen Hui
laruence Tue, 13 Sep 2011 15:12:16 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316653 Log: Fix typo (as tyearl's ask) Changed paths: U php/php-src/branches/PHP_5_4/NEWS Modified: php/php-src/branches/PHP_5_4/NEWS

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/zend_compile.c trunk/Zend/zend_compile.c

2011-09-13 Thread Derick Rethans
derick Tue, 13 Sep 2011 15:17:11 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316654 Log: - Fixed compiler warnings (patch by Kalle Sommer Nielsen) Changed paths: U php/php-src/branches/PHP_5_4/Zend/zend_compile.c U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/date/tests/DateInterval_format_a.phpt trunk/ext/date/tests/DateInterval_format_a.phpt

2011-09-13 Thread Pierre Joye
pajoye Tue, 13 Sep 2011 16:21:24 + Revision: http://svn.php.net/viewvc?view=revisionrevision=31 Log: - test passes now (and VC6 is not supported anymore) Changed paths: U php/php-src/branches/PHP_5_4/ext/date/tests/DateInterval_format_a.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/pdo/pdo_stmt.c trunk/ext/pdo/pdo_stmt.c

2011-09-13 Thread Ilia Alshanetsky
iliaaTue, 13 Sep 2011 16:36:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316667 Log: Improve parameter handling cod Changed paths: U php/php-src/branches/PHP_5_4/ext/pdo/pdo_stmt.c U php/php-src/trunk/ext/pdo/pdo_stmt.c

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/tests/bug55509.phpt branches/PHP_5_3/Zend/zend_alloc.c branches/PHP_5_4/Zend/tests/bug55509.phpt branches/PHP_5_4/Zend/zend

2011-09-13 Thread Christopher Jones
Dmitry, This is diffing for me in 5.4 (I've haven't looked at 5.3 or trunk): 007+ Fatal error: Allowed memory size of 3221225472 bytes exhausted at /home/cjones/phpsrc/php/php-src/branches/PHP_5_4/ext/standard/string.c:4636 (tried to allocate 536870913 bytes) in

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings.phpt branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings_2.phpt trunk/ext/session/tests/rfc1867_invalid

2011-09-13 Thread Ferenc Kovacs
tyrael Tue, 13 Sep 2011 19:56:42 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316683 Log: fixing the tests, added the error_log= to the --INI-- so it should also pass for Stas Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/date/tests/DateInterval_format.phpt branches/PHP_5_4/ext/date/tests/DateInterval_format_a.phpt trunk/ext/date/tests/DateInterval_format.phpt trunk/ext

2011-09-13 Thread Daniel Convissor
danielc Tue, 13 Sep 2011 20:31:02 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316685 Log: Separate test for %a is no longer needed. Changed paths: U php/php-src/branches/PHP_5_4/ext/date/tests/DateInterval_format.phpt D

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/session/tests/session_save_path_variation4.phpt branches/PHP_5_4/ext/session/tests/session_save_path_variation4.phpt trunk/ext/session/tests/session_s

2011-09-13 Thread Ferenc Kovacs
tyrael Tue, 13 Sep 2011 21:06:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316686 Log: I don't see why would be this a win only test. it works for me on linux, checked the history, find no explanation. Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/session/session.c branches/PHP_5_4/ext/standard/basic_functions.c branches/PHP_5_4/ext/standard/basic_functions.h trunk/ext/session/session.c trunk/ex

2011-09-13 Thread Arpad Ray
arpadTue, 13 Sep 2011 23:07:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316689 Log: fix zts break in r316688 Changed paths: U php/php-src/branches/PHP_5_4/ext/session/session.c U

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/ext/session/config.m4 branches/PHP_5_4/ext/session/config.w32 branches/PHP_5_4/ext/session/mod_user.c branches/PHP_5_4/ext/sessi

2011-09-13 Thread Kalle Sommer Nielsen
Hi Arpad 2011/9/14 Arpad Ray ar...@php.net: arpad                                    Tue, 13 Sep 2011 22:28:15 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316688 Log: Implement object-oriented session handlers (https://wiki.php.net/rfc/session-oo) Just by skimming

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/session/tests/session_set_save_handler_class_005.phpt trunk/ext/session/tests/session_set_save_handler_class_005.phpt

2011-09-13 Thread Arpad Ray
arpadWed, 14 Sep 2011 01:16:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316693 Log: fix session oo tests for windows Changed paths: U php/php-src/branches/PHP_5_4/ext/session/tests/session_set_save_handler_class_005.phpt U

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/ext/session/config.m4 branches/PHP_5_4/ext/session/config.w32 branches/PHP_5_4/ext/session/mod_user.c branches/PHP_5_4/ext/sessi

2011-09-13 Thread Arpad Ray
On Wed, Sep 14, 2011 at 1:12 AM, Kalle Sommer Nielsen ka...@php.net wrote: Hi Arpad 2011/9/14 Arpad Ray ar...@php.net: arpad                                    Tue, 13 Sep 2011 22:28:15 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316688 Log: Implement object-oriented

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/session/mod_files.c branches/PHP_5_4/ext/session/tests/sessionhandler_open_001.phpt trunk/ext/session/mod_files.c trunk/ext/session/tests/sessionhandl

2011-09-13 Thread Felipe Pena
felipe Wed, 14 Sep 2011 01:45:57 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316696 Log: - Fixed memory leak when calling SessionHandler::open() several times Changed paths: U php/php-src/branches/PHP_5_4/ext/session/mod_files.c A

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/ext/session/config.m4 branches/PHP_5_4/ext/session/config.w32 branches/PHP_5_4/ext/session/mod_user.c branches/PHP_5_4/ext/sessi

2011-09-13 Thread Christopher Jones
On 09/13/2011 06:21 PM, Arpad Ray wrote: On Wed, Sep 14, 2011 at 1:12 AM, Kalle Sommer Nielsenka...@php.net wrote: Hi Arpad 2011/9/14 Arpad Rayar...@php.net: arpadTue, 13 Sep 2011 22:28:15 + Revision:

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/tests/bug55509.phpt branches/PHP_5_3/Zend/zend_alloc.c branches/PHP_5_4/Zend/tests/bug55509.phpt branches/PHP_5_4/Zend/zend

2011-09-13 Thread Laruence
Hi: anyone has Zend karma, plz help dmitry to fix this litte bug. specifically, change the expect warning to : Fatal error: Allowed memory size of %d bytes exhausted at %s (tried to allocate %d bytes) in %s/bug55509.php on line %d thanks 2011/9/14 Christopher Jones

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/fileinfo/libmagic/print.c branches/PHP_5_4/ext/fileinfo/libmagic/print.c trunk/ext/fileinfo/libmagic/print.c

2011-09-13 Thread Xinchen Hui
laruence Wed, 14 Sep 2011 02:19:22 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316700 Log: Fix warning implicit declaration of function `vasprintf' Changed paths: U php/php-src/branches/PHP_5_3/ext/fileinfo/libmagic/print.c U

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/ext/session/config.m4 branches/PHP_5_4/ext/session/config.w32 branches/PHP_5_4/ext/session/mod_user.c branches/PHP_5_4/ext/sessi

2011-09-13 Thread Laruence
Hi: trunk build broken: ext/session/session.o(.rodata+0x24a8): undefined reference to `zim_SessionHandler_open' ext/session/session.o(.rodata+0x24c8): undefined reference to `zim_SessionHandler_close' ext/session/session.o(.rodata+0x24e8): undefined reference to `zim_SessionHandler_read'

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/ext/session/config.m4 branches/PHP_5_4/ext/session/config.w32 branches/PHP_5_4/ext/session/mod_user.c branches/PHP_5_4/ext/sessi

2011-09-13 Thread Laruence
Hi: after I re-run buildconf, error has gone sorry for mis-report. thanks 2011/9/14 Laruence larue...@php.net: Hi:    trunk build broken:    ext/session/session.o(.rodata+0x24a8): undefined reference to `zim_SessionHandler_open' ext/session/session.o(.rodata+0x24c8): undefined

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/session/mod_user_class.c trunk/ext/session/mod_user_class.c

2011-09-13 Thread Xinchen Hui
laruence Wed, 14 Sep 2011 04:10:45 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316711 Log: Fix bug #55688 (Crash when calling SessionHandler::gc()) Need arpad to review this change Bug: https://bugs.php.net/55688 (Open) Crash when calling

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/session/mod_user_class.c trunk/ext/session/mod_user_class.c

2011-09-13 Thread Laruence
Hi: arpad, plz review this change, and btw, most mod_use_class phpt test failed in my environ due to %x, like: 003+ Read 2dv964ea5joi1pah2nad6e3pm5 004+ string(26) 2dv964ea5joi1pah2nad6e3pm5 003- Read %x 004- string(32) %x thanks 2011/9/14 Xinchen Hui larue...@php.net: laruence          

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/session/tests/bug55688.phpt trunk/ext/session/tests/bug55688.phpt

2011-09-13 Thread Xinchen Hui
laruence Wed, 14 Sep 2011 05:02:50 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316714 Log: Add test for bug #55688 Bug: https://bugs.php.net/55688 (Open) Crash when calling SessionHandler::gc() Changed paths: A