1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 03:22:58 +02:00

Add oci_bind_by_name update

This commit is contained in:
Christopher Jones
2008-03-04 21:58:07 +00:00
parent f5d1186793
commit b8a3bb32ef

2
NEWS
View File

@@ -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)