[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/mysqli/mysqli_prop.c branches/PHP_5_4/ext/mysqli/mysqli_prop.c trunk/ext/mysqli/mysqli_prop.c

2011-10-06 Thread Andrey Hristov
andrey Thu, 06 Oct 2011 11:25:05 + Revision: http://svn.php.net/viewvc?view=revision&revision=317829 Log: Be consistent, add mysqli::stat property, as equivalent of mysqli_stat(). Fix for Bug #55859 mysqli->stat property access gives error Bug: https://bugs.

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS ext/xsl/php_xsl.c ext/xsl/php_xsl.h ext/xsl/xsltprocessor.c

2011-10-06 Thread Hannes Magnusson
On Wed, Oct 5, 2011 at 11:56, Christian Stocker wrote: > chregu                                   Wed, 05 Oct 2011 09:56:01 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=317759 > > Log: > Added xsl.security_prefs ini option to define forbidden operations within XSLT > styles

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/bug55859.phpt branches/PHP_5_4/ext/mysqli/tests/bug55859.phpt trunk/ext/mysqli/tests/bug55859.phpt

2011-10-06 Thread Andrey Hristov
andrey Thu, 06 Oct 2011 17:06:02 + Revision: http://svn.php.net/viewvc?view=revision&revision=317838 Log: Add test case Changed paths: A php/php-src/branches/PHP_5_3/ext/mysqli/tests/bug55859.phpt A php/php-src/branches/PHP_5_4/ext/mysqli/tests/b

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ ext/xsl/php_xsl.c php.ini-development php.ini-production

2011-10-06 Thread Christian Stocker
chregu Thu, 06 Oct 2011 18:30:55 + Revision: http://svn.php.net/viewvc?view=revision&revision=317842 Log: Fix wrong comment Add new xsl ini options to php.ini Changed paths: U php/php-src/branches/PHP_5_3/ext/xsl/php_xsl.c U php/php-src/branches/

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS ext/xsl/php_xsl.c ext/xsl/php_xsl.h ext/xsl/xsltprocessor.c

2011-10-06 Thread Christian Stocker
Fixed chregu On 06.10.11 16:31, Hannes Magnusson wrote: > On Wed, Oct 5, 2011 at 11:56, Christian Stocker wrote: >> chregu Wed, 05 Oct 2011 09:56:01 + >> >> Revision: http://svn.php.net/viewvc?view=revision&revision=317759 >> >> Log: >> Added xsl.security_pr

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

2011-10-06 Thread Xinchen Hui
laruence Fri, 07 Oct 2011 04:14:31 + Revision: http://svn.php.net/viewvc?view=revision&revision=317849 Log: Remove unecessary codes Changed paths: U php/php-src/branches/PHP_5_4/Zend/zend_compile.c U php/php-src/trunk/Zend/zend_compile.c Modified:

[PHP-CVS] svn: /php/php-src/trunk/ext/mbstring/ php_mbregex.c

2011-10-06 Thread Xinchen Hui
laruence Fri, 07 Oct 2011 04:24:04 + Revision: http://svn.php.net/viewvc?view=revision&revision=317850 Log: Fix #55819 crash on mb_ereg_replace_callback Need hirokawa to review this. Bug: https://bugs.php.net/55819 (Assigned) segfault on mb_ereg_replace_callba

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/mbstring/ php_mbregex.c

2011-10-06 Thread Laruence
cc hirokawa thanks 2011/10/7 Xinchen Hui : > laruence                                 Fri, 07 Oct 2011 04:24:04 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=317850 > > Log: > Fix #55819 crash on mb_ereg_replace_callback > Need hirokawa to review this. > > Bug: https://bugs.