pajoye Sun, 21 Aug 2011 11:51:00 +
Revision: http://svn.php.net/viewvc?view=revision&revision=315254
Log:
- Fix bug #55471, fix zts build with dtrace (Laruense)
Bug: https://bugs.php.net/55471 (Verified) zend_get_object_classname
Changed paths:
U
laruence Sun, 21 Aug 2011 12:24:19 +
Revision: http://svn.php.net/viewvc?view=revision&revision=315255
Log:
update NEWS.
Changed paths:
U php/php-src/branches/PHP_5_4/NEWS
U php/php-src/trunk/NEWS
Modified: php/php-src/branches/PHP_5_4/NEWS
==
cweiske Sun, 21 Aug 2011 13:23:12 +
Revision: http://svn.php.net/viewvc?view=revision&revision=315256
Log:
give ivonascimento karma for cache branches
Changed paths:
U SVNROOT/pear_avail
Modified: SVNROOT/pear_avail
pajoye Sun, 21 Aug 2011 14:31:11 +
Revision: http://svn.php.net/viewvc?view=revision&revision=315257
Log:
- merge two mysqli section
Changed paths:
U php/php-src/branches/PHP_5_3/NEWS
Modified: php/php-src/branches/PHP_5_3/NEWS
===
rasmus Sun, 21 Aug 2011 22:57:13 +
Revision: http://svn.php.net/viewvc?view=revision&revision=315258
Log:
Debian/Ubuntu don't have any special CFLAGS listed here for
gssapi which shouldn't break the build.
Changed paths:
U php/php-src/branches/PHP_5_3/
pierrick Mon, 22 Aug 2011 01:11:22 +
Revision: http://svn.php.net/viewvc?view=revision&revision=315259
Log:
- Fixed bug #55156 (ReflectionClass::getDocComment() returns comment even
though the class has none)
# Patch was not committed on the PHP5.3 branch
Bug