moriyoshiTue, 21 Dec 2010 06:57:46 +
Revision: http://svn.php.net/viewvc?view=revision&revision=306535
Log:
- Update ini descriptions. It is still possible that zend.multibyte will be
removed in the near future as it is confirmed to not impose any significant
bjoriMon, 20 Dec 2010 11:00:27 +
Revision: http://svn.php.net/viewvc?view=revision&revision=306493
Log:
Fixed bug#53579 (stream_get_contents() segfaults on ziparchive streams)
Also added the filename being access to the stream_get_meta_data() array
Bug: ht
iliaaMon, 20 Dec 2010 23:00:11 +
Revision: http://svn.php.net/viewvc?view=revision&revision=306527
Log:
Fixed compiler warnings
Changed paths:
U php/php-src/branches/PHP_5_3/ext/dba/libflatfile/flatfile.c
U php/php-src/trunk/ext/dba/libflatfile
hirokawa Mon, 20 Dec 2010 14:38:08 +
Revision: http://svn.php.net/viewvc?view=revision&revision=306509
Log:
fixed compile error with VS2008.
Changed paths:
U php/php-src/trunk/ext/mbstring/mbstring.c
Modified: php/php-src/trunk/ext/mbstring/mbstring.c
=
gron Mon, 20 Dec 2010 08:49:59 +
Revision: http://svn.php.net/viewvc?view=revision&revision=306489
Log:
Removed dead code.
# should not have been commited in the first place.
Changed paths:
U php/php-src/trunk/Zend/zend_compile.c
Modified: php/php-s