summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2003-03-13 01:33:35 +0000
committer <changelog@php.net>2003-03-13 01:33:35 +0000
commit40c307fe6ab7048d956a5b8d5fbf03f9c0a7be45 (patch)
tree9d8776427d5f75d4c499217d769bdc30b1c9d2a1
parent984ab6d412a2747d448200ccc713490cd7d5e574 (diff)
downloadphp-git-40c307fe6ab7048d956a5b8d5fbf03f9c0a7be45.tar.gz
NEWS update
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b11bcd0f04..9715df2692 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
? ? ??? 200?, Version 5.0.0
+- Add the file_set_contents() function, as a complement to the
+ file_get_contents()
+ function. (Sterling)
- Moved extensions to PECL (http://pear.php.net/): (James, Tal)
. ext/fribidi
- Fixed bug #21600 (Assign by reference function call changes variable contents).