Skip to content

Commit 8ff6a30

Browse files
committed
Update NEWS
1 parent 3c91851 commit 8ff6a30

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ PHP NEWS
2525
. Fixed bug #77200 (imagecropauto(…, GD_CROP_SIDES) crops left but not right).
2626
(cmb)
2727

28+
- OCI8:
29+
. Fixed bug #76804 (oci_pconnect with OCI_CRED_EXT not working). (KoenigsKind)
30+
2831
- Opcache:
2932
. Fixed bug #77215 (CFG assertion failure on multiple finalizing switch
3033
frees in one block). (Nikita)

ext/oci8/package.xml

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ Interoperability Support" (ID 207303.1) for details.
5656
<time>12:00:00</time>
5757

5858
<version>
59-
<release>2.1.8</release>
60-
<api>2.1.8</api>
59+
<release>2.1.9</release>
60+
<api>2.1.9</api>
6161
</version>
6262
<stability>
6363
<release>stable</release>
@@ -66,7 +66,7 @@ Interoperability Support" (ID 207303.1) for details.
6666
<license uri="http://www.php.net/license">PHP</license>
6767
<notes>
6868
This version is for PHP 7 only.
69-
Fixed reference counting and memory issues. (Dmitry, Tianfang)
69+
Fixed bug #76804 (oci_pconnect with OCI_CRED_EXT not working). (KoenigsKind)
7070
</notes>
7171
<contents>
7272
<dir name="/">
@@ -476,6 +476,22 @@ Fixed reference counting and memory issues. (Dmitry, Tianfang)
476476
</extsrcrelease>
477477
<changelog>
478478

479+
<release>
480+
<version>
481+
<release>2.1.8</release>
482+
<api>2.1.8</api>
483+
</version>
484+
<stability>
485+
<release>stable</release>
486+
<api>stable</api>
487+
</stability>
488+
<license uri="http://www.php.net/license">PHP</license>
489+
<notes>
490+
This version is for PHP 7 only.
491+
Fixed reference counting and memory issues. (Dmitry, Tianfang)
492+
</notes>
493+
</release>
494+
479495
<release>
480496
<version>
481497
<release>2.1.7</release>

0 commit comments

Comments
 (0)