summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2008-12-24 00:44:51 +0000
committerFelipe Pena <felipe@php.net>2008-12-24 00:44:51 +0000
commit965f76ca81b59b0c822fd2cd993026bfcde7e9bd (patch)
tree6876d0da0f78d66d11a39e2c3fa3290b8b87c019
parentb110b1d78b322b14866fc3e923a0aff50e280d57 (diff)
downloadphp-git-965f76ca81b59b0c822fd2cd993026bfcde7e9bd.tar.gz
- Merged into 5.3
-rw-r--r--NEWS1
1 files changed, 0 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 262c8f964f..009c7554d1 100644
--- a/NEWS
+++ b/NEWS
@@ -41,7 +41,6 @@ PHP NEWS
(Sara)
- Added stream_resolve_include_path() function which checks which file fopen()
with a relative path will open. (Sara)
-- Added shm_has_var() function. (Mike)
- Fixed bug #40325 (Vary: header missing in gzip output handlers). (Mike)
- Fixed bug #46647 (SplFileObject::fgetcsv segfaults). (Etienne)