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
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
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
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: