summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimm Friebe <thekid@php.net>2008-11-10 14:46:50 +0000
committerTimm Friebe <thekid@php.net>2008-11-10 14:46:50 +0000
commit22224a969affa1e0346bff08c5fc9678e374d645 (patch)
tree8766de4e7ba3dcc0bee21486d54975797ac148d1
parent304749881edc94e167f112338034756cbd6f4983 (diff)
downloadphp-git-22224a969affa1e0346bff08c5fc9678e374d645.tar.gz
- Reverted my last commit
# See http://news.php.net/php.cvs/54140
-rw-r--r--NEWS5
1 files changed, 0 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 9e26ec0f22..32ab2e0b7c 100644
--- a/NEWS
+++ b/NEWS
@@ -3,8 +3,6 @@ PHP NEWS
?? ??? 20??, PHP 6.0
- Unicode support. (Andrei, Dmitry, et al)
-- Added optional parameter "new" to sybase_connect() (Timm)
-
- Changed dl() to be disabled by default. Enabled only when explicitly
registered by the SAPI layer. Enabled only with CLI, CGI and EMBED. (Dmitry)
- Changed opendir/dir/scandir to use default context
@@ -52,7 +50,4 @@ PHP NEWS
. stream_resolve_include_path(). (Sara)
- Added shm_has_var() function. (Mike)
-- Fixed sybase_fetch_*() to continue reading after CS_ROW_FAIL status (Timm)
-
- Fixed bug #40325 (Vary: header missing in gzip output handlers). (Mike)
-- Fixed bug #30312 (sybase_unbuffered_query calls). (Timm)