summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2002-10-02 04:03:21 +0000
committerYasuo Ohgaki <yohgaki@php.net>2002-10-02 04:03:21 +0000
commit69957c56b3df50e132ddcd5a494f5830ff9af36c (patch)
treedc11401b45214e413a182a0af76612ffa4581d57 /NEWS
parent2745e8b9b2563b3f12636b63b8d4d403e361674c (diff)
downloadphp-git-69957c56b3df50e132ddcd5a494f5830ff9af36c.tar.gz
Added pg_unescape_bytea(). Fixed pg_data_seek().
php_pgsql_unescape_bytea(PQunescapeBytea) is shamelessly stolen from PostgreSQL 7.3 :)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 75bc5c0cbc..dd4f8479c1 100644
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,8 @@ PHP 4 NEWS
- Fixed output buffering implicit flush. (Yasuo)
- Added getopt() for parsing command line options and arguments. (Jon)
- Added pg_fetch_assoc(), pg_fetch_all(), pg_ping(), pg_meta_data(), pg_convert(),
- pg_insert(), pg_select(), pg_update(), pg_delete() and pg_data_seek(). (Yasuo)
+ pg_insert(), pg_select(), pg_update(), pg_delete(), pg_data_seek() and
+ pg_unescape_bytea(). (Yasuo)
- Fixed bug #17281 (Sanity checks for encoding sessions). (Ilia)
- Fixed bug #16995 and #19392 (Prevent crash if $HTTP_SESSION_VARS != ARRAY).
(Ilia)