summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
author <changelog@php.net>2002-07-31 00:19:19 +0000
committer <changelog@php.net>2002-07-31 00:19:19 +0000
commit38757032d28f324b39f31c196ecc3270173bdcce (patch)
tree50ebb59a0e1065f9b7f05a8f3dbd0b0ccd8bdc3a /NEWS
parente219b8e70c9a19942d9f6ff5e9d11576d575b817 (diff)
downloadphp-git-38757032d28f324b39f31c196ecc3270173bdcce.tar.gz
NEWS update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1fe4277071..00f61acff9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
? ? ??? 2002, Version 4.3.0
+- Added the ability to globaly declare a compiler modifier globally by using an empty statement
+ i.e. <?php declare (ticks=1); //do something ?> (Jason)
- Bring strtotime() "next" keyword handling in line with documentation and
its glibc cousin. (Rasmus)
- Fixed str_rot13() to not mangle source string. (Rasmus)