[PHP-CVS] svn: /php/php-src/trunk/ext/interbase/ interbase.rc

2010-05-21 Thread Kalle Sommer Nielsen
kalleFri, 21 May 2010 09:01:00 + Revision: http://svn.php.net/viewvc?view=revision&revision=299569 Log: Remove this RC file, it should be named template.rc anyway and the default template.rc already covers what this .rc file did Changed paths: D php

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/pdo_mysql/mysql_statement.c trunk/ext/pdo_mysql/mysql_statement.c

2010-05-21 Thread Andrey Hristov
andrey Fri, 21 May 2010 11:09:28 + Revision: http://svn.php.net/viewvc?view=revision&revision=299574 Log: Fix for Bug #51870 PDO::fetchAll after a PDO::execute with bindings lead to a segv. It is only in unreleased code and thus doesn't deserve a NEWS entry

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqlnd/mysqlnd_debug.c trunk/ext/mysqlnd/mysqlnd_debug.c

2010-05-21 Thread Andrey Hristov
andrey Fri, 21 May 2010 13:06:52 + Revision: http://svn.php.net/viewvc?view=revision&revision=299578 Log: When OOM hits the wire, don't crash. Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_debug.c U php/php-src/trunk/ext/mysql

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqlnd/mysqlnd_result.c trunk/ext/mysqlnd/mysqlnd_result.c

2010-05-21 Thread Andrey Hristov
andrey Fri, 21 May 2010 13:37:18 + Revision: http://svn.php.net/viewvc?view=revision&revision=299579 Log: Check set->data for validity before using it. Prevents crashes after OOM. Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_result

[PHP-CVS] svn: /SVNROOT/ global_avail

2010-05-21 Thread Philip Olson
philip Fri, 21 May 2010 19:43:22 + Revision: http://svn.php.net/viewvc?view=revision&revision=299597 Log: - phpdoc/de karma for Raphael Michel (raphaelm) Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

[PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/json/JSON_parser.c ext/json/JSON_parser.h ext/json/json.c ext/json/php_json.h ext/json/tests/008.phpt ext/json/tests/json_decode_error.phpt

2010-05-21 Thread Sara Golemon
pollita Fri, 21 May 2010 22:59:58 + Revision: http://svn.php.net/viewvc?view=revision&revision=299605 Log: Add JSON_BIGINT_AS_STRING for json_decode() to parse large numbers as strings rather than casting to double and loosing precision. Changed paths: U

[PHP-CVS] svn: /php/php-src/trunk/ext/json/ JSON_parser.h php_json.h

2010-05-21 Thread Sara Golemon
pollita Fri, 21 May 2010 23:29:34 + Revision: http://svn.php.net/viewvc?view=revision&revision=299606 Log: Ooops, return values... Changed paths: U php/php-src/trunk/ext/json/JSON_parser.h U php/php-src/trunk/ext/json/php_json.h Modified: php/php

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS Zend/tests/array_type_hint_001.phpt Zend/tests/hint/param_type_hint_001.phpt Zend/tests/hint/param_type_hint_002.phpt Zend/tests/hint/param_type_hint_003.

2010-05-21 Thread Felipe Pena
Hi, 2010/5/20 Derick Rethans > derick Thu, 20 May 2010 19:18:35 + > Revision: http://svn.php.net/viewvc?view=revision&revision=299534 > > Log: > - Added scalar typehinting. > > Changed paths: > > > > Any reason to not do the same as array is treated nowad