summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-03-25 23:16:28 +0000
committerfoobar <sniper@php.net>2005-03-25 23:16:28 +0000
commit69cad0226d261a43a155e33776670fbd83dde9fc (patch)
treeafc03e6eba9f32b3487368f62365e500e7b0fa4d
parentbba731e66b36bf23b720d45201d84a1831eb7fb3 (diff)
downloadphp-git-69cad0226d261a43a155e33776670fbd83dde9fc.tar.gz
These entries do not belong in NEWS file (internal issues)
-rw-r--r--NEWS4
1 files changed, 0 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 915931d895..91b47a4eee 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2004, PHP 5.1.0
-- Changed pg_unescape_bytea() to use the libpq version of PQunescapeBytea if
- it is available.
- Moved extensions to PECL:
. ext/cpdf (Tony, Derick)
. ext/dio (Jani, Derick)
@@ -10,8 +8,6 @@ PHP NEWS
. ext/mnogosearch (Jani, Derick)
. ext/w32api (Jani, Derick)
. ext/yp (Jani, Derick)
-- Changed pg_copy_from() and pg_copy_to() to use non-deprecated COPY API if
- it exists. (Christopher)
- Changed stream_filter_(ap|pre)pend() to return resource. (Sara)
- Changed mysqli_exception and sqlite_exception to use RuntimeException as base
if SPL extension is present. (Georg, Marcus)