[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/zend_exceptions.c trunk/Zend/zend_exceptions.c

2011-08-21 Thread Pierre Joye
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

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS trunk/NEWS

2011-08-21 Thread Xinchen Hui
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 ==

[PHP-CVS] svn: /SVNROOT/ pear_avail

2011-08-21 Thread Christian Weiske
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

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS

2011-08-21 Thread Pierre Joye
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 ===

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/acinclude.m4 branches/PHP_5_4/acinclude.m4 trunk/acinclude.m4

2011-08-21 Thread Rasmus Lerdorf
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/

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/Zend/ zend_compile.c

2011-08-21 Thread Pierrick Charron
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