[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-05 Thread Christian Stocker
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 stylesheets, default is not to enable write operations. This option won't

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/xsl/ tests/bug54446.phpt xsltprocessor.c

2011-10-05 Thread Christian Stocker
chregu Wed, 05 Oct 2011 18:11:29 + Revision: http://svn.php.net/viewvc?view=revision&revision=317801 Log: Added test for Bug 54446 Init a variable to a default value to avoid issues Bug: https://bugs.php.net/54446 (To be documented) Arbitrary file creation v

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/pdo_mysql/pdo_mysql.c trunk/ext/pdo_mysql/pdo_mysql.c

2011-10-05 Thread Andrey Hristov
andrey Wed, 05 Oct 2011 18:51:15 + Revision: http://svn.php.net/viewvc?view=revision&revision=317803 Log: Fix bad cast which leads to crashes! Changed paths: U php/php-src/branches/PHP_5_4/ext/pdo_mysql/pdo_mysql.c U php/php-src/trunk/ext/pdo_mys

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/mysqlnd/mysqlnd_net.c trunk/ext/mysqlnd/mysqlnd_net.c

2011-10-05 Thread Andrey Hristov
andrey Thu, 06 Oct 2011 00:45:58 + Revision: http://svn.php.net/viewvc?view=revision&revision=317815 Log: try not to crash when closing persistent sockets, because EG(persistent_list) is cleaned before the extensions' MSHUTDOWNs are called. Changed paths: