2015-07-21 22:36:36 +08:00
|
|
|
|
PHP NEWS
|
1999-07-23 07:54:54 +08:00
|
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
2018-10-09 17:57:22 +08:00
|
|
|
|
?? ??? ????, PHP 7.3.0RC4
|
|
|
|
|
|
2018-10-09 19:30:59 +08:00
|
|
|
|
- Date:
|
|
|
|
|
. Fixed bug #75577 (DateTime::createFromFormat does not accept 'v' format
|
|
|
|
|
specifier, by updating timelib to 2018.01alpha2). (Derick)
|
2018-10-09 17:57:22 +08:00
|
|
|
|
|
|
|
|
|
11 Oct 2018, PHP 7.3.0RC3
|
2018-09-25 17:29:01 +08:00
|
|
|
|
|
2018-10-04 09:18:47 +08:00
|
|
|
|
- CURL:
|
2018-10-08 22:15:20 +08:00
|
|
|
|
. Expose curl constants from curl 7.50 to 7.61. (Pierrick)
|
2018-10-04 09:18:47 +08:00
|
|
|
|
|
2018-09-14 15:28:31 +08:00
|
|
|
|
- Core:
|
2018-09-28 18:56:47 +08:00
|
|
|
|
. Fixed bug #76846 (Segfault in shutdown function after memory limit error).
|
|
|
|
|
(Nikita)
|
2018-09-29 01:14:47 +08:00
|
|
|
|
. Fixed bug #76946 (Cyclic reference in generator not detected). (Nikita)
|
2018-09-29 20:15:58 +08:00
|
|
|
|
. Fixed bug #72635 (Undefined class used by class constant in constexpr
|
|
|
|
|
generates fatal error). (Nikita)
|
2018-10-04 00:54:08 +08:00
|
|
|
|
. Fixed bug #76947 (file_put_contents() blocks the directory of the file
|
|
|
|
|
(__DIR__)). (Anatol)
|
2018-10-06 06:07:41 +08:00
|
|
|
|
. Fixed bug #76979 (define() error message does not mention resources as
|
|
|
|
|
valid values). (Michael Moravec)
|
2018-09-25 17:29:01 +08:00
|
|
|
|
|
2018-07-11 11:55:13 +08:00
|
|
|
|
- Date:
|
|
|
|
|
. Fixed bug #75851 (Year component overflow with date formats "c", "o", "r"
|
|
|
|
|
and "y"). (Adam Saponara)
|
|
|
|
|
|
2018-10-04 00:51:48 +08:00
|
|
|
|
- FCGI:
|
|
|
|
|
. Fixed #76948 (Failed shutdown/reboot or end session in Windows). (Anatol)
|
2018-10-02 14:36:29 +08:00
|
|
|
|
. Fixed bug #76954 (apache_response_headers removes last character from header
|
|
|
|
|
name). (stodorovic)
|
2018-10-04 00:51:48 +08:00
|
|
|
|
|
2018-10-05 00:40:26 +08:00
|
|
|
|
- FTP:
|
|
|
|
|
. Fixed bug #76972 (Data truncation due to forceful ssl socket shutdown).
|
|
|
|
|
(Manuel Mausz)
|
2018-10-04 00:48:40 +08:00
|
|
|
|
|
2018-10-06 05:01:03 +08:00
|
|
|
|
- intl:
|
|
|
|
|
. Fixed bug #76942 (U_ARGUMENT_TYPE_MISMATCH). (anthrax at unixuser dot org)
|
|
|
|
|
|
2018-10-02 22:13:51 +08:00
|
|
|
|
- Mbstring:
|
|
|
|
|
. Fixed bug #76958 (Broken UTF7-IMAP conversion). (Nikita)
|
|
|
|
|
|
2018-10-02 23:47:07 +08:00
|
|
|
|
- Reflection:
|
|
|
|
|
. Fixed bug #76936 (Objects cannot access their private attributes while
|
|
|
|
|
handling reflection errors). (Nikita)
|
2018-10-03 00:19:53 +08:00
|
|
|
|
. Fixed bug #66430 (ReflectionFunction::invoke does not invoke closure with
|
|
|
|
|
object scope). (Nikita)
|
2018-10-02 23:47:07 +08:00
|
|
|
|
|
2018-09-25 17:29:01 +08:00
|
|
|
|
27 Sep 2018, PHP 7.3.0RC2
|
2018-09-18 08:31:07 +08:00
|
|
|
|
|
|
|
|
|
- CURL:
|
|
|
|
|
. Fixed bug #76480 (Use curl_multi_wait() so that timeouts are respected).
|
|
|
|
|
(Pierrick)
|
2018-08-28 16:17:33 +08:00
|
|
|
|
|
2018-09-12 17:16:50 +08:00
|
|
|
|
- Core:
|
|
|
|
|
. Fixed bug #76869 (Incorrect bypassing protected method accessibilty check).
|
|
|
|
|
(Dmitry)
|
2018-09-14 15:28:31 +08:00
|
|
|
|
. Fixed bug #76800 (foreach inconsistent if array modified during loop).
|
|
|
|
|
(Dmitry)
|
2018-09-19 15:37:04 +08:00
|
|
|
|
. Fixed bug #76901 (method_exists on SPL iterator passthrough method corrupts
|
|
|
|
|
memory). (Nikita)
|
2018-09-11 22:28:36 +08:00
|
|
|
|
|
2018-09-22 21:20:20 +08:00
|
|
|
|
- iconv:
|
|
|
|
|
. Fixed bug #66828 (iconv_mime_encode Q-encoding longer than it should be).
|
|
|
|
|
(cmb)
|
|
|
|
|
|
2018-09-20 17:33:46 +08:00
|
|
|
|
- Opcache:
|
|
|
|
|
. Fixed bug #76711 (OPcache enabled triggers false-positive "Illegal string
|
|
|
|
|
offset"). (Dmitry)
|
|
|
|
|
|
2018-09-23 17:42:07 +08:00
|
|
|
|
- PCRE:
|
|
|
|
|
. Upgrade PCRE2 to 10.32. (Anatol)
|
|
|
|
|
. Fixed bug #76909 (preg_match difference between 7.3 and < 7.3). (Anatol)
|
|
|
|
|
|
2018-09-19 02:51:13 +08:00
|
|
|
|
- Standard:
|
|
|
|
|
. Fixed bug #75533 (array_reduce is slow when $carry is large array).
|
|
|
|
|
(Manabu Matsui)
|
2018-10-09 13:26:55 +08:00
|
|
|
|
. Fixed bug #76965 (INI_SCANNER_RAW doesn't strip trailing whitespace).
|
|
|
|
|
(Pierrick)
|
2018-09-19 02:51:13 +08:00
|
|
|
|
|
2018-09-15 19:24:05 +08:00
|
|
|
|
- XMLRPC:
|
|
|
|
|
. Fixed bug #76886 (Can't build xmlrpc with expat). (Thomas Petazzoni, cmb)
|
|
|
|
|
|
2018-09-11 22:28:36 +08:00
|
|
|
|
13 Sep 2018, PHP 7.3.0RC1
|
2018-08-28 18:22:57 +08:00
|
|
|
|
|
2018-08-31 00:00:51 +08:00
|
|
|
|
- Core:
|
2018-09-04 17:26:46 +08:00
|
|
|
|
. Fixed bug #76825 (Undefined symbols ___cpuid_count). (Laruence)
|
2018-08-31 00:00:51 +08:00
|
|
|
|
. Fixed bug #76820 (Z_COPYABLE invalid definition). (mvdwerve, cmb)
|
2018-09-11 18:23:20 +08:00
|
|
|
|
. Fixed bug #76510 (file_exists() stopped working for phar://). (cmb)
|
2018-08-31 00:00:51 +08:00
|
|
|
|
|
2018-09-01 17:33:39 +08:00
|
|
|
|
- intl:
|
|
|
|
|
. Fixed bug #76829 (Incorrect validation of domain on idn_to_utf8()
|
|
|
|
|
function). (Anatol)
|
|
|
|
|
|
2018-09-03 18:09:20 +08:00
|
|
|
|
- MBString:
|
|
|
|
|
. Updated to Oniguruma 6.9.0. (cmb)
|
|
|
|
|
|
2018-09-04 19:03:17 +08:00
|
|
|
|
- Opcache:
|
|
|
|
|
. Fixed bug #76832 (ZendOPcache.MemoryBase periodically deleted by the OS).
|
|
|
|
|
(Anatol)
|
2018-09-07 20:02:03 +08:00
|
|
|
|
. Fixed bug #76796 (Compile-time evaluation of disabled function in opcache
|
|
|
|
|
causes segfault). (Nikita)
|
2018-09-04 19:03:17 +08:00
|
|
|
|
|
2018-08-24 23:59:44 +08:00
|
|
|
|
- POSIX:
|
|
|
|
|
Fixed bug #75696 (posix_getgrnam fails to print details of group). (cmb)
|
2018-08-28 16:17:33 +08:00
|
|
|
|
|
2018-09-05 21:05:19 +08:00
|
|
|
|
- Reflection:
|
|
|
|
|
. Fixed bug #74454 (Wrong exception being thrown when using ReflectionMethod).
|
|
|
|
|
(cmb)
|
|
|
|
|
|
2018-08-29 22:12:18 +08:00
|
|
|
|
- Standard:
|
|
|
|
|
. Fixed bug #76803 (ftruncate changes file pointer). (Anatol)
|
2018-08-30 20:50:26 +08:00
|
|
|
|
. Fixed bug #76818 (Memory corruption and segfault). (Remi)
|
2018-08-25 04:49:53 +08:00
|
|
|
|
. Fixed bug #73457 (Wrong error message when fopen FTP wrapped fails to open
|
|
|
|
|
data connection). (Ville Hukkamäki)
|
2018-08-29 22:12:18 +08:00
|
|
|
|
|
2018-09-09 00:27:57 +08:00
|
|
|
|
- Zlib:
|
|
|
|
|
. Fixed bug #75273 (php_zlib_inflate_filter() may not update bytes_consumed).
|
|
|
|
|
(Martin Burke, cmb)
|
|
|
|
|
|
2018-08-28 18:22:57 +08:00
|
|
|
|
30 Aug 2018, PHP 7.3.0beta3
|
2018-08-14 19:36:15 +08:00
|
|
|
|
|
2018-08-17 12:19:31 +08:00
|
|
|
|
- Core:
|
2018-08-22 00:40:06 +08:00
|
|
|
|
. Fixed #76773 (Traits used on the parent are ignored for child classes).
|
|
|
|
|
(daverandom)
|
2018-08-20 16:06:53 +08:00
|
|
|
|
. Fixed #76767 (‘asm’ operand has impossible constraints in zend_operators.h).
|
|
|
|
|
(ondrej)
|
2018-08-17 13:36:12 +08:00
|
|
|
|
. Fixed bug #76754 (parent private constant in extends class memory leak).
|
|
|
|
|
(Laruence)
|
2018-08-17 12:19:31 +08:00
|
|
|
|
. Fixed bug #76752 (Crash in ZEND_COALESCE_SPEC_TMP_HANDLER - assertion in
|
|
|
|
|
_get_zval_ptr_tmp failed). (Laruence)
|
|
|
|
|
|
2018-08-17 19:06:27 +08:00
|
|
|
|
- DOM:
|
|
|
|
|
. Fixed bug #76285 (DOMDocument::formatOutput attribute sometimes ignored).
|
|
|
|
|
(Andrew Nester, Laruence, Anatol)
|
|
|
|
|
|
2018-08-12 21:03:47 +08:00
|
|
|
|
- iconv:
|
2018-08-26 18:59:17 +08:00
|
|
|
|
. Fixed bug #68180 (iconv_mime_decode can return extra characters in a
|
|
|
|
|
header). (cmb)
|
2018-08-13 05:20:41 +08:00
|
|
|
|
. Fixed bug #63839 (iconv_mime_decode_headers function is skipping headers).
|
|
|
|
|
(cmb)
|
2018-08-25 21:41:44 +08:00
|
|
|
|
. Fixed bug #60494 (iconv_mime_decode does ignore special characters). (cmb)
|
2018-08-25 20:42:35 +08:00
|
|
|
|
. Fixed bug #55146 (iconv_mime_decode_headers() skips some headers). (cmb)
|
2018-08-12 21:03:47 +08:00
|
|
|
|
. Fixed bug #53891 (iconv_mime_encode() fails to Q-encode UTF-8 string). (cmb)
|
|
|
|
|
|
2018-08-22 18:53:57 +08:00
|
|
|
|
- libxml:
|
|
|
|
|
. Fixed bug #76777 ("public id" parameter of libxml_set_external_entity_loader
|
|
|
|
|
callback undefined). (Ville Hukkamäki)
|
|
|
|
|
|
2018-08-16 13:57:15 +08:00
|
|
|
|
- Opcache:
|
|
|
|
|
. Fixed bug #76747 (Opcache treats path containing "test.pharma.tld" as a phar
|
|
|
|
|
file). (Laruence)
|
|
|
|
|
|
2018-08-07 17:37:58 +08:00
|
|
|
|
- SimpleXML:
|
|
|
|
|
. Fixed bug #76712 (Assignment of empty string creates extraneous text node).
|
|
|
|
|
(cmb)
|
|
|
|
|
|
2018-08-18 20:38:44 +08:00
|
|
|
|
- SPL:
|
2018-08-22 21:39:34 +08:00
|
|
|
|
. Fixed bug #68825 (Exception in DirectoryIterator::getLinkTarget()). (cmb)
|
2018-08-18 20:38:44 +08:00
|
|
|
|
. Fixed bug #68175 (RegexIterator pregFlags are NULL instead of 0). (Tim
|
|
|
|
|
Siebels)
|
|
|
|
|
|
2018-08-17 13:45:43 +08:00
|
|
|
|
- Standard:
|
2018-08-22 19:50:46 +08:00
|
|
|
|
. Fixed bug #76778 (array_reduce leaks memory if callback throws exception).
|
|
|
|
|
(cmb)
|
2018-08-17 13:45:43 +08:00
|
|
|
|
. Fixed bug #76755 (setcookie does not accept "double" type for expire time).
|
|
|
|
|
(Laruence)
|
2018-08-05 08:42:03 +08:00
|
|
|
|
. Fixed bug #76674 (improve array_* failure messages exposing what was passed
|
|
|
|
|
instead of an array). (carusogabriel)
|
2018-08-17 13:45:43 +08:00
|
|
|
|
|
2018-08-14 19:36:15 +08:00
|
|
|
|
16 Aug 2018, PHP 7.3.0beta2
|
2018-08-04 19:44:59 +08:00
|
|
|
|
|
2018-08-12 17:29:02 +08:00
|
|
|
|
- Core:
|
|
|
|
|
. Fixed bug #76030 (RE2C_FLAGS rarely honoured) (Cristian Rodríguez)
|
2018-08-15 11:02:59 +08:00
|
|
|
|
. Fixed broken zend_read_static_property (Laruence)
|
2018-08-12 17:29:02 +08:00
|
|
|
|
|
2018-08-13 05:51:13 +08:00
|
|
|
|
- Bz2:
|
|
|
|
|
. Fixed arginfo for bzcompress. (Tyson Andre)
|
|
|
|
|
|
2018-08-14 18:14:33 +08:00
|
|
|
|
- DOM:
|
|
|
|
|
. Reverted fix for bug #76285 (DOMDocument::formatOutput attribute sometimes
|
|
|
|
|
ignored). (cmb)
|
|
|
|
|
|
2018-08-06 02:37:51 +08:00
|
|
|
|
- gettext:
|
|
|
|
|
. Fixed bug #76517 (incorrect restoring of LDFLAGS). (sji)
|
|
|
|
|
|
2018-08-13 15:14:26 +08:00
|
|
|
|
- intl:
|
|
|
|
|
. Fixed bug #74484 (MessageFormatter::formatMessage memory corruption with
|
|
|
|
|
11+ named placeholders). (Anatol)
|
|
|
|
|
|
2018-08-04 18:51:57 +08:00
|
|
|
|
- mbstring:
|
|
|
|
|
. Fixed bug #76704 (mb_detect_order return value varies based on argument
|
|
|
|
|
type). (cmb)
|
2018-08-05 05:24:04 +08:00
|
|
|
|
. Fixed bug #76706 (mbstring.http_output_conv_mimetypes is ignored). (cmb)
|
2018-08-02 23:21:40 +08:00
|
|
|
|
|
2018-08-20 03:14:26 +08:00
|
|
|
|
- OpenSSL:
|
2018-08-20 03:19:01 +08:00
|
|
|
|
. Fixed bug #76705 (unusable ssl => peer_fingerprint in
|
2018-08-20 03:14:26 +08:00
|
|
|
|
stream_context_create()). (Jakub Zelenka)
|
|
|
|
|
|
2018-08-04 19:44:59 +08:00
|
|
|
|
- phpdbg:
|
|
|
|
|
. Fixed bug #76595 (phpdbg man page contains outdated information).
|
|
|
|
|
(Kevin Abel)
|
|
|
|
|
|
2018-08-07 12:36:36 +08:00
|
|
|
|
- Standard:
|
2018-08-02 04:28:09 +08:00
|
|
|
|
. Fixed bug #76688 (Disallow excessive parameters after options array).
|
|
|
|
|
(pmmaga)
|
2018-08-07 12:36:36 +08:00
|
|
|
|
. Fixed bug #76713 (Segmentation fault caused by property corruption).
|
|
|
|
|
(Laruence)
|
|
|
|
|
|
2018-08-13 20:44:33 +08:00
|
|
|
|
- Tidy:
|
|
|
|
|
. Fixed arginfo for tidy::__construct(). (Tyson Andre)
|
|
|
|
|
|
2018-08-06 12:20:08 +08:00
|
|
|
|
- zlib:
|
|
|
|
|
. Fixed bug #65988 (Zlib version check fails when an include/zlib/ style dir
|
|
|
|
|
is passed to the --with-zlib configure option). (Jay Bonci)
|
2018-08-06 15:43:03 +08:00
|
|
|
|
. Fixed bug #76709 (Minimal required zlib library is 1.2.0.4). (petk)
|
2018-08-06 12:20:08 +08:00
|
|
|
|
|
2018-08-04 19:44:59 +08:00
|
|
|
|
02 Aug 2018, PHP 7.3.0beta1
|
2018-07-17 22:02:50 +08:00
|
|
|
|
|
2018-07-27 13:00:14 +08:00
|
|
|
|
- Core:
|
|
|
|
|
. Fixed bug #76667 (Segfault with divide-assign op and __get + __set).
|
|
|
|
|
(Laruence)
|
|
|
|
|
|
2018-07-31 01:44:59 +08:00
|
|
|
|
- PDO_PgSQL:
|
|
|
|
|
. Fixed bug #75402 (Possible Memory Leak using PDO::CURSOR_SCROLL option).
|
|
|
|
|
(Anatol)
|
|
|
|
|
|
2018-07-26 20:09:30 +08:00
|
|
|
|
- SQLite3:
|
|
|
|
|
. Fixed #76665 (SQLite3Stmt::bindValue() with SQLITE3_FLOAT doesn't juggle).
|
|
|
|
|
(cmb)
|
|
|
|
|
|
2018-07-24 11:37:30 +08:00
|
|
|
|
- Standard:
|
|
|
|
|
. Fixed bug #68553 (array_column: null values in $index_key become incrementing
|
|
|
|
|
keys in result). (Laruence)
|
2018-07-24 18:33:08 +08:00
|
|
|
|
. Fixed bug #76643 (Segmentation fault when using `output_add_rewrite_var`).
|
|
|
|
|
(cmb)
|
2018-08-09 06:53:42 +08:00
|
|
|
|
. Added support for the SameSite cookie directive, including an alternative
|
|
|
|
|
signature for setcookie(), setrawcookie() and session_set_cookie_params().
|
|
|
|
|
(Frederik Bosch, pmmaga)
|
2018-07-24 11:37:30 +08:00
|
|
|
|
|
2018-07-17 22:02:50 +08:00
|
|
|
|
19 Jul 2018, PHP 7.3.0alpha4
|
2018-07-03 20:52:48 +08:00
|
|
|
|
|
2018-06-28 21:26:45 +08:00
|
|
|
|
- Core:
|
2018-07-12 21:05:56 +08:00
|
|
|
|
. Fixed bug #33502 (Some nullary functions don't check the number of
|
|
|
|
|
arguments). (cmb)
|
2018-06-28 21:26:45 +08:00
|
|
|
|
. Fixed bug #76392 (Error relocating sapi/cli/php: unsupported relocation
|
|
|
|
|
type 37). (Peter Kokot)
|
2018-06-24 02:51:49 +08:00
|
|
|
|
. The declaration and use of case-insensitive constants has been deprecated.
|
|
|
|
|
(Nikita)
|
2018-07-22 23:36:36 +08:00
|
|
|
|
. Added syslog.filter INI entry for syslog filtering. (Philip Prindeville)
|
2018-06-28 21:26:45 +08:00
|
|
|
|
|
2018-07-22 23:42:10 +08:00
|
|
|
|
- Calendar:
|
|
|
|
|
. Fixed bug #52974 (jewish.c: compile error under Windows with GBK charset).
|
|
|
|
|
(cmb)
|
|
|
|
|
|
2018-07-06 22:13:46 +08:00
|
|
|
|
- Filter:
|
2018-07-09 09:58:20 +08:00
|
|
|
|
. Added the 'add_slashes' sanitization mode (FILTER_SANITIZE_ADD_SLASHES).
|
|
|
|
|
(Kalle)
|
2018-07-06 22:13:46 +08:00
|
|
|
|
. Fixed bug #76366 (References in sub-array for filtering breaks the filter).
|
|
|
|
|
(ZiHang Gao)
|
|
|
|
|
|
2018-07-05 12:34:08 +08:00
|
|
|
|
- FPM:
|
|
|
|
|
. Fixed bug #62596 (getallheaders() missing with PHP-FPM). (Remi)
|
2018-07-07 20:16:16 +08:00
|
|
|
|
. Added fpm_get_status function. (Till Backhaus)
|
|
|
|
|
. Fixed bug #69031 (Long messages into stdout/stderr are truncated
|
|
|
|
|
incorrectly) - added new log related FPM configuration options:
|
|
|
|
|
log_limit, log_buffering and decorate_workers_output. (Jakub Zelenka)
|
2018-07-05 12:34:08 +08:00
|
|
|
|
|
2018-07-09 06:54:36 +08:00
|
|
|
|
- mbstring:
|
2018-07-10 20:28:28 +08:00
|
|
|
|
. Fixed bug #76574 (use of undeclared identifiers INT_MAX and LONG_MAX). (cmb)
|
2018-07-09 06:54:36 +08:00
|
|
|
|
. Fixed bug #76594 (Bus Error due to unaligned access in zend_ini.c
|
|
|
|
|
OnUpdateLong). (cmb, Nikita)
|
|
|
|
|
|
2018-07-05 12:34:08 +08:00
|
|
|
|
- PDO_Firebird:
|
2018-07-04 02:03:11 +08:00
|
|
|
|
. Fixed bug #74462 (PDO_Firebird returns only NULLs for results with boolean
|
|
|
|
|
for FIREBIRD >= 3.0). (Dorin Marcoci)
|
2018-07-06 23:46:04 +08:00
|
|
|
|
. Fixed bug #76488 (Memory leak when fetching a BLOB field). (Simonov Denis)
|
2018-07-04 02:03:11 +08:00
|
|
|
|
|
2018-03-31 11:05:12 +08:00
|
|
|
|
- Standard:
|
2018-07-16 05:06:38 +08:00
|
|
|
|
. Fixed bug #73817 (Incorrect entries in get_html_translation_table). (cmb)
|
2018-03-31 11:05:12 +08:00
|
|
|
|
. Fixed bug #76136 (stream_socket_get_name should enclose IPv6 in brackets).
|
|
|
|
|
(seliver)
|
|
|
|
|
|
2018-07-10 17:53:04 +08:00
|
|
|
|
- Zip:
|
|
|
|
|
. Fixed bug #76524 (ZipArchive memory leak (OVERWRITE flag and empty archive)).
|
|
|
|
|
(Timur Ibragimov)
|
|
|
|
|
|
2018-07-03 20:52:48 +08:00
|
|
|
|
05 Jul 2018, PHP 7.3.0alpha3
|
2018-06-19 21:36:31 +08:00
|
|
|
|
|
2018-06-22 22:22:04 +08:00
|
|
|
|
- Core:
|
2018-06-27 13:09:54 +08:00
|
|
|
|
. Fixed bug #76534 (PHP hangs on 'illegal string offset on string references
|
|
|
|
|
with an error handler). (Laruence)
|
2018-06-22 22:22:04 +08:00
|
|
|
|
. Fixed bug #76520 (Object creation leaks memory when executed over HTTP).
|
|
|
|
|
(Nikita)
|
2018-06-25 04:26:45 +08:00
|
|
|
|
. Fixed bug #76502 (Chain of mixed exceptions and errors does not serialize
|
|
|
|
|
properly). (Nikita)
|
2018-06-22 18:58:48 +08:00
|
|
|
|
. Fixed bug #76509 (Inherited static properties can be desynchronized from
|
|
|
|
|
their parent by ref). (Nikita)
|
2018-06-27 20:06:03 +08:00
|
|
|
|
. Fixed bug #76439 (Changed behaviour in unclosed HereDoc). (Nikita, tpunt)
|
2018-07-02 01:27:36 +08:00
|
|
|
|
. Added syslog.facility and syslog.ident INI entries for customizing syslog
|
|
|
|
|
logging. (Philip Prindeville)
|
2018-06-29 06:56:30 +08:00
|
|
|
|
. Fixed bug #63217 (Constant numeric strings become integers when used as
|
2018-07-03 06:09:58 +08:00
|
|
|
|
ArrayAccess offset). (Rudi Theunissen, Dmitry)
|
2018-06-22 22:22:04 +08:00
|
|
|
|
|
2018-06-28 17:41:49 +08:00
|
|
|
|
- DOM:
|
|
|
|
|
. Fixed bug #76285 (DOMDocument::formatOutput attribute sometimes ignored).
|
|
|
|
|
(Andrew Nester)
|
|
|
|
|
|
2018-06-13 02:34:01 +08:00
|
|
|
|
- FPM:
|
|
|
|
|
. Fixed bug #73342 (Vulnerability in php-fpm by changing stdin to
|
|
|
|
|
non-blocking). (Nikita)
|
|
|
|
|
|
2018-07-02 23:24:35 +08:00
|
|
|
|
- GMP:
|
2018-07-02 23:58:26 +08:00
|
|
|
|
. Fixed bug #74670 (Integer Underflow when unserializing GMP and possible
|
2018-07-02 23:24:35 +08:00
|
|
|
|
other classes). (Nikita)
|
|
|
|
|
|
2018-07-01 01:41:55 +08:00
|
|
|
|
- intl:
|
|
|
|
|
. Fixed bug #76556 (get_debug_info handler for BreakIterator shows wrong
|
|
|
|
|
type). (cmb)
|
|
|
|
|
|
2018-06-28 20:10:41 +08:00
|
|
|
|
- mbstring:
|
|
|
|
|
. Fixed bug #76532 (Integer overflow and excessive memory usage
|
|
|
|
|
in mb_strimwidth). (MarcusSchwarz)
|
|
|
|
|
|
2018-06-18 21:05:12 +08:00
|
|
|
|
- OpenSSL:
|
|
|
|
|
. Add min_proto_version and max_proto_version ssl stream options as well as
|
|
|
|
|
related constants for possible TLS protocol values. (Jakub Zelenka)
|
|
|
|
|
|
2018-06-22 01:18:15 +08:00
|
|
|
|
- PCRE:
|
|
|
|
|
. Fixed bug #76512 (\w no longer includes unicode characters). (cmb)
|
2018-06-22 23:33:57 +08:00
|
|
|
|
. Fixed bug #76514 (Regression in preg_match makes it fail with
|
|
|
|
|
PREG_JIT_STACKLIMIT_ERROR). (Anatol)
|
2018-06-22 01:18:15 +08:00
|
|
|
|
|
2018-06-30 02:12:45 +08:00
|
|
|
|
- PGSQL:
|
|
|
|
|
. Fixed bug #76548 (pg_fetch_result did not fetch the next row). (Anatol)
|
|
|
|
|
|
2018-06-22 21:45:31 +08:00
|
|
|
|
- phpdbg:
|
|
|
|
|
. Fix arginfo wrt. optional/required parameters. (cmb)
|
|
|
|
|
|
2018-06-28 12:38:40 +08:00
|
|
|
|
- Reflection:
|
|
|
|
|
. Fixed bug #76536 (PHP crashes with core dump when throwing exception in
|
|
|
|
|
error handler). (Laruence)
|
2018-07-03 00:56:27 +08:00
|
|
|
|
. Fixed bug #75231 (ReflectionProperty#getValue() incorrectly works with
|
|
|
|
|
inherited classes). (Nikita)
|
2018-06-28 12:38:40 +08:00
|
|
|
|
|
2018-06-21 17:27:18 +08:00
|
|
|
|
- Standard:
|
|
|
|
|
. Fixed bug #76505 (array_merge_recursive() is duplicating sub-array keys).
|
|
|
|
|
(Laruence)
|
2018-06-30 22:29:29 +08:00
|
|
|
|
. Fixed bug #71848 (getimagesize with $imageinfo returns false). (cmb)
|
2018-07-06 04:02:59 +08:00
|
|
|
|
. Fixed bug #48016 (stdClass::__setState is not defined although var_export() uses it). (Andrea)
|
2018-06-21 17:27:18 +08:00
|
|
|
|
|
2018-06-28 05:06:25 +08:00
|
|
|
|
- Tokenizer:
|
|
|
|
|
. Fixed bug #76538 (token_get_all with TOKEN_PARSE flag fails to recognise
|
|
|
|
|
close tag with newline). (Nikita)
|
|
|
|
|
|
2018-06-19 21:36:31 +08:00
|
|
|
|
21 Jun 2018, PHP 7.3.0alpha2
|
2018-06-06 16:06:08 +08:00
|
|
|
|
|
2018-06-10 02:36:50 +08:00
|
|
|
|
- Core:
|
2018-06-11 21:00:09 +08:00
|
|
|
|
. Fixed bug #76427 (Segfault in zend_objects_store_put). (Laruence)
|
2018-06-10 02:36:50 +08:00
|
|
|
|
. Fixed bug #76422 (ftruncate fails on files > 2GB). (Anatol)
|
2018-06-06 16:06:08 +08:00
|
|
|
|
|
2018-06-15 14:08:49 +08:00
|
|
|
|
- CLI:
|
|
|
|
|
. Fixed bug #44217 (Output after stdout/stderr closed cause immediate exit
|
|
|
|
|
with status 0). (Robert Lu)
|
|
|
|
|
|
2018-06-13 00:08:24 +08:00
|
|
|
|
- Date:
|
|
|
|
|
. Fixed bug #76462 (Undefined property: DateInterval::$f). (Anatol)
|
|
|
|
|
|
2018-06-10 04:36:35 +08:00
|
|
|
|
- EXIF:
|
|
|
|
|
. Fixed bug #76409 (heap use after free in _php_stream_free). (cmb)
|
|
|
|
|
|
2018-06-11 21:10:13 +08:00
|
|
|
|
- Interbase:
|
|
|
|
|
. Fixed bug #76443 (php+php_interbase.dll crash on module_shutdown). (Kalle)
|
|
|
|
|
|
2018-06-15 13:30:10 +08:00
|
|
|
|
- Mysqlnd:
|
|
|
|
|
. Fixed bug #76386 (Prepared Statement formatter truncates fractional seconds
|
|
|
|
|
from date/time column). (Victor Csiky)
|
|
|
|
|
|
2018-06-12 20:55:06 +08:00
|
|
|
|
- Opcache:
|
2018-06-15 16:32:27 +08:00
|
|
|
|
. Fixed bug #76477 (Opcache causes empty return value).
|
|
|
|
|
(Nikita, Laruence)
|
2018-06-18 16:21:23 +08:00
|
|
|
|
. Fixed bug #76466 (Loop variable confusion). (Dmitry, Laruence, Nikita)
|
2018-06-12 20:55:06 +08:00
|
|
|
|
. Fixed bug #76463 (var has array key type but not value type). (Laruence)
|
2018-06-13 15:06:51 +08:00
|
|
|
|
. Fixed bug #76446 (zend_variables.c:73: zend_string_destroy: Assertion
|
|
|
|
|
`!(zval_gc_flags((str)->gc)). (Nikita, Laruence)
|
2018-06-12 20:55:06 +08:00
|
|
|
|
|
2017-09-24 21:24:51 +08:00
|
|
|
|
- Tokenizer:
|
2018-06-18 11:33:48 +08:00
|
|
|
|
. Fixed bug #76437 (token_get_all with TOKEN_PARSE flag fails to recognise
|
|
|
|
|
close tag). (Laruence)
|
2017-09-24 21:24:51 +08:00
|
|
|
|
. Fixed bug #75218 (Change remaining uncatchable fatal errors for parsing
|
|
|
|
|
into ParseError). (Nikita)
|
|
|
|
|
|
2018-06-12 15:36:31 +08:00
|
|
|
|
- ZIP:
|
|
|
|
|
. Fixed bug #76461 (OPSYS_Z_CPM defined instead of OPSYS_CPM).
|
|
|
|
|
(Dennis Birkholz, Remi)
|
|
|
|
|
|
2018-06-06 16:06:08 +08:00
|
|
|
|
07 Jun 2018, PHP 7.3.0alpha1
|
2017-07-04 17:27:47 +08:00
|
|
|
|
|
2017-07-23 16:36:35 +08:00
|
|
|
|
- Core:
|
2018-03-02 15:17:49 +08:00
|
|
|
|
. Improved PHP GC. (Dmitry, Nikita)
|
2017-07-23 16:36:35 +08:00
|
|
|
|
. Redesigned the old ext_skel program written in PHP, run:
|
2018-06-05 06:58:03 +08:00
|
|
|
|
'php ext_skel.php' for all options. This means there are no dependencies,
|
|
|
|
|
thus making it work on Windows out of the box. (Kalle)
|
2017-08-30 04:03:56 +08:00
|
|
|
|
. Removed support for BeOS. (Kalle)
|
2017-11-24 02:42:39 +08:00
|
|
|
|
. Add PHP_VERSION to phpinfo() <title/>. (github/MattJeevas)
|
2017-11-21 23:04:37 +08:00
|
|
|
|
. Add net_get_interfaces(). (Sara, Joe, Anatol)
|
2017-09-15 21:07:59 +08:00
|
|
|
|
. Implemented flexible heredoc and nowdoc syntax, per
|
|
|
|
|
RFC https://wiki.php.net/rfc/flexible_heredoc_nowdoc_syntaxes.
|
|
|
|
|
(Thomas Punt)
|
2017-10-07 07:30:58 +08:00
|
|
|
|
. Added support for references in list() and array destructuring, per
|
|
|
|
|
RFC https://wiki.php.net/rfc/list_reference_assignment.
|
|
|
|
|
(David Walker)
|
2018-03-12 16:07:26 +08:00
|
|
|
|
. Fixed bug #75683 (Memory leak in zend_register_functions() in ZTS mode).
|
|
|
|
|
(Dmitry)
|
2017-08-04 13:59:22 +08:00
|
|
|
|
. Fixed bug #75031 (support append mode in temp/memory streams). (adsr)
|
2017-08-19 22:04:10 +08:00
|
|
|
|
. Fixed bug #74860 (Uncaught exceptions not being formatted properly when
|
|
|
|
|
error_log set to "syslog"). (Philip Prindeville)
|
2017-09-27 13:08:13 +08:00
|
|
|
|
. Fixed bug #75220 (Segfault when calling is_callable on parent).
|
|
|
|
|
(andrewnester)
|
2017-09-26 08:45:55 +08:00
|
|
|
|
. Fixed bug #69954 (broken links and unused config items in distributed ini
|
|
|
|
|
files). (petk)
|
2017-09-27 08:31:03 +08:00
|
|
|
|
. Fixed bug #74922 (Composed class has fatal error with duplicate, equal const
|
|
|
|
|
properties). (pmmaga)
|
2017-10-01 04:24:38 +08:00
|
|
|
|
. Fixed bug #63911 (identical trait methods raise errors during composition).
|
|
|
|
|
(pmmaga)
|
2017-12-14 03:19:43 +08:00
|
|
|
|
. Fixed bug #75677 (Clang ignores fastcall calling convention on variadic
|
|
|
|
|
function). (Li-Wen Hsu)
|
2017-12-23 20:34:17 +08:00
|
|
|
|
. Fixed bug #54043 (Remove inconsitency of internal exceptions and user
|
|
|
|
|
defined exceptions). (Nikita)
|
2017-12-25 20:18:45 +08:00
|
|
|
|
. Fixed bug #53033 (Mathematical operations convert objects to integers).
|
|
|
|
|
(Nikita)
|
|
|
|
|
. Fixed bug #73108 (Internal class cast handler uses integer instead of
|
|
|
|
|
float). (Nikita)
|
2018-01-07 04:04:45 +08:00
|
|
|
|
. Fixed bug #75765 (Fatal error instead of Error exception when base class is
|
|
|
|
|
not found). (Timur Ibragimov)
|
2018-04-09 02:19:14 +08:00
|
|
|
|
. Fixed bug #76198 (Wording: "iterable" is not a scalar type). (Levi Morrison)
|
2018-05-09 05:00:27 +08:00
|
|
|
|
. Fixed bug #76137 (config.guess/config.sub do not recognize RISC-V). (cmb)
|
2018-06-15 04:17:25 +08:00
|
|
|
|
. Improved effectiveness of ZEND_SECURE_ZERO for NetBSD and systems
|
|
|
|
|
without native similar feature (devnexen).
|
2017-07-17 17:39:34 +08:00
|
|
|
|
|
2017-09-13 22:04:19 +08:00
|
|
|
|
- BCMath:
|
2017-09-18 21:04:44 +08:00
|
|
|
|
. Fixed bug #66364 (BCMath bcmul ignores scale parameter). (cmb)
|
2017-12-23 20:34:17 +08:00
|
|
|
|
. Implemented request #67855 (No way to get current scale in use). (Chris
|
|
|
|
|
Wright, cmb)
|
2017-09-18 21:04:44 +08:00
|
|
|
|
. Fixed bug #75164 (split_bc_num() is pointless). (cmb)
|
2017-09-13 22:16:26 +08:00
|
|
|
|
. Fixed bug #75169 (BCMath errors/warnings bypass PHP's error handling). (cmb)
|
2017-09-13 22:04:19 +08:00
|
|
|
|
|
2017-11-27 19:49:28 +08:00
|
|
|
|
- cURL:
|
2018-02-20 23:36:50 +08:00
|
|
|
|
. Fixed bug #74125 (Fixed finding CURL on systems with multiarch support).
|
|
|
|
|
(cebe)
|
2017-09-01 22:43:26 +08:00
|
|
|
|
|
2017-04-18 00:36:30 +08:00
|
|
|
|
- Date:
|
|
|
|
|
. Implemented FR #74668: Add DateTime::createFromImmutable() method.
|
|
|
|
|
(majkl578, Rican7)
|
2017-09-27 13:23:52 +08:00
|
|
|
|
. Fixed bug #75222 (DateInterval microseconds property always 0). (jhdxr)
|
2018-02-11 21:07:52 +08:00
|
|
|
|
. Fixed bug #68406 (calling var_dump on a DateTimeZone object modifies it).
|
|
|
|
|
(jhdxr)
|
2018-03-28 04:00:12 +08:00
|
|
|
|
. Fixed bug #76131 (mismatch arginfo for date_create). (carusogabriel)
|
2017-04-18 00:36:30 +08:00
|
|
|
|
|
2017-09-27 07:07:52 +08:00
|
|
|
|
- DBA:
|
|
|
|
|
. Fixed bug #75264 (compiler warnings emitted). (petk)
|
|
|
|
|
|
2017-08-08 05:56:31 +08:00
|
|
|
|
- GD:
|
|
|
|
|
. Added support for WebP in imagecreatefromstring() (Andreas Treichel, cmb).
|
|
|
|
|
|
2017-10-03 05:26:05 +08:00
|
|
|
|
- GMP:
|
|
|
|
|
. Export internal structures and accessor helpers for GMP object. (Sara)
|
2017-12-10 04:09:27 +08:00
|
|
|
|
. Added gmp_binomial(n, k). (Nikita)
|
2017-12-10 04:22:37 +08:00
|
|
|
|
. Added gmp_lcm(a, b). (Nikita)
|
2017-12-10 04:32:42 +08:00
|
|
|
|
. Added gmp_perfect_power(a). (Nikita)
|
2017-12-10 04:57:41 +08:00
|
|
|
|
. Added gmp_kronecker(a, b). (Nikita)
|
2017-10-03 05:26:05 +08:00
|
|
|
|
|
2018-02-20 23:36:50 +08:00
|
|
|
|
- interbase:
|
|
|
|
|
. Fixed bug #75453 (Incorrect reflection for ibase_[p]connect). (villfa)
|
2017-11-23 18:08:53 +08:00
|
|
|
|
|
2017-10-19 19:03:35 +08:00
|
|
|
|
- intl:
|
|
|
|
|
. Fixed bug #75317 (UConverter::setDestinationEncoding changes source instead
|
|
|
|
|
of destination). (andrewnester)
|
2017-08-15 16:54:17 +08:00
|
|
|
|
|
2017-10-23 02:41:23 +08:00
|
|
|
|
- JSON:
|
|
|
|
|
. Added JSON_THROW_ON_ERROR flag. (Andrea)
|
|
|
|
|
|
2017-07-20 22:14:47 +08:00
|
|
|
|
- LDAP:
|
2017-07-23 16:36:35 +08:00
|
|
|
|
. Added ldap_exop_refresh helper for EXOP REFRESH operation with dds overlay.
|
2017-07-23 16:41:35 +08:00
|
|
|
|
(Come)
|
2017-09-27 23:11:27 +08:00
|
|
|
|
. Added full support for sending and parsing ldap controls (Come)
|
2018-02-08 17:42:50 +08:00
|
|
|
|
. Fixed bug #49876 (Fix LDAP path lookup on 64-bit distros). (dzuelke)
|
2017-11-23 18:08:53 +08:00
|
|
|
|
|
2018-02-08 17:51:20 +08:00
|
|
|
|
- libxml2:
|
|
|
|
|
. Fixed bug #75871 (use pkg-config where available). (pmmaga)
|
2017-07-20 22:14:47 +08:00
|
|
|
|
|
2017-09-27 13:16:24 +08:00
|
|
|
|
- litespeed:
|
|
|
|
|
. Fixed bug #75248 (Binary directory doesn't get created when building
|
|
|
|
|
only litespeed SAPI). (petk)
|
|
|
|
|
. Fixed bug #75251 (Missing program prefix and suffix). (petk)
|
2017-07-27 05:59:29 +08:00
|
|
|
|
|
2018-03-28 04:00:12 +08:00
|
|
|
|
- mbstring:
|
2017-07-28 20:57:08 +08:00
|
|
|
|
. Fixed bug #65544 (mb title case conversion-first word in quotation isn't
|
|
|
|
|
capitalized). (Nikita)
|
|
|
|
|
. Fixed bug #71298 (MB_CASE_TITLE misbehaves with curled apostrophe/quote.
|
|
|
|
|
(Nikita)
|
2017-07-23 17:06:01 +08:00
|
|
|
|
. Fixed bug #73528 (Crash in zif_mb_send_mail). (Nikita)
|
2017-07-26 20:53:21 +08:00
|
|
|
|
. Fixed bug #74929 (mbstring functions version 7.1.1 are slow compared to 5.3
|
|
|
|
|
on Windows). (Nikita)
|
2018-05-25 17:33:13 +08:00
|
|
|
|
. Fixed bug #76319 (mb_strtolower with invalid UTF-8 causes segmentation
|
|
|
|
|
fault). (Nikita)
|
2018-05-26 19:38:30 +08:00
|
|
|
|
. Updated to Oniguruma 6.8.2. (cmb)
|
2017-07-23 17:06:01 +08:00
|
|
|
|
|
2017-07-20 14:52:14 +08:00
|
|
|
|
- ODBC:
|
2017-07-28 16:31:48 +08:00
|
|
|
|
. Removed support for ODBCRouter. (Kalle)
|
2017-07-19 16:19:32 +08:00
|
|
|
|
. Removed support for Birdstep. (Kalle)
|
2016-12-02 18:14:51 +08:00
|
|
|
|
|
2017-10-27 23:07:10 +08:00
|
|
|
|
- OpenSSL:
|
2018-05-10 02:56:34 +08:00
|
|
|
|
. Added openssl_pkey_derive function. (Jim Zubov)
|
2017-08-24 06:35:18 +08:00
|
|
|
|
|
2017-11-14 07:03:16 +08:00
|
|
|
|
- PCRE:
|
|
|
|
|
. Implemented https://wiki.php.net/rfc/pcre2-migration (Anatol, Dmitry)
|
2017-10-11 01:00:29 +08:00
|
|
|
|
. Fixed bug #75355 (preg_quote() does not quote # control character).
|
|
|
|
|
(Michael Moravec)
|
2017-11-14 07:03:16 +08:00
|
|
|
|
|
2017-10-18 02:16:38 +08:00
|
|
|
|
- PDO_DBlib:
|
|
|
|
|
. Implemented request #69592 (allow 0-column rowsets to be skipped
|
|
|
|
|
automatically). (fandrieu)
|
2017-11-01 05:33:10 +08:00
|
|
|
|
. Fixed bug #74243 (allow locales.conf to drive datetime format). (fandrieu)
|
2017-11-11 03:20:42 +08:00
|
|
|
|
. Expose TDS version as \PDO::DBLIB_ATTR_TDS_VERSION attribute on \PDO
|
|
|
|
|
instance. (fandrieu)
|
2017-11-11 06:18:59 +08:00
|
|
|
|
. Treat DATETIME2 columns like DATETIME. (fandrieu)
|
2017-10-18 02:16:38 +08:00
|
|
|
|
|
2017-08-22 13:52:48 +08:00
|
|
|
|
- PDO_OCI:
|
|
|
|
|
. Fixed bug #74631 (PDO_PCO with PHP-FPM: OCI environment initialized
|
|
|
|
|
before PHP-FPM sets it up). (Ingmar Runge)
|
|
|
|
|
|
2017-09-04 07:02:12 +08:00
|
|
|
|
- PDO SQLite
|
|
|
|
|
. Add support for additional open flags
|
|
|
|
|
|
2017-08-18 03:04:41 +08:00
|
|
|
|
- pgsql:
|
|
|
|
|
. Added new error constants for pg_result_error(): (Kalle)
|
|
|
|
|
- Requires Postgres 9.3
|
|
|
|
|
- PGSQL_DIAG_SCHEMA_NAME
|
|
|
|
|
- PGSQL_DIAG_TABLE_NAME
|
|
|
|
|
- PGSQL_DIAG_COLUMN_NAME
|
|
|
|
|
- PGSQL_DIAG_DATATYPE_NAME
|
|
|
|
|
- PGSQL_DIAG_CONSTRAINT_NAME
|
|
|
|
|
- Requires Postgres 9.6
|
|
|
|
|
- PGSQL_DIAG_SEVERITY_NONLOCALIZED
|
|
|
|
|
|
2017-11-23 18:08:53 +08:00
|
|
|
|
- phar:
|
|
|
|
|
. Fixed bug #74991 (include_path has a 4096 char limit in some cases).
|
|
|
|
|
(bwbroersma)
|
2018-02-20 23:36:50 +08:00
|
|
|
|
. Fixed bug #65414 (deal with leading slash when adding files correctly).
|
|
|
|
|
(bishopb)
|
2017-11-23 18:08:53 +08:00
|
|
|
|
|
2017-08-29 16:43:04 +08:00
|
|
|
|
- readline:
|
|
|
|
|
. Added completion_append_character and completion_suppress_append options
|
|
|
|
|
to readline_info() if linked against libreadline. (krageon)
|
|
|
|
|
|
2017-07-23 16:36:35 +08:00
|
|
|
|
- Session:
|
|
|
|
|
. Fixed bug #74941 (session fails to start after having headers sent).
|
|
|
|
|
(morozov)
|
|
|
|
|
|
2017-12-25 20:18:45 +08:00
|
|
|
|
- SimpleXML:
|
|
|
|
|
. Fixed bug #54973 (SimpleXML casts integers wrong). (Nikita)
|
|
|
|
|
|
2017-10-30 22:14:31 +08:00
|
|
|
|
- SOAP:
|
|
|
|
|
. Fixed bug #75464 (Wrong reflection on SoapClient::__setSoapHeaders). (villfa)
|
2018-02-20 23:36:50 +08:00
|
|
|
|
. Fixed bug #70469 (SoapClient generates E_ERROR even if exceptions=1 is
|
|
|
|
|
used). (Anton Artamonov)
|
2017-07-21 18:17:54 +08:00
|
|
|
|
|
2017-07-17 17:39:34 +08:00
|
|
|
|
- SPL:
|
2017-07-24 23:41:02 +08:00
|
|
|
|
. Fixed bug #74977 (Appending AppendIterator leads to segfault).
|
|
|
|
|
(Andrew Nester)
|
2017-12-07 06:32:39 +08:00
|
|
|
|
. Fixed bug #75173 (incorrect behavior of AppendIterator::append in foreach
|
|
|
|
|
loop). (jhdxr)
|
|
|
|
|
. Fixed bug #74372 (autoloading file with syntax error uses next autoloader,
|
|
|
|
|
may hide parse error). (Nikita)
|
2018-01-27 20:14:20 +08:00
|
|
|
|
. Fixed bug #75878 (RecursiveTreeIterator::setPostfix has wrong signature).
|
2017-11-23 18:08:53 +08:00
|
|
|
|
(cmb)
|
2018-02-08 17:18:45 +08:00
|
|
|
|
. Fixed bug #74519 (strange behavior of AppendIterator). (jhdxr)
|
2018-03-28 04:00:12 +08:00
|
|
|
|
. Fixed bug #76131 (mismatch arginfo for splarray constructor).
|
|
|
|
|
(carusogabriel)
|
2017-07-19 00:00:34 +08:00
|
|
|
|
|
2017-11-07 23:21:07 +08:00
|
|
|
|
- SQLite3:
|
2018-06-05 21:01:02 +08:00
|
|
|
|
. Updated bundled libsqlite to 3.24.0. (cmb)
|
2017-11-07 23:21:07 +08:00
|
|
|
|
|
2017-10-13 20:53:11 +08:00
|
|
|
|
- Standard:
|
2018-01-20 06:01:40 +08:00
|
|
|
|
. Added is_countable() function. (Gabriel Caruso)
|
2018-02-05 16:10:11 +08:00
|
|
|
|
. Fixed bug #75916 (DNS_CAA record results contain garbage). (Mike,
|
|
|
|
|
Philip Sharp)
|
2018-01-05 08:42:06 +08:00
|
|
|
|
. Fixed unserialize(), to disable creation of unsupported data structures
|
2017-10-13 20:53:11 +08:00
|
|
|
|
through manually crafted strings. (Dmitry)
|
2017-11-22 12:32:57 +08:00
|
|
|
|
. Fixed bug #75409 (accept EFAULT in addition to ENOSYS as indicator
|
|
|
|
|
that getrandom() is missing). (sarciszewski)
|
2018-01-05 08:42:06 +08:00
|
|
|
|
. Fixed bug #74719 (fopen() should accept NULL as context). (Alexander Holman)
|
2018-03-11 00:28:32 +08:00
|
|
|
|
. Fixed bug #69948 (path/domain are not sanitized in setcookie). (cmb)
|
2018-03-28 04:09:52 +08:00
|
|
|
|
. Fixed bug #75996 (incorrect url in header for mt_rand). (tatarbj)
|
2018-03-29 19:41:50 +08:00
|
|
|
|
. Remove superfluous warnings from inet_ntop()/inet_pton(). (daverandom)
|
2018-06-15 04:04:30 +08:00
|
|
|
|
. Added hrtime() function, to get high resolution time. (welting)
|
2017-10-13 20:53:11 +08:00
|
|
|
|
|
2017-10-31 04:04:59 +08:00
|
|
|
|
- Testing:
|
|
|
|
|
. Implemented request #62055 (Make run-tests.php support --CGI-- sections).
|
|
|
|
|
(cmb)
|
|
|
|
|
|
2018-02-08 03:41:03 +08:00
|
|
|
|
- Tidy:
|
|
|
|
|
. Fixed bug #74707 (Tidy has incorrect ReflectionFunction param counts for
|
|
|
|
|
functions taking tidy). (Gabriel Caruso)
|
2018-06-15 04:17:25 +08:00
|
|
|
|
. Support using tidyp instead of tidy (devnexen).
|
2018-02-08 03:41:03 +08:00
|
|
|
|
|
2017-10-24 10:10:56 +08:00
|
|
|
|
- Zlib:
|
|
|
|
|
. Added zlib/level context option for compress.zlib wrapper. (Sara)
|
|
|
|
|
|
2013-05-17 17:22:04 +08:00
|
|
|
|
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
|