dmitry Tue, 23 Nov 2010 10:22:34 +
Revision: http://svn.php.net/viewvc?view=revision&revision=305685
Log:
Fixed bug #35547 (Segfault accessing static method)
Bug: http://bugs.php.net/35547 (error getting bug information)
Changed paths:
A php/php
aharvey Tue, 23 Nov 2010 10:34:44 +
Revision: http://svn.php.net/viewvc?view=revision&revision=305686
Log:
Fix bug #53377 (imap_mime_header_decode() doesn't ignore \t during long MIME
header unfolding).
Bug: http://bugs.php.net/53377 (error getting bug inform
iliaaTue, 23 Nov 2010 13:09:15 +
Revision: http://svn.php.net/viewvc?view=revision&revision=305692
Log:
Fixed bug #46587 (mt_rand() does not check that max is greater than min).
Bug: http://bugs.php.net/46587 (Assigned) mt_/rand produce out of range number
felipe Tue, 23 Nov 2010 21:45:22 +
Revision: http://svn.php.net/viewvc?view=revision&revision=305696
Log:
- Fixed test
Changed paths:
U php/php-src/branches/PHP_5_2/Zend/tests/declare_001.phpt
U php/php-src/branches/PHP_5_3/Zend/tests/declare_001
felipe Tue, 23 Nov 2010 21:49:18 +
Revision: http://svn.php.net/viewvc?view=revision&revision=305697
Log:
- Fixed compile warnings
Changed paths:
U php/php-src/branches/PHP_5_3/ext/standard/rand.c
U php/php-src/trunk/Zend/zend_compile.c
U p
pajoye Tue, 23 Nov 2010 22:14:54 +
Revision: http://svn.php.net/viewvc?view=revision&revision=305698
Log:
- fixed #53352
Bug: http://bugs.php.net/53352 (Assigned) open_basedir does not pass through
files with matching path
Changed paths:
U php/
andi Wed, 24 Nov 2010 04:31:45 +
Revision: http://svn.php.net/viewvc?view=revision&revision=305709
Log:
- Fix typo
Changed paths:
U php/php-src/trunk/NEWS
Modified: php/php-src/trunk/NEWS
=
dmitry Wed, 24 Nov 2010 05:41:23 +
Revision: http://svn.php.net/viewvc?view=revision&revision=305711
Log:
Added multibyte suppport by default. Previosly php had to be compiled with
--enable-zend-multibyte. Now it can be enabled or disabled throug
zend.multi