Commit:    fe98ffc227df760a4f5a63fd2668f742e28eb4fb
Author:    Christopher Jones <s...@php.net>         Thu, 25 Jul 2013 10:54:03 
-0700
Parents:   1224e6cccdaf01a74be8da6221293fd6f5d1f95e
Branches:  master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=fe98ffc227df760a4f5a63fd2668f742e28eb4fb

Log:
Update UPGRADING and make typo fixes to OCI8 package.xml

Changed paths:
  M  UPGRADING
  M  ext/oci8/package.xml


Diff:
diff --git a/UPGRADING b/UPGRADING
index e78e46d..45e47ff 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -69,6 +69,16 @@ PHP X.Y UPGRADE NOTES
   casts to primitive types and have overloaded operators.
   (RFC: https://wiki.php.net/rfc/operator_overloading_gmp)
 
+- OCI8:
+  - Added Implicit Result Set support for Oracle Database 12c with a
+    new oci_get_implicit_resultset() function.
+  - Using 'oci_execute($s, OCI_NO_AUTO_COMMIT)' for a SELECT no longer
+    unnecessarily initiates an internal ROLLBACK during connection
+    close.
+  - Added DTrace probes enabled with PHP's generic --enable-dtrace
+  - The oci_internal_debug() function is now a no-op.
+  - The phpinfo() output format for OCI8 has changed.
+
 ========================================
 9. New Global Constants
 ========================================
diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml
index 38bb5d4..0f3023c 100644
--- a/ext/oci8/package.xml
+++ b/ext/oci8/package.xml
@@ -8,12 +8,12 @@ http://pear.php.net/dtd/package-2.0.xsd";>
  <summary>Extension for Oracle Database</summary>
 
  <description>
-   This extension allows you to access Oracle Database. OCI8 2.0 can be
-   built with PHP 5.4 onwards. (OCI8 1.4 can be built with PHP 4.3.9
-   onwards). OCI8 can be linked with Oracle Database 9.2, 10, 11, or
-   12.1 client libraries.  Oracle's standard cross-version connectivity
-   applies.  For example PHP linked with Oracle Database 11.2 client
-   libraries can connect to Oracle Database 9.2 onwards.
+   This extension allows you to access Oracle Database. OCI8 2.0 can
+   be built with PHP 4.3.9 onwards. OCI8 can be linked with Oracle
+   Database 9.2, 10, 11, or 12.1 client libraries.  Oracle's standard
+   cross-version connectivity applies.  For example PHP linked with
+   Oracle Database 11.2 client libraries can connect to Oracle
+   Database 9.2 onwards.
  </description>
  <lead>
   <name>Christopher Jones</name>
@@ -94,14 +94,14 @@ http://pear.php.net/dtd/package-2.0.xsd";>
     - INTERNAL CHANGES:
  
       - Fixed a potential NULL pointer dereference flagged by Parfait
-        static code analyis.
+        static code analysis.
  
       - Extended testing of existing OCI8 functionality.
  
       - Improved test output portability when using the PHP development
         web server to run tests.
  
-      - Removed no-longer necessary unicode patterns from tests
+      - Removed no-longer necessary Unicode patterns from tests
         (vestiges of PHP's previous PHP 6 project)
         
       - Improved build portability by removing compilation type cast
@@ -112,7 +112,7 @@ http://pear.php.net/dtd/package-2.0.xsd";>
  
       - Updated code to use internal macro PHP_OCI_REGISTER_RESOURCE.
  
-      - Regularized code prototypes and fixed some in-line documenation
+      - Regularized code prototypes and fixed some in-line documentation
         prototypes.
  
       - Fixed code folding.


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to