From b8a3bb32ef00ba627100a4ef67cb6e53451bd8f9 Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Tue, 4 Mar 2008 21:58:07 +0000 Subject: [PATCH] Add oci_bind_by_name update --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 0cdbd4a9586..8c2fcdb33dd 100644 --- a/NEWS +++ b/NEWS @@ -72,6 +72,8 @@ PHP NEWS - Added lcfirst() function. (David C) - Added OCI8 Database Resident Connection Pooling (DRCP) and Fast Application Notification (FAN) support (Oracle Corp.) +- Added OCI8 SQLT_AFC (aka CHAR datatype) support to oci_bind_by_name + (Chris Jones) - Removed the experimental RPL (master/slave) functions from mysqli. (Andrey)