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

2010-08-16 Thread Dmitry Stogov
dmitry Mon, 16 Aug 2010 08:11:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302311 Log: Fixed memory leaks (related to bug #52361) Bug: http://bugs.php.net/52361 (Assigned) Throwing an exception in a destructor causes invalid catching

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/tests/bug52361.phpt branches/PHP_5_3/Zend/zend_objects.c trunk/Zend/tests/bug52361.phpt trunk/Zend/zend_objects.c

2010-08-16 Thread Dmitry Stogov
dmitry Mon, 16 Aug 2010 09:20:46 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302323 Log: Bug #52361 (Throwing an exception in a destructor causes invalid catching) Bug: http://bugs.php.net/52361 (Assigned) Throwing an exception in a

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/mysqlnd/ mysqlnd.h mysqlnd_portability.h

2010-08-16 Thread Andrey Hristov
andrey Mon, 16 Aug 2010 09:44:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302331 Log: Sync with trunk, fixes build failure on MacOSX. Fix for Bug #52417 MySQLi build failure with mysqlnd Bug: http://bugs.php.net/52417 (Assigned) MySQLi

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

2010-08-16 Thread Andrey Hristov
andrey Mon, 16 Aug 2010 09:45:26 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302332 Log: Here comes the news 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_3/ext/standard/http_fopen_wrapper.c trunk/ext/standard/http_fopen_wrapper.c

2010-08-16 Thread Pierre Joye
pajoye Mon, 16 Aug 2010 10:29:01 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302334 Log: - WS Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/http_fopen_wrapper.c U php/php-src/trunk/ext/standard/http_fopen_wrapper.c

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/lib/timezonedb.h trunk/ext/date/lib/timezonedb.h

2010-08-16 Thread Derick Rethans
derick Mon, 16 Aug 2010 12:48:53 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302342 Log: - Updated to version 2010.12 (2010l) Changed paths: U php/php-src/branches/PHP_5_3/ext/date/lib/timezonedb.h U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/mysqli_character_set.phpt trunk/ext/mysqli/tests/mysqli_character_set.phpt

2010-08-16 Thread Andrey Hristov
andrey Mon, 16 Aug 2010 16:13:55 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302358 Log: detect easily which charset doesn't work Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_character_set.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/bug35759.phpt trunk/ext/mysqli/tests/bug35759.phpt

2010-08-16 Thread Andrey Hristov
andrey Mon, 16 Aug 2010 16:15:15 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302360 Log: Fix test, so it doesn't fail with MySQL 5.5, where InnoDB is the default engine Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/run-tests.php branches/PHP_5_3/run-tests.php trunk/run-tests.php

2010-08-16 Thread Kalle Sommer Nielsen
kalleMon, 16 Aug 2010 20:56:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302373 Log: Fixed bug #50836 (run_tests.php alerts syntax errors while testing session) Bug: http://bugs.php.net/50836 (Assigned) run_tests.php alerts syntax errors

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ basic_functions.c file.c file.h

2010-08-16 Thread Kalle Sommer Nielsen
kalleMon, 16 Aug 2010 21:56:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302376 Log: Fixed the context parameter on copy() to actually have an effect # After looking at the logs, Jani did a bad merge into 5.3, so that # the context

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/standard/ basic_functions.c

2010-08-16 Thread Kalle Sommer Nielsen
kalleMon, 16 Aug 2010 21:59:42 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302377 Log: Fix arginfo for copy(), see r302376 for more info Changed paths: U php/php-src/branches/PHP_5_3/ext/standard/basic_functions.c Modified:

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/standard/ basic_functions.c file.c file.h

2010-08-16 Thread Kalle Sommer Nielsen
Hi Johannes 2010/8/16 Kalle Sommer Nielsen ka...@php.net: kalle                                    Mon, 16 Aug 2010 21:56:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=302376 Log: Fixed the context parameter on copy() to actually have an effect # After looking at the