summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-06-06 20:08:58 +0000
committerAntony Dovgal <tony2001@php.net>2006-06-06 20:08:58 +0000
commit1b14ec53bb3f1173f0c5dc01f04ef1a47dc3eb77 (patch)
treeade87812827f02f7519a6f52a1ec7e166413f2c1 /NEWS
parent35949de5b191716b147542518b3185d13cf53c0b (diff)
downloadphp-git-1b14ec53bb3f1173f0c5dc01f04ef1a47dc3eb77.tar.gz
this function also exists in 5.2, no need for this news entry in HEAD
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 0 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c1a9ab86ba..8feddb6f2c 100644
--- a/NEWS
+++ b/NEWS
@@ -33,7 +33,6 @@ PHP NEWS
. Added curl_setopt_array() which allows setting of multiple cURL options.
. Added CURLINFO_HEADER_OUT constant to facilitate request retrieval.
-- Add implementation of curl_multi_info_read (Brian)
- Added "jump label" operator (limited "goto"). (Dmitry, Sara)
- Added E_STRICT to E_ALL. (Dmitry)
- Added gmp_nextprime() function. (Tony, patch by ants dot aasma at gmail dot com)