]> granicus.if.org Git - php/commitdiff
Fix UPGRADING and NEWS for ticks undeprecation
authorArnaud Le Blanc <lbarnaud@php.net>
Sat, 28 Mar 2009 01:29:14 +0000 (01:29 +0000)
committerArnaud Le Blanc <lbarnaud@php.net>
Sat, 28 Mar 2009 01:29:14 +0000 (01:29 +0000)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index 0ed2631c184580e2027b9a7fa117d04d502e7f12..961739a6e90d9a1fede8fa1dc7169b396a312130 100644 (file)
--- 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
index c620a1f42744466d6cd9d76591df8871057c0e54..accc53b4bef9a06ef7fa0f3280f76ace1e852555 100755 (executable)
--- 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.