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:
@@ -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
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user