summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorArnaud Le Blanc <lbarnaud@php.net>2009-03-28 01:29:14 +0000
committerArnaud Le Blanc <lbarnaud@php.net>2009-03-28 01:29:14 +0000
commit155564d727d9f272d2d56ea0260d9b6a80f68599 (patch)
treed2326ae5160079af65603bca5c8f593c8e1b47d9 /UPGRADING
parent12bd41c60a7083482f1cb9a056fb7107397a2008 (diff)
downloadphp-git-155564d727d9f272d2d56ea0260d9b6a80f68599.tar.gz
Fix UPGRADING and NEWS for ticks undeprecation
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING3
1 files changed, 0 insertions, 3 deletions
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.