summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-03-19 14:37:09 +0000
committerfoobar <sniper@php.net>2005-03-19 14:37:09 +0000
commit5f7f88949b83611ebc9b57409a1a98a15eda61da (patch)
tree9eb862fb6ef7f84a07eea2802c4cf2b397a8e1be
parent7b3813ea1180f87d715f816789351ab2f0f6a0a5 (diff)
downloadphp-git-5f7f88949b83611ebc9b57409a1a98a15eda61da.tar.gz
less wordy
-rw-r--r--NEWS20
1 files changed, 9 insertions, 11 deletions
diff --git a/NEWS b/NEWS
index 7cf1c6d72b..3b6e9f57ef 100644
--- a/NEWS
+++ b/NEWS
@@ -30,17 +30,15 @@ PHP NEWS
. added class File
- Added several new functions to support the PostgreSQL v3 protocol introduced
in PostgreSQL 7.4. (Christopher)
- . pg_transaction_status() New function to get in-transaction status of
- a database connection.
- . pg_query_params() New function to allow execution of parameterized queries.
- . pg_prepare() New function to allow preparing named queries.
- . pg_execute() New function to allow execution of named prepared queries.
- . pg_send_query_params() New function that is the async equivalent of
- pg_query_params.
- . pg_send_prepare() New function that is the async equivalent of pg_prepare().
- . pg_send_execute() New function that is the async equivalent of pg_execute().
- . pg_result_error_field() New function that allows highly detailed error
- information, most importantly the SQLSTATE error code.
+ . pg_transaction_status() - in-transaction status of a database connection.
+ . pg_query_params() - execution of parameterized queries.
+ . pg_prepare() - prepare named queries.
+ . pg_execute() - execution of named prepared queries.
+ . pg_send_query_params() - async equivalent of pg_query_params().
+ . pg_send_prepare() - async equivalent of pg_prepare().
+ . pg_send_execute() - async equivalent of pg_execute().
+ . pg_result_error_field() - highly detailed error information,
+ most importantly the SQLSTATE error code.
- Added optional fifth parameter "count" to preg_replace_callback() and
preg_replace() to count the number of replacements made. FR #32275. (Andrey)
- Added optional third parameter "charlist" to str_word_count() which