1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00

Update NEWS

This commit is contained in:
Christopher Jones
2018-12-08 19:12:04 +11:00
parent 3c91851874
commit 8ff6a30598
2 changed files with 22 additions and 3 deletions
+3
View File
@@ -25,6 +25,9 @@ PHP NEWS
. Fixed bug #77200 (imagecropauto(…, GD_CROP_SIDES) crops left but not right).
(cmb)
- OCI8:
. Fixed bug #76804 (oci_pconnect with OCI_CRED_EXT not working). (KoenigsKind)
- Opcache:
. Fixed bug #77215 (CFG assertion failure on multiple finalizing switch
frees in one block). (Nikita)
+19 -3
View File
@@ -56,8 +56,8 @@ Interoperability Support" (ID 207303.1) for details.
<time>12:00:00</time>
<version>
<release>2.1.8</release>
<api>2.1.8</api>
<release>2.1.9</release>
<api>2.1.9</api>
</version>
<stability>
<release>stable</release>
@@ -66,7 +66,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 reference counting and memory issues. (Dmitry, Tianfang)
Fixed bug #76804 (oci_pconnect with OCI_CRED_EXT not working). (KoenigsKind)
</notes>
<contents>
<dir name="/">
@@ -476,6 +476,22 @@ Fixed reference counting and memory issues. (Dmitry, Tianfang)
</extsrcrelease>
<changelog>
<release>
<version>
<release>2.1.8</release>
<api>2.1.8</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
This version is for PHP 7 only.
Fixed reference counting and memory issues. (Dmitry, Tianfang)
</notes>
</release>
<release>
<version>
<release>2.1.7</release>