g **script_encoding_list;
size_t script_encoding_list_size;
Modified: php/php-src/trunk/Zend/zend_modules.h
===
--- php/php-src/trunk/Zend/zend_modules.h 2010-05-25 07:27:14 UTC (rev 299732)
+++ php/php-src/trunk/Zend/zend_modules.h 2010
dmitry Tue, 25 May 2010 11:38:48 +
Revision: http://svn.php.net/viewvc?view=revision&revision=299737
Log:
Fixed compatibility with "Run Time Cache" patch
Changed paths:
U php/php-src/trunk/ext/tidy/tidy.c
Modified: php/php-src/trunk/ext/tidy/tidy.c
==
derick Tue, 25 May 2010 16:28:35 +
Revision: http://svn.php.net/viewvc?view=revision&revision=299744
Log:
- Give Mark GTK access by request of Elizabeth
Changed paths:
U SVNROOT/global_avail
Modified: SVNROOT/global_avail
=
andrey Tue, 25 May 2010 18:14:37 +
Revision: http://svn.php.net/viewvc?view=revision&revision=299750
Log:
Fix metadata duplicatin which wasn't crash-safe in case of OOM.
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_result_meta.c
andrey Tue, 25 May 2010 19:19:29 +
Revision: http://svn.php.net/viewvc?view=revision&revision=299752
Log:
Handle OOM in the code that generates PS Execute requests
to the server. Fixes crashes in case of OOM.
Changed paths:
U php/php-src/branches/PHP_5
tony2001 Tue, 25 May 2010 19:19:45 +
Revision: http://svn.php.net/viewvc?view=revision&revision=299753
Log:
use correct condition in the if
Changed paths:
U php/php-src/trunk/main/fopen_wrappers.h
Modified: php/php-src/trunk/main/fopen_wrappers.h
==
tony2001 Tue, 25 May 2010 20:16:14 +
Revision: http://svn.php.net/viewvc?view=revision&revision=299754
Log:
fix zend_std_get_static_property() in ZTS mode
Changed paths:
U php/php-src/trunk/Zend/zend_API.c
Modified: php/php-src/trunk/Zend/zend_API.c
===
andrey Tue, 25 May 2010 21:54:21 +
Revision: http://svn.php.net/viewvc?view=revision&revision=299755
Log:
Fix shared build
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_debug.c
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqln
andrey Tue, 25 May 2010 22:34:47 +
Revision: http://svn.php.net/viewvc?view=revision&revision=299758
Log:
Access memory which was really allocated
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_wireprotocol.c
U php/php-src/trun
andrey Tue, 25 May 2010 22:36:33 +
Revision: http://svn.php.net/viewvc?view=revision&revision=299759
Log:
Use only memory that has been allocated
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_net.c
U php/php-src/trunk/ext/mysq
andrey Tue, 25 May 2010 22:38:11 +
Revision: http://svn.php.net/viewvc?view=revision&revision=299760
Log:
Use the specialized macro for this case
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_ps_codec.c
U php/php-src/trunk/ext
andrey Tue, 25 May 2010 22:40:47 +
Revision: http://svn.php.net/viewvc?view=revision&revision=299761
Log:
Init should return status value because initialization can fail.
In this case mysqlnd_init() should return NULL to the end-user.
Changed paths:
U
andrey Tue, 25 May 2010 22:42:25 +
Revision: http://svn.php.net/viewvc?view=revision&revision=299762
Log:
Gracefully handle OOM in mysqlnd_stmt_init. Release the handle
and return NULL.
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_
felipe Tue, 25 May 2010 22:46:17 +
Revision: http://svn.php.net/viewvc?view=revision&revision=299763
Log:
- Fixed bug #51911 (ReflectionParameter::getDefaultValue() memory leaks with
constant array)
Bug: http://bugs.php.net/51911 (Closed) ReflectionParamete
andrey Tue, 25 May 2010 22:55:10 +
Revision: http://svn.php.net/viewvc?view=revision&revision=299764
Log:
Handle the situation when mysql_init()/mysqlnd_init()
return NULL. It is a rare case of OOM but PHP shouldn't crash, if possible.
Changed paths:
U
andrey Tue, 25 May 2010 23:18:13 +
Revision: http://svn.php.net/viewvc?view=revision&revision=299765
Log:
Handle the situation when MYSQLND_PROTOCOL's methods return NULL.
mysqlnd should not crash but gracefully return with an error.
Changed paths:
U p
felipe Wed, 26 May 2010 00:00:58 +
Revision: http://svn.php.net/viewvc?view=revision&revision=299766
Log:
- Fixed bug #51905 (ReflectionParameter fails if default value is an array with
an access to self::)
Bug: http://bugs.php.net/51905 (Open) ReflectionPa
felipe Wed, 26 May 2010 02:18:17 +
Revision: http://svn.php.net/viewvc?view=revision&revision=299767
Log:
- Fixed bug #51899 (Parse error in parse_ini_file() function when empy value
followed by no newline)
Bug: http://bugs.php.net/51899 (Closed) Parse erro
18 matches
Mail list logo