Re: [PHP-CVS] cvs: php-src(PHP_5_3) /main php.h ZendEngine2 zend_execute_API.c

2008-08-09 Thread Antony Dovgal
On 08.08.2008 17:21, Marcus Boerger wrote: helly Fri Aug 8 13:21:52 2008 UTC Modified files: (Branch: PHP_5_3) /ZendEngine2 zend_execute_API.c /php-src/main php.h Log: - MFH store error handling mode on stack when executing internal or overloaded func

[PHP-CVS] cvs: php-src /ext/standard/tests/file clearstatcache_001.phpt

2008-08-09 Thread Antony Dovgal
tony2001Sat Aug 9 21:02:30 2008 UTC Modified files: /php-src/ext/standard/tests/fileclearstatcache_001.phpt Log: fix typo http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/clearstatcache_001.phpt?r1=1.1&r2=1.2&diff_format=u Index: php

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/file clearstatcache_001.phpt

2008-08-09 Thread Antony Dovgal
tony2001Sat Aug 9 21:02:38 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/fileclearstatcache_001.phpt Log: fix typo http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/clearstatcache_001.phpt?r1=1.1.2.2&r2=1.1.2.3

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

2008-08-09 Thread Antony Dovgal
tony2001Sat Aug 9 21:58:40 2008 UTC Modified files: /php-src/ext/date php_date.c Log: fix leak http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.205&r2=1.206&diff_format=u Index: php-src/ext/date/php_date.c diff -u php-src/ext/date/php

[PHP-CVS] cvs: php-src /ext/date/lib parse_tz.c

2008-08-09 Thread Antony Dovgal
tony2001Sat Aug 9 22:00:51 2008 UTC Modified files: /php-src/ext/date/lib parse_tz.c Log: do not fail & segfault if malloc(0) returns NULL, that's expected (reproducible on AIX with simple date() and UTC timezone) http://cvs.php.net/viewvc.cg

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/date/lib parse_tz.c

2008-08-09 Thread Antony Dovgal
tony2001Sat Aug 9 22:01:08 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/date/lib parse_tz.c Log: MFH: do not fail & segfault if malloc(0) returns NULL, that's expected http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/parse_tz.c?r1=1

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/date/lib parse_tz.c

2008-08-09 Thread Antony Dovgal
tony2001Sat Aug 9 22:01:35 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date/lib parse_tz.c Log: MFH: do not fail & segfault if malloc(0) returns NULL, that's expected http://cvs.php.net/viewvc.cgi/php-src/ext/date/lib/parse_tz.c?r1=1

[PHP-CVS] cvs: php-src /ext/standard/tests/file copy_variation4.phpt

2008-08-09 Thread Antony Dovgal
tony2001Sat Aug 9 22:35:17 2008 UTC Modified files: /php-src/ext/standard/tests/filecopy_variation4.phpt Log: disable the test on AIX - unlink() deletes directories there (omg..) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/copy_

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/file copy_variation4.phpt

2008-08-09 Thread Antony Dovgal
tony2001Sat Aug 9 22:35:26 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/filecopy_variation4.phpt Log: disable the test on AIX http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/copy_variation4.phpt?r1=1.1.2.2.2

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/file copy_variation4.phpt

2008-08-09 Thread Antony Dovgal
tony2001Sat Aug 9 22:35:34 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/filecopy_variation4.phpt Log: disable the test on AIX http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/copy_variation4.phpt?r1=1.1.2.2&r

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/mcrypt mcrypt.c

2008-08-09 Thread Felipe Pena
felipe Sun Aug 10 05:38:07 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/mcrypt mcrypt.c Log: - New parameter parsing API http://cvs.php.net/viewvc.cgi/php-src/ext/mcrypt/mcrypt.c?r1=1.91.2.3.2.11.2.10&r2=1.91.2.3.2.11.2.11&diff_format=u Index: php-src/