2015-07-21 22:36:36 +08:00
|
|
|
PHP NEWS
|
1999-07-23 07:54:54 +08:00
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
2020-10-09 15:21:39 +08:00
|
|
|
?? ??? ????, PHP 8.1.0alpha1
|
2020-04-20 19:27:35 +08:00
|
|
|
|
2020-10-04 18:50:58 +08:00
|
|
|
- Core:
|
|
|
|
. Fixed inclusion order for phpize builds on Windows. (cmb)
|
2020-08-07 22:31:52 +08:00
|
|
|
. Added missing hashtable insertion APIs for arr/obj/ref. (Sara)
|
2021-02-17 21:45:35 +08:00
|
|
|
. Fixed bug #75474 (function scope static variables are not bound to a unique
|
|
|
|
function). (Nikita)
|
2021-02-18 21:16:48 +08:00
|
|
|
. Fixed bug #53826 (__callStatic fired in base class through a parent call if
|
|
|
|
the method is private). (Nikita)
|
2020-10-04 18:50:58 +08:00
|
|
|
|
2021-03-30 23:18:57 +08:00
|
|
|
- Date:
|
|
|
|
. Fixed bug #52480 (Incorrect difference using DateInterval) (Derick)
|
|
|
|
. Fixed bug #62326 (date_diff() function returns false result) (Derick)
|
|
|
|
. Fixed bug #64992 (dst not handled past 2038) (Derick)
|
|
|
|
. Fixed bug #65003 (Wrong date diff) (Derick)
|
|
|
|
. Fixed bug #66545 (DateTime. diff returns negative values) (Derick)
|
|
|
|
. Fixed bug #68503 (date_diff on two dates with timezone set localised
|
|
|
|
returns wrong results) (Derick)
|
|
|
|
. Fixed bug #69806 (Incorrect date from timestamp) (Derick)
|
|
|
|
. Fixed bug #71700 (Extra day on diff between begin and end of march 2016)
|
|
|
|
(Derick)
|
|
|
|
. Fixed bug #71826 (DateTime::diff confuse on timezone 'Asia/Tokyo') (Derick)
|
|
|
|
. Fixed bug #73460 (Datetime add not realising it already applied DST
|
|
|
|
change) (Derick)
|
|
|
|
. Fixed bug #74173 (DateTimeImmutable::getTimestamp() triggers DST switch in
|
|
|
|
incorrect time) (Derick)
|
|
|
|
. Fixed bug #74274 (Handling DST transitions correctly) (Derick)
|
|
|
|
. Fixed bug #74524 (Date diff is bad calculated, in same time zone) (Derick)
|
|
|
|
. Fixed bug #75167 (DateTime::add does only care about backward DST
|
|
|
|
transition, not forward) (Derick)
|
|
|
|
. Fixed bug #76032 (DateTime->diff having issues with leap days for
|
|
|
|
timezones ahead of UTC) (Derick)
|
|
|
|
. Fixed bug #76374 (Date difference varies according day time) (Derick)
|
|
|
|
. Fixed bug #77571 (DateTime's diff DateInterval incorrect in timezones from
|
|
|
|
UTC+01:00 to UTC+12:00 (Derick)
|
|
|
|
. Fixed bug #78452 (diff makes wrong in hour for Asia/Tehran) (Derick)
|
|
|
|
. Fixed bug #79452 (DateTime::diff() generates months differently between
|
|
|
|
time zones) (Derick)
|
|
|
|
. Fixed bug #79698 (timelib mishandles future timestamps (triggered by 'zic
|
|
|
|
-b slim')) (Derick)
|
|
|
|
. Fixed bug #79716 (Invalid date time created (with day "00")) (Derick)
|
|
|
|
. Fixed bug #80610 (DateTime calculate wrong with DateInterval) (Derick)
|
|
|
|
. Fixed bug #80664 (DateTime objects behave incorrectly around DST
|
|
|
|
transition) (Derick)
|
|
|
|
. Fixed bug #80913 (DateTime(Immutable)::sub around DST yield incorrect
|
|
|
|
time) (Derick)
|
|
|
|
|
2021-03-22 02:32:19 +08:00
|
|
|
- FPM:
|
|
|
|
. Added openmetrics status format. (Cees-Jan Kiewiet)
|
2021-03-22 02:42:55 +08:00
|
|
|
. Enable process renaming on macOS. (devnexen)
|
2021-03-29 04:15:35 +08:00
|
|
|
. Added pm.max_spawn_rate option to configure max spawn child processes rate.
|
|
|
|
(Paulius Sapragonas)
|
2021-03-22 02:32:19 +08:00
|
|
|
|
2020-10-22 06:09:08 +08:00
|
|
|
- FTP:
|
2021-05-08 19:28:42 +08:00
|
|
|
. Convert resource<ftp> to object \FTP\Connection. (Sara)
|
2020-10-22 06:09:08 +08:00
|
|
|
|
2020-10-22 07:43:28 +08:00
|
|
|
- GD:
|
|
|
|
. Convert resource<gd font> to object \GdFont. (Sara)
|
|
|
|
|
2020-11-01 01:50:30 +08:00
|
|
|
- hash:
|
|
|
|
. Implemented FR #68109 (Add MurmurHash V3). (Anatol, Michael)
|
2021-02-21 20:37:16 +08:00
|
|
|
. Implemented FR #73385 (Add xxHash support). (Anatol)
|
2020-11-01 01:50:30 +08:00
|
|
|
|
2021-03-13 19:11:40 +08:00
|
|
|
- LDAP:
|
2021-05-10 04:20:21 +08:00
|
|
|
. Convert resource<ldap link> to object \LDAP\Connection. (Máté)
|
|
|
|
. Convert resource<ldap result> to object \LDAP\Result. (Máté)
|
|
|
|
. Convert resource<ldap result entry> to object \LDAP\ResultEntry. (Máté)
|
2021-03-13 19:11:40 +08:00
|
|
|
|
2020-12-18 19:13:17 +08:00
|
|
|
- MySQLi:
|
|
|
|
. Fixed bug #70372 (Emulate mysqli_fetch_all() for libmysqlclient). (Nikita)
|
2021-01-24 00:14:13 +08:00
|
|
|
. Fixed bug #80330 (Replace language in APIs and source code/docs).
|
|
|
|
(Darek Ślusarczyk)
|
2021-02-22 18:03:24 +08:00
|
|
|
. Fixed bug #80329 (Add option to specify LOAD DATA LOCAL white list folder
|
|
|
|
(including libmysql)). (Darek Ślusarczyk)
|
2020-12-18 19:13:17 +08:00
|
|
|
|
2021-02-23 18:14:51 +08:00
|
|
|
- MySQLnd:
|
|
|
|
. Fixed bug #80761 (PDO uses too much memory). (Nikita)
|
|
|
|
|
2021-03-31 11:49:41 +08:00
|
|
|
- OPcache:
|
Added Inheritance Cache.
This is a new transparent technology that eliminates overhead of PHP class inheritance.
PHP classes are compiled and cached (by opcahce) separately, however their "linking" was done at run-time - on each request. The process of "linking" may involve a number of compatibility checks and borrowing methods/properties/constants form parent and traits. This takes significant time, but the result is the same on each request.
Inheritance Cache performs "linking" for unique set of all the depending classes (parent, interfaces, traits, property types, method types involved into compatibility checks) once and stores result in opcache shared memory. As a part of the this patch, I removed limitations for immutable classes (unresolved constants, typed properties and covariant type checks). So now all classes stored in opcache are "immutable". They may be lazily loaded into process memory, if necessary, but this usually occurs just once (on first linking).
The patch shows 8% improvement on Symphony "Hello World" app.
2021-02-10 03:53:57 +08:00
|
|
|
. Added inheritance cache. (Dmitry)
|
|
|
|
|
2020-10-11 04:02:26 +08:00
|
|
|
- OpenSSL:
|
|
|
|
. Bump minimal OpenSSL version to 1.0.2. (Jakub Zelenka)
|
|
|
|
|
2020-12-17 19:05:37 +08:00
|
|
|
- PDO:
|
|
|
|
. Fixed bug #40913 (PDO_MYSQL: PDO::PARAM_LOB does not bind to a stream for
|
|
|
|
fetching a BLOB). (Nikita)
|
|
|
|
|
2021-04-26 17:45:37 +08:00
|
|
|
. PDO MySQL:
|
|
|
|
. Fixed bug#80908 (PDO::lastInsertId() return wrong). (matt)
|
|
|
|
|
2021-05-08 05:41:26 +08:00
|
|
|
. PDO ODBC:
|
|
|
|
. Implement PDO_ATTR_SERVER_VERSION and PDO_ATTR_SERVER_INFO for
|
|
|
|
PDO::getAttribute(). (Calvin Buckley)
|
|
|
|
|
2020-12-23 17:57:19 +08:00
|
|
|
. PDO SQLite:
|
|
|
|
. Fixed bug #38334 (Proper data-type support for PDO_SQLITE). (Nikita)
|
|
|
|
|
2020-10-22 08:12:55 +08:00
|
|
|
- PSpell:
|
|
|
|
. Convert resource<pspell> to object \PSpell. (Sara)
|
2020-12-26 01:27:17 +08:00
|
|
|
. Convert resource<pspell config> to object \PSpellConfig. (Sara)
|
2020-10-22 08:12:55 +08:00
|
|
|
|
2021-05-08 06:50:28 +08:00
|
|
|
- Sodium:
|
|
|
|
. Added the XChaCha20 stream cipher functions. (P.I.E. Security Team)
|
|
|
|
. Added the Ristretto255 functions, which are available in libsodium 1.0.18.
|
|
|
|
(P.I.E. Security Team)
|
|
|
|
|
2021-02-15 12:55:25 +08:00
|
|
|
- SPL:
|
|
|
|
. Fixed bug #80724 (FilesystemIterator::FOLLOW_SYMLINKS remove KEY_AS_FILE
|
|
|
|
from bitmask). (Cameron Porter)
|
|
|
|
|
2013-05-17 17:22:04 +08:00
|
|
|
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
|