PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 7.3.11
+?? ??? ????, PHP 7.4.0RC2
- Core:
+ . Fixed incorrect usage of QM_ASSIGN instruction. It must not return IS_VAR.
+ As a side effect this allowed passign left hean list() "by reference",
+ instead of compile-time error. (Dmitry)
+ . Fixed bug #78531 (Crash when using undefined variable as object). (Dmitry)
+ . Fixed bug #78535 (auto_detect_line_endings value not parsed as bool).
+ (bugreportuser)
-- Exif :
- . Fixed bug #78442 ('Illegal component' on exif_read_data since PHP7)
- (Kalle)
+- FFI:
+ . Added missing FFI::isNull(). (Philip Hofstetter)
+ . Fixed bug #78488 (OOB in ZEND_FUNCTION(ffi_trampoline)). (Dmitry)
-- Mysqlnd:
- . Fixed bug #78525 (Memory leak in pdo when reusing native prepared
- statements). (Nikita)
+- Opcache:
+ . Add opcache.preload_user INI directive. (Dmitry)
+ . Fixed bug #78514 (Preloading segfaults with inherited typed property).
+ (Nikita)
+
+- PCRE:
+ . Fixed bug #78349 (Bundled pcre2 library missing LICENCE file). (Peter Kokot)
+
+- PDO_Firebird:
+ . Implemented FR #77863 (PDO firebird support type Boolean in input
+ parameters). (Simonov Denis)
+
+- PDO_MySQL:
+ . Fixed bug #41997 (SP call yields additional empty result set). (cmb)
+
+- sodium:
+ . Fixed bug #78510 (Partially uninitialized buffer returned by
+ sodium_crypto_generichash_init()). (Frank Denis, cmb)
+
+- Standard:
+ . Fixed bug #78506 (Error in a php_user_filter::filter() is not reported).
+ (Nikita)
-12 Sep 2019, PHP 7.3.10RC1
+05 Sep 2019, PHP 7.4.0RC1
- Core:
- . Fixed bug #78220 (Can't access OneDrive folder). (cmb, ab)
- . Fixed bug #77922 (Double release of doc comment on inherited shadow
- property). (Nikita)
- . Fixed bug #78441 (Parse error due to heredoc identifier followed by digit).
- (cmb)
. Fixed bug #77812 (Interactive mode does not support PHP 7.3-style heredoc).
(cmb, Nikita)
-
-- FastCGI:
- . Fixed bug #78469 (FastCGI on_accept hook is not called when using named
- pipes on Windows). (Sergei Turchanov)
+ . Fixed bug #78438 (Corruption when __unserializing deeply nested structures).
+ (cmb, Nikita)
+ . Fixed bug #78441 (Parse error due to heredoc identifier followed by digit).
+ (cmb)
+ . Fixed bug #78454 (Consecutive numeric separators cause OOM error).
+ (Theodore Brown)
+ . Fixed bug #78335 (Static properties/variables containing cycles report as
+ leak). (Nikita)
+ . Fixed bug #78460 (PEAR installation failure). (Peter Kokot, L. Declercq)
- FPM:
. Fixed bug #78334 (fpm log prefix message includes wrong stdout/stderr