lbarnaud                Sat Mar 28 01:29:15 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src    UPGRADING NEWS 
  Log:
  Fix UPGRADING and NEWS for ticks undeprecation
  
  
http://cvs.php.net/viewvc.cgi/php-src/UPGRADING?r1=1.1.2.3.2.1.2.1&r2=1.1.2.3.2.1.2.2&diff_format=u
Index: php-src/UPGRADING
diff -u php-src/UPGRADING:1.1.2.3.2.1.2.1 php-src/UPGRADING:1.1.2.3.2.1.2.2
--- php-src/UPGRADING:1.1.2.3.2.1.2.1   Wed Jan 28 17:23:28 2009
+++ php-src/UPGRADING   Sat Mar 28 01:29:14 2009
@@ -1,4 +1,4 @@
-$Id: UPGRADING,v 1.1.2.3.2.1.2.1 2009/01/28 17:23:28 sfox Exp $
+$Id: UPGRADING,v 1.1.2.3.2.1.2.2 2009/03/28 01:29:14 lbarnaud Exp $
 
 UPGRADE NOTES - PHP 5.3
 
@@ -115,9 +115,6 @@
 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.
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.540&r2=1.2027.2.547.2.965.2.541&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.965.2.540 
php-src/NEWS:1.2027.2.547.2.965.2.541
--- php-src/NEWS:1.2027.2.547.2.965.2.540       Fri Mar 27 16:51:35 2009
+++ php-src/NEWS        Sat Mar 28 01:29:14 2009
@@ -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



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to