From: Arnaud Le Blanc Date: Sat, 28 Mar 2009 01:29:14 +0000 (+0000) Subject: Fix UPGRADING and NEWS for ticks undeprecation X-Git-Tag: php-5.3.0RC2~266 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=155564d727d9f272d2d56ea0260d9b6a80f68599;p=php Fix UPGRADING and NEWS for ticks undeprecation --- diff --git a/NEWS b/NEWS index 0ed2631c18..961739a6e9 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, PHP 5.3.0 RC 2 +- Undeprecated ticks. (Arnaud) + - Fixed bug #47779 (Wrong value for SIG_UNBLOCK and SIG_SETMASK constants). (Matteo) - Fixed bug #47771 (Exception during object construction from arg call calls diff --git a/UPGRADING b/UPGRADING index c620a1f427..accc53b4be 100755 --- a/UPGRADING +++ b/UPGRADING @@ -115,9 +115,6 @@ UPGRADE NOTES - PHP 5.3 5. Deprecated ============= -- Ticks: declare(ticks=N) and register_tick_function() both now trigger an - E_DEPRECATED notice. - - define_syslog_variables() is deprecated. - All ereg functions are deprecated. Use PCRE (preg_*()) instead.