Hey chregu, when it's fixed in 5_0 and announced that it is fixed there you should not announce it in NEWS residing in HEAD.
thanks, andrey
Christian Stocker wrote:
chregu Wed Jul 28 08:40:53 2004 EDT
Modified files: /php-src NEWS /php-src/ext/xsl php_xsl.c php_xsl.h xsltprocessor.c Log:
Fix for bug #29409 (Segfault in PHP functions called from XSLT). (by Rob)
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1777&r2=1.1778&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1777 php-src/NEWS:1.1778
--- php-src/NEWS:1.1777 Mon Jul 26 03:18:58 2004
+++ php-src/NEWS Wed Jul 28 08:40:53 2004
@@ -1,6 +1,7 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2004, PHP 5.1.0
+- Fixed bug #29409 (Segfault in PHP functions called from XSLT). (Rob)
- Fixed bug #29335 (fetch functions now use MYSQLI_BOTH as default) (Georg)
- Fixed bug #29311 (calling parent constructor in mysqli). (Georg)
- Fixed bug #29236 (memory error when wsdl-cache is enabled). (Dmitry)
http://cvs.php.net/diff.php/php-src/ext/xsl/php_xsl.c?r1=1.23&r2=1.24&ty=u
Index: php-src/ext/xsl/php_xsl.c
diff -u php-src/ext/xsl/php_xsl.c:1.23 php-src/ext/xsl/php_xsl.c:1.24
--- php-src/ext/xsl/php_xsl.c:1.23 Sun Jul 25 04:37:39 2004
+++ php-src/ext/xsl/php_xsl.c Wed Jul 28 08:40:53 2004
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php