From: Rasmus Lerdorf Date: Wed, 16 Nov 2011 16:43:12 +0000 (+0000) Subject: Had the wrong bug number there X-Git-Tag: php-5.4.0RC2~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55acfdf7bd4205d09bf619ea270becb3872c6484;p=php Had the wrong bug number there --- diff --git a/NEWS b/NEWS index 28cb454d78..d3ab317ae1 100644 --- a/NEWS +++ b/NEWS @@ -314,7 +314,7 @@ PHP NEWS . Improved unserialize() performance. (galaxy dot mipt at gmail dot com, Kalle) . Improved unix build system to allow building multiple PHP binary SAPIs and - one SAPI module the same time. FR #53271, FR #52410. (Jani) + one SAPI module the same time. FR #53271, FR #52419. (Jani) . Added optional argument to debug_backtrace() and debug_print_backtrace() to limit the amount of stack frames returned. (Sebastian, Patrick) . Added stream metadata API support and stream_metadata() stream class