Browse Source

Merge branch 'PHP-7.0' into PHP-7.1

pull/2588/head
Christopher Jones 9 years ago
parent
commit
d9feb3c2d0
  1. 12
      ext/oci8/package.xml
  2. 6
      ext/oci8/tests/driver_name.phpt

12
ext/oci8/package.xml

@ -50,8 +50,8 @@ Interoperability Support" (ID 207303.1) for details.
<time>12:00:00</time>
<version>
<release>2.1.4</release>
<api>2.1.4</api>
<release>2.1.5</release>
<api>2.1.5</api>
</version>
<stability>
<release>stable</release>
@ -60,7 +60,7 @@ Interoperability Support" (ID 207303.1) for details.
<license uri="http://www.php.net/license">PHP</license>
<notes>
This version is for PHP 7 only.
Fixed uninitialized data causing random crash
Added TAF callback support (PR #2459, KoenigsKind)
</notes>
<contents>
<dir name="/">
@ -471,8 +471,8 @@ Fixed uninitialized data causing random crash
<release>
<version>
<release>2.1.5</release>
<api>2.1.5</api>
<release>2.1.4</release>
<api>2.1.4</api>
</version>
<stability>
<release>stable</release>
@ -481,7 +481,7 @@ Fixed uninitialized data causing random crash
<license uri="http://www.php.net/license">PHP</license>
<notes>
This version is for PHP 7 only.
Added TAF callback support (PR #2459, KoenigsKind)
Fixed uninitialized data causing random crash
</notes>
</release>

6
ext/oci8/tests/driver_name.phpt

@ -57,11 +57,11 @@ function get_attr($conn)
?>
--EXPECT--
**Test 1.1 - Default values for the attribute **************
The value of DRIVER_NAME is PHP OCI8 : 2.1.3
The value of DRIVER_NAME is PHP OCI8 : 2.1.5
***Test 1.2 - Get the values from different connections **************
Testing with oci_pconnect()
The value of DRIVER_NAME is PHP OCI8 : 2.1.3
The value of DRIVER_NAME is PHP OCI8 : 2.1.5
Testing with oci_new_connect()
The value of DRIVER_NAME is PHP OCI8 : 2.1.3
The value of DRIVER_NAME is PHP OCI8 : 2.1.5
Done
Loading…
Cancel
Save