2015-07-21 22:36:36 +08:00
|
|
|
PHP NEWS
|
1999-07-23 07:54:54 +08:00
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
2021-07-06 23:23:32 +08:00
|
|
|
?? ??? ????, PHP 8.1.0beta1
|
|
|
|
|
2021-07-12 04:40:11 +08:00
|
|
|
- Core:
|
|
|
|
. Fixed bug #81238 (Fiber support missing for Solaris Sparc). (trowski)
|
2021-07-09 03:52:01 +08:00
|
|
|
. Fixed bug #81237 (Comparison of fake closures doesn't work). (krakjoe)
|
2021-07-12 04:40:11 +08:00
|
|
|
|
2021-07-19 15:39:52 +08:00
|
|
|
- Opcache:
|
|
|
|
. Fixed bug #81225 (Wrong result with pow operator with JIT enabled).
|
|
|
|
(Dmitry)
|
2021-07-19 17:11:09 +08:00
|
|
|
. Fixed bug #81249 (Intermittent property assignment failure with JIT
|
|
|
|
enabled). (Dmitry)
|
2021-07-19 15:39:52 +08:00
|
|
|
|
2021-06-20 03:28:18 +08:00
|
|
|
- Reflection:
|
|
|
|
. Fixed bug #80097 (ReflectionAttribute is not a Reflector). (beberlei)
|
2021-07-06 23:23:32 +08:00
|
|
|
|
|
|
|
08 Jul 2021, PHP 8.1.0alpha3
|
2021-06-22 23:28:57 +08:00
|
|
|
|
2021-06-25 17:39:29 +08:00
|
|
|
- Core:
|
2021-06-26 16:16:25 +08:00
|
|
|
. Fixed bug #81202 (powerpc64 build fails on fibers). (krakjoe)
|
2021-07-02 20:22:58 +08:00
|
|
|
. Fixed bug #80072 (Cyclic unserialize in TMPVAR operand may leak). (Nikita)
|
2021-06-22 23:28:57 +08:00
|
|
|
|
2021-06-25 11:13:46 +08:00
|
|
|
- Curl:
|
|
|
|
. Fixed bug #81085 (Support CURLOPT_SSLCERT_BLOB for cert strings).
|
|
|
|
(camporter)
|
|
|
|
|
2021-06-25 17:39:29 +08:00
|
|
|
- Reflection:
|
|
|
|
. Fixed bug #81200 (no way to determine if Closure is static). (krakjoe)
|
|
|
|
|
2021-06-22 23:28:57 +08:00
|
|
|
24 Jun 2021, PHP 8.1.0alpha2
|
2021-06-09 00:24:06 +08:00
|
|
|
|
2021-06-18 17:24:53 +08:00
|
|
|
- Core:
|
|
|
|
. Fixed bug #81163 (__sleep allowed to return non-array). (krakjoe)
|
|
|
|
|
2021-06-13 18:57:31 +08:00
|
|
|
- Opcache:
|
|
|
|
. Fixed bug #81133 (building opcache with phpize fails). (krakjoe)
|
2021-06-14 17:08:32 +08:00
|
|
|
. Fixed bug #81136 (opcache header not installed). (krakjoe)
|
2021-06-13 18:57:31 +08:00
|
|
|
|
2021-06-13 22:21:28 +08:00
|
|
|
- PDO OCI:
|
2021-06-10 08:18:57 +08:00
|
|
|
. Fixed bug #77120 (Support 'success with info' at connection).
|
|
|
|
(Sergei Morozov)
|
2021-06-14 04:20:19 +08:00
|
|
|
|
|
|
|
- phpdbg:
|
|
|
|
. Fixed bug #81135 (unknown help topic causes assertion failure). (krakjoe)
|
2021-06-10 08:18:57 +08:00
|
|
|
|
2021-06-08 21:31:38 +08:00
|
|
|
- SPL:
|
2021-06-08 22:25:18 +08:00
|
|
|
. Fixed bug #81112 (Special json_encode behavior for SplFixedArray). (Nikita)
|
|
|
|
. Fixed bug #80945 ("Notice: Undefined index" on unset() ArrayObject
|
|
|
|
non-existing key). (Nikita)
|
2021-06-14 20:26:52 +08:00
|
|
|
|
|
|
|
- Standard:
|
|
|
|
. Fixed bug #81137 (hrtime breaks build on OSX before Sierra). (krakjoe)
|
2021-06-08 21:31:38 +08:00
|
|
|
|
2021-06-09 00:24:06 +08:00
|
|
|
10 Jun 2021, 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)
|
2021-05-14 17:47:14 +08:00
|
|
|
. Implemented FR #77372 (Relative file path is removed from uploaded file).
|
|
|
|
(Björn Tantau)
|
2021-05-24 13:26:56 +08:00
|
|
|
. Fixed bug #81076 (incorrect debug info on Closures with implicit binds).
|
|
|
|
(krakjoe)
|
2021-05-25 17:22:53 +08:00
|
|
|
|
|
|
|
- Standard:
|
2021-05-22 17:06:45 +08:00
|
|
|
. Fixed bug #77627 (method_exists on Closure::__invoke inconsistency).
|
|
|
|
(krakjoe)
|
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-05-11 17:08:11 +08:00
|
|
|
. Fixed bug #65800 (Events port mechanism). (psumbera)
|
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)
|
|
|
|
|
2021-05-30 19:05:23 +08:00
|
|
|
- PCRE:
|
|
|
|
. Bundled PCRE2 is 10.37.
|
|
|
|
|
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:
|
2021-05-14 19:00:34 +08:00
|
|
|
. Fixed bug #80908 (PDO::lastInsertId() return wrong). (matt)
|
2021-05-14 19:35:30 +08:00
|
|
|
. Fixed bug #81037 (PDO discards error message text from prepared
|
|
|
|
statement). (Kamil Tekiela)
|
2021-04-26 17:45:37 +08:00
|
|
|
|
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)
|
|
|
|
|
2021-05-11 06:09:30 +08:00
|
|
|
- PgSQL:
|
|
|
|
. Convert resource<pgsql link> to object \PgSql\Connection. (Máté)
|
|
|
|
. Convert resource<pgsql result> to object \PgSql\Result. (Máté)
|
|
|
|
. Convert resource<pgsql large object> to object \PgSql\Lob. (Máté)
|
|
|
|
|
2020-10-22 08:12:55 +08:00
|
|
|
- PSpell:
|
2021-05-10 23:10:19 +08:00
|
|
|
. Convert resource<pspell> to object \PSpell\Dictionary. (Sara)
|
|
|
|
. Convert resource<pspell config> to object \PSpell\Config. (Sara)
|
2020-10-22 08:12:55 +08:00
|
|
|
|
2021-06-03 16:33:30 +08:00
|
|
|
- readline:
|
|
|
|
. Fixed bug #72998 (invalid read in readline completion). (krakjoe)
|
2020-08-05 04:24:26 +08:00
|
|
|
|
2021-05-21 15:28:08 +08:00
|
|
|
- Reflection:
|
|
|
|
. Implement ReflectionFunctionAbstract::getClosureUsedVariables (krakjoe)
|
|
|
|
|
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! >>>
|