diff options
author | Christopher Jones <sixd@php.net> | 2008-03-04 21:58:07 +0000 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2008-03-04 21:58:07 +0000 |
commit | b8a3bb32ef00ba627100a4ef67cb6e53451bd8f9 (patch) | |
tree | 23369c59aa99a90d0c0ee01a55cbaf7aef5b4d93 | |
parent | f5d1186793d4b1a3c3ee24cf3b8cad131376d6b3 (diff) | |
download | php-git-b8a3bb32ef00ba627100a4ef67cb6e53451bd8f9.tar.gz |
Add oci_bind_by_name update
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |