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
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
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
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
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
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
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
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