diff options
author | Arnaud Le Blanc <lbarnaud@php.net> | 2009-03-28 01:29:14 +0000 |
---|---|---|
committer | Arnaud Le Blanc <lbarnaud@php.net> | 2009-03-28 01:29:14 +0000 |
commit | 155564d727d9f272d2d56ea0260d9b6a80f68599 (patch) | |
tree | d2326ae5160079af65603bca5c8f593c8e1b47d9 | |
parent | 12bd41c60a7083482f1cb9a056fb7107397a2008 (diff) | |
download | php-git-155564d727d9f272d2d56ea0260d9b6a80f68599.tar.gz |
Fix UPGRADING and NEWS for ticks undeprecation
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | UPGRADING | 3 |
2 files changed, 2 insertions, 3 deletions
@@ -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 @@ -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. |