diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2002-10-02 03:17:30 +0000 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2002-10-02 03:17:30 +0000 |
commit | 82e7bea50431aa5eaa289a468970073887ddb9f9 (patch) | |
tree | 89e6763957c1d6af0e8d0687159e41d5fc0da553 /NEWS | |
parent | b8fdd3c7aedf4fd76089aef11aa136a2760900c0 (diff) | |
download | php-git-82e7bea50431aa5eaa289a468970073887ddb9f9.tar.gz |
pg_data_seek()
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ 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() and pg_delete(). (Yasuo) + pg_insert(), pg_select(), pg_update(), pg_delete() and pg_data_seek(). (Yasuo) - Fixed bug #17281 (Sanity checks for encoding sessions). (Ilia) - Fixed bug #16995 and #19392 (Prevent crash if $HTTP_SESSION_VARS != ARRAY). (Ilia) |