Autor Thema: Neue Versionen der Skriptsprache PHP  (Gelesen 17850 mal)

0 Mitglieder und 3 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
PHP 7.2.11 / 7.1.23
« Antwort #135 am: 12 Oktober, 2018, 13:20 »
Changelog

    Core:
    Fixed bug #76901 (method_exists on SPL iterator passthrough method corrupts memory).
    Fixed bug #76846 (Segfault in shutdown function after memory limit error).
    CURL:
    Fixed bug #76480 (Use curl_multi_wait() so that timeouts are respected).
    iconv:
    Fixed bug #66828 (iconv_mime_encode Q-encoding longer than it should be).
    Opcache:
    Fixed bug #76832 (ZendOPcache.MemoryBase periodically deleted by the OS).
    POSIX:
    Fixed bug #75696 (posix_getgrnam fails to print details of group).
    Reflection:
    Fixed bug #74454 (Wrong exception being thrown when using ReflectionMethod).
    Standard:
    Fixed bug #73457 (Wrong error message when fopen FTP wrapped fails to open data connection).
    Fixed bug #74764 (Bindto IPv6 works with file_get_contents but fails with stream_socket_client).
    Fixed bug #75533 (array_reduce is slow when $carry is large array).
    Zlib:
    Fixed bug #75273 (php_zlib_inflate_filter() may not update bytes_consumed).

New in PHP 7.2.11

    Core:
    Fixed bug #76800 (foreach inconsistent if array modified during loop).
    Fixed bug #76901 (method_exists on SPL iterator passthrough method corrupts memory).
    CURL:
    Fixed bug #76480 (Use curl_multi_wait() so that timeouts are respected).
    iconv:
    Fixed bug #66828 (iconv_mime_encode Q-encoding longer than it should be).
    Opcache:
    Fixed bug #76832 (ZendOPcache.MemoryBase periodically deleted by the OS).
    Fixed bug #76796 (Compile-time evaluation of disabled function in opcache causes segfault).
    POSIX:
    Fixed bug #75696 (posix_getgrnam fails to print details of group).
    Reflection:
    Fixed bug #74454 (Wrong exception being thrown when using ReflectionMethod).
    Standard:
    Fixed bug #73457 (Wrong error message when fopen FTP wrapped fails to open data connection).
    Fixed bug #74764 (Bindto IPv6 works with file_get_contents but fails with stream_socket_client).
    Fixed bug #75533 (array_reduce is slow when $carry is large array).
    XMLRPC:
    Fixed bug #76886 (Can't build xmlrpc with expat).
    Zlib:
    Fixed bug #75273 (php_zlib_inflate_filter() may not update bytes_consumed).

[close]

http://www.php.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
PHP 7.2.12
« Antwort #136 am: 08 November, 2018, 16:40 »
Changelog

Core:

    Fixed bug #76846 (Segfault in shutdown function after memory limit error).
    Fixed bug #76946 (Cyclic reference in generator not detected).
    Fixed bug #77035 (The phpize and ./configure create redundant .deps file).
    Fixed bug #77041 (buildconf should output error messages to stderr) (Mizunashi Mana)

Date:

    Upgraded timelib to 2017.08.
    Fixed bug #75851 (Year component overflow with date formats "c", "o", "r" and "y").
    Fixed bug #77007 (fractions in `diff()` are not correctly normalized).

FCGI:

    Fixed bug #76948 (Failed shutdown/reboot or end session in Windows).
    Fixed bug #76954 (apache_response_headers removes last character from header name).

FTP:

    Fixed bug #76972 (Data truncation due to forceful ssl socket shutdown).

intl:

    Fixed bug #76942 (U_ARGUMENT_TYPE_MISMATCH).

Reflection:

    Fixed bug #76936 (Objects cannot access their private attributes while handling reflection errors).
    Fixed bug #66430 (ReflectionFunction::invoke does not invoke closure with object scope).

Sodium:

    Some base64 outputs were truncated; this is not the case any more.
    block sizes >= 256 bytes are now supposed by sodium_pad() even when an old version of libsodium has been installed.
    Fixed bug #77008 (sodium_pad() could read (but not return nor write) uninitialized memory when trying to pad an empty input).

Standard:

    Fixed bug #76965 (INI_SCANNER_RAW doesn't strip trailing whitespace).

Tidy:

    Fixed bug #77027 (tidy::getOptDoc() not available on Windows).

XML:

    Fixed bug #30875 (xml_parse_into_struct() does not resolve entities).
    Add support for getting SKIP_TAGSTART and SKIP_WHITE options.

XMLRPC:

    Fixed bug #75282 (xmlrpc_encode_request() crashes).

[close]

http://www.php.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
PHP 7.3.0
« Antwort #137 am: 06 Dezember, 2018, 18:45 »
Changelog

    Core:
        Improved PHP GC.
        Redesigned the old ext_skel program written in PHP, run: 'php ext_skel.php' for all options. This means there are no dependencies, thus making it work on Windows out of the box.
        Removed support for BeOS.
        Add PHP_VERSION to phpinfo() <title/>.
        Add net_get_interfaces().
        Implemented flexible heredoc and nowdoc syntax, per RFC https://wiki.php.net/rfc/flexible_heredoc_nowdoc_syntaxes.
        Added support for references in list() and array destructuring, per RFC https://wiki.php.net/rfc/list_reference_assignment.
        Improved effectiveness of ZEND_SECURE_ZERO for NetBSD and systems without native similar feature.
        Added syslog.facility and syslog.ident INI entries for customizing syslog logging.
        Fixed bug #75683 (Memory leak in zend_register_functions() in ZTS mode).
        Fixed bug #75031 (support append mode in temp/memory streams).
        Fixed bug #74860 (Uncaught exceptions not being formatted properly when error_log set to "syslog").
        Fixed bug #75220 (Segfault when calling is_callable on parent).
        Fixed bug #69954 (broken links and unused config items in distributed ini files).
        Fixed bug #74922 (Composed class has fatal error with duplicate, equal const properties).
        Fixed bug #63911 (identical trait methods raise errors during composition).
        Fixed bug #75677 (Clang ignores fastcall calling convention on variadic function).
        Fixed bug #54043 (Remove inconsitency of internal exceptions and user defined exceptions).
        Fixed bug #53033 (Mathematical operations convert objects to integers).
        Fixed bug #73108 (Internal class cast handler uses integer instead of float).
        Fixed bug #75765 (Fatal error instead of Error exception when base class is not found).
        Fixed bug #76198 (Wording: "iterable" is not a scalar type).
        Fixed bug #76137 (config.guess/config.sub do not recognize RISC-V).
        Fixed bug #76427 (Segfault in zend_objects_store_put).
        Fixed bug #76422 (ftruncate fails on files > 2GB).
        Fixed bug #76509 (Inherited static properties can be desynchronized from their parent by ref).
        Fixed bug #76439 (Changed behaviour in unclosed HereDoc).
        Fixed bug #63217 (Constant numeric strings become integers when used as ArrayAccess offset).
        Fixed bug #33502 (Some nullary functions don't check the number of arguments).
        Fixed bug #76392 (Error relocating sapi/cli/php: unsupported relocation type 37).
        The declaration and use of case-insensitive constants has been deprecated.
        Added syslog.filter INI entry for syslog filtering.
        Fixed bug #76667 (Segfault with divide-assign op and __get + __set).
        Fixed bug #76030 (RE2C_FLAGS rarely honoured) (Cristian Rodríguez)
        Fixed broken zend_read_static_property (Laruence)
        Fixed bug #76773 (Traits used on the parent are ignored for child classes).
        Fixed bug #76767 (‘asm’ operand has impossible constraints in zend_operators.h).
        Fixed bug #76752 (Crash in ZEND_COALESCE_SPEC_TMP_HANDLER - assertion in _get_zval_ptr_tmp failed).
        Fixed bug #76820 (Z_COPYABLE invalid definition).
        Fixed bug #76510 (file_exists() stopped working for phar://).
        Fixed bug #76869 (Incorrect bypassing protected method accessibilty check).
        Fixed bug #72635 (Undefined class used by class constant in constexpr generates fatal error).
        Fixed bug #76947 (file_put_contents() blocks the directory of the file (__DIR__)).
        Fixed bug #76979 (define() error message does not mention resources as valid values).
        Fixed bug #76825 (Undefined symbols ___cpuid_count).
        Fixed bug #77110 (undefined symbol zend_string_equal_val in C++ build).
        Fixed bug #77231 (Segfault when using convert.quoted-printable-encode filter).
    BCMath:
        Implemented FR #67855 (No way to get current scale in use).
        Fixed bug #66364 (BCMath bcmul ignores scale parameter).
        Fixed bug #75164 (split_bc_num() is pointless).
        Fixed bug #75169 (BCMath errors/warnings bypass PHP's error handling).
    CLI:
        Fixed bug #44217 (Output after stdout/stderr closed cause immediate exit with status 0).
        Fixed bug #77111 (php-win.exe corrupts unicode symbols from cli parameters).
    cURL:
        Expose curl constants from curl 7.50 to 7.61.
        Fixed bug #74125 (Fixed finding CURL on systems with multiarch support).
    Date:
        Implemented FR #74668: Add DateTime::createFromImmutable() method.
        Fixed bug #75222 (DateInterval microseconds property always 0).
        Fixed bug #68406 (calling var_dump on a DateTimeZone object modifies it).
        Fixed bug #76131 (mismatch arginfo for date_create).
        Updated timelib to 2018.01RC1 to address several bugs:
        Fixed bug #75577 (DateTime::createFromFormat does not accept 'v' format specifier).
        Fixed bug #75642 (Wrap around behaviour for microseconds is not working).
        Fixed bug #77097 (DateTime::diff gives wrong diff when the actual diff is less than 1 second).
    DBA:
        Fixed bug #75264 (compiler warnings emitted).
    DOM:
        Fixed bug #76285 (DOMDocument::formatOutput attribute sometimes ignored).
    Fileinfo:
        Fixed bug #77095 (slowness regression in 7.2/7.3 (compared to 7.1)).
    Filter:
        Added the 'add_slashes' sanitization mode (FILTER_SANITIZE_ADD_SLASHES).
    FPM:
        Added fpm_get_status function.
        Fixed bug #62596 (getallheaders() missing with PHP-FPM).
        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.
    ftp:
        Fixed bug #77151 (ftp_close(): SSL_read on shutdown).
    GD:
        Added support for WebP in imagecreatefromstring().
    GMP:
        Export internal structures and accessor helpers for GMP object.
        Added gmp_binomial(n, k).
        Added gmp_lcm(a, b).
        Added gmp_perfect_power(a).
        Added gmp_kronecker(a, b).
    iconv:
        Fixed bug #53891 (iconv_mime_encode() fails to Q-encode UTF-8 string).
        Fixed bug #77147 (Fixing 60494 ignored ICONV_MIME_DECODE_CONTINUE_ON_ERROR).
    IMAP:
        Fixed bug #77153 (imap_open allows to run arbitrary shell commands via mailbox parameter).
        Fixed bug #77020 (null pointer dereference in imap_mail).
    Interbase:
        Fixed bug #75453 (Incorrect reflection for ibase_[p]connect).
        Fixed bug #76443 (php+php_interbase.dll crash on module_shutdown).
    intl:
        Fixed bug #75317 (UConverter::setDestinationEncoding changes source instead of destination).
        Fixed bug #76829 (Incorrect validation of domain on idn_to_utf8() function).
    JSON:
        Added JSON_THROW_ON_ERROR flag.
    LDAP:
        Added ldap_exop_refresh helper for EXOP REFRESH operation with dds overlay.
        Added full support for sending and parsing ldap controls.
        Fixed bug #49876 (Fix LDAP path lookup on 64-bit distros).
    libxml2:
        Fixed bug #75871 (use pkg-config where available).
    litespeed:
        Fixed bug #75248 (Binary directory doesn't get created when building only litespeed SAPI).
        Fixed bug #75251 (Missing program prefix and suffix).
    MBstring:
        Updated to Oniguruma 6.9.0.
        Fixed bug #65544 (mb title case conversion-first word in quotation isn't capitalized).
        Fixed bug #71298 (MB_CASE_TITLE misbehaves with curled apostrophe/quote).
        Fixed bug #73528 (Crash in zif_mb_send_mail).
        Fixed bug #74929 (mbstring functions version 7.1.1 are slow compared to 5.3 on Windows).
        Fixed bug #76319 (mb_strtolower with invalid UTF-8 causes segmentation fault).
        Fixed bug #76574 (use of undeclared identifiers INT_MAX and LONG_MAX).
        Fixed bug #76594 (Bus Error due to unaligned access in zend_ini.c OnUpdateLong).
        Fixed bug #76706 (mbstring.http_output_conv_mimetypes is ignored).
        Fixed bug #76958 (Broken UTF7-IMAP conversion).
        Fixed bug #77025 (mb_strpos throws Unknown encoding or conversion error).
        Fixed bug #77165 (mb_check_encoding crashes when argument given an empty array).
    Mysqlnd:
        Fixed bug #76386 (Prepared Statement formatter truncates fractional seconds from date/time column).
    ODBC:
        Removed support for ODBCRouter.
        Removed support for Birdstep.
        Fixed bug #77079 (odbc_fetch_object has incorrect type signature).
    Opcache:
        Fixed bug #76466 (Loop variable confusion).
        Fixed bug #76463 (var has array key type but not value type).
        Fixed bug #76446 (zend_variables.c:73: zend_string_destroy: Assertion `!(zval_gc_flags((str)->gc)).
        Fixed bug #76711 (OPcache enabled triggers false-positive "Illegal string offset").
        Fixed bug #77058 (Type inference in opcache causes side effects).
        Fixed bug #77092 (array_diff_key() - segmentation fault).
    OpenSSL:
        Added openssl_pkey_derive function.
        Add min_proto_version and max_proto_version ssl stream options as well as related constants for possible TLS protocol values.
    PCRE:
        Implemented https://wiki.php.net/rfc/pcre2-migration.
        Upgrade PCRE2 to 10.32.
        Fixed bug #75355 (preg_quote() does not quote # control character).
        Fixed bug #76512 (\w no longer includes unicode characters).
        Fixed bug #76514 (Regression in preg_match makes it fail with PREG_JIT_STACKLIMIT_ERROR).
        Fixed bug #76909 (preg_match difference between 7.3 and < 7.3).
    PDO_DBlib:
        Implemented FR #69592 (allow 0-column rowsets to be skipped automatically).
        Expose TDS version as \PDO::DBLIB_ATTR_TDS_VERSION attribute on \PDO instance.
        Treat DATETIME2 columns like DATETIME.
        Fixed bug #74243 (allow locales.conf to drive datetime format).
    PDO_Firebird:
        Fixed bug #74462 (PDO_Firebird returns only NULLs for results with boolean for FIREBIRD >= 3.0).
    PDO_OCI:
        Fixed bug #74631 (PDO_PCO with PHP-FPM: OCI environment initialized before PHP-FPM sets it up).
    PDO SQLite:
        Add support for additional open flags
    pgsql:
        Added new error constants for pg_result_error(): PGSQL_DIAG_SCHEMA_NAME, PGSQL_DIAG_TABLE_NAME, PGSQL_DIAG_COLUMN_NAME, PGSQL_DIAG_DATATYPE_NAME, PGSQL_DIAG_CONSTRAINT_NAME and PGSQL_DIAG_SEVERITY_NONLOCALIZED.
        Fixed bug #77047 (pg_convert has a broken regex for the 'TIME WITHOUT TIMEZONE' data type).
    phar:
        Fixed bug #74991 (include_path has a 4096 char limit in some cases).
        Fixed bug #65414 (deal with leading slash when adding files correctly).
        Fixed bug #77022 (PharData always creates new files with mode 0666).
        Fixed bug #77143 (Heap Buffer Overflow (READ: 4) in phar_parse_pharfile).
    readline:
        Added completion_append_character and completion_suppress_append options to readline_info() if linked against libreadline.
    Session:
        Fixed bug #74941 (session fails to start after having headers sent).
    SimpleXML:
        Fixed bug #54973 (SimpleXML casts integers wrong).
        Fixed bug #76712 (Assignment of empty string creates extraneous text node).
    Sockets:
        Fixed bug #67619 (Validate length on socket_write).
    SOAP:
        Fixed bug #75464 (Wrong reflection on SoapClient::__setSoapHeaders).
        Fixed bug #70469 (SoapClient generates E_ERROR even if exceptions=1 is used).
        Fixed bug #50675 (SoapClient can't handle object references correctly).
        Fixed bug #76348 (WSDL_CACHE_MEMORY causes Segmentation fault).
        Fixed bug #77141 (Signedness issue in SOAP when precision=-1).
    SPL:
        Fixed bug #74977 (Appending AppendIterator leads to segfault).
        Fixed bug #75173 (incorrect behavior of AppendIterator::append in foreach loop).
        Fixed bug #74372 (autoloading file with syntax error uses next autoloader, may hide parse error).
        Fixed bug #75878 (RecursiveTreeIterator::setPostfix has wrong signature).
        Fixed bug #74519 (strange behavior of AppendIterator).
        Fixed bug #76131 (mismatch arginfo for splarray constructor).
    SQLite3:
        Updated bundled libsqlite to 3.24.0.
    Standard:
        Added is_countable() function.
        Added support for the SameSite cookie directive, including an alternative signature for setcookie(), setrawcookie() and session_set_cookie_params().
        Remove superfluous warnings from inet_ntop()/inet_pton().
        Fixed bug #75916 (DNS_CAA record results contain garbage).
        Fixed unserialize(), to disable creation of unsupported data structures through manually crafted strings.
        Fixed bug #75409 (accept EFAULT in addition to ENOSYS as indicator that getrandom() is missing).
        Fixed bug #74719 (fopen() should accept NULL as context).
        Fixed bug #69948 (path/domain are not sanitized in setcookie).
        Fixed bug #75996 (incorrect url in header for mt_rand).
        Added hrtime() function, to get high resolution time.
        Fixed bug #48016 (stdClass::__setState is not defined although var_export() uses it).
        Fixed bug #76136 (stream_socket_get_name should enclose IPv6 in brackets).
        Fixed bug #76688 (Disallow excessive parameters after options array).
        Fixed bug #76713 (Segmentation fault caused by property corruption).
        Fixed bug #76755 (setcookie does not accept "double" type for expire time).
        Fixed bug #76674 (improve array_* failure messages exposing what was passed instead of an array).
        Fixed bug #76803 (ftruncate changes file pointer).
        Fixed bug #76818 (Memory corruption and segfault).
        Fixed bug #77081 (ftruncate() changes seek pointer in c mode).
    Testing:
        Implemented FR #62055 (Make run-tests.php support --CGI-- sections).
    Tidy:
        Support using tidyp instead of tidy.
        Fixed bug #74707 (Tidy has incorrect ReflectionFunction param counts for functions taking tidy).
        Fixed arginfo for tidy::__construct().
    Tokenizer:
        Fixed bug #76437 (token_get_all with TOKEN_PARSE flag fails to recognise close tag).
        Fixed bug #75218 (Change remaining uncatchable fatal errors for parsing into ParseError).
        Fixed bug #76538 (token_get_all with TOKEN_PARSE flag fails to recognise close tag with newline).
        Fixed bug #76991 (Incorrect tokenization of multiple invalid flexible heredoc strings).
    XML:
        Fixed bug #71592 (External entity processing never fails).
    Zlib:
        Added zlib/level context option for compress.zlib wrapper.


[close]

http://www.php.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
PHP 7.3.1
« Antwort #138 am: 10 Januar, 2019, 16:15 »
Changelog

Core:

    Fixed bug #76654 (Build failure on Mac OS X on 32-bit Intel).
    Fixed bug #71041 (zend_signal_startup() needs ZEND_API).
    Fixed bug #76046 (PHP generates "FE_FREE" opcode on the wrong line).
    Fixed bug #77291 (magic methods inherited from a trait may be ignored).

CURL:

    Fixed bug #77264 (curl_getinfo returning microseconds, not seconds).

COM:

    Fixed bug #77177 (Serializing or unserializing COM objects crashes).

Exif:

    Fixed bug #77184 (Unsigned rational numbers are written out as signed rationals).

GD:

    Fixed bug #77195 (Incorrect error handling of imagecreatefromjpeg()).
    Fixed bug #77198 (auto cropping has insufficient precision).
    Fixed bug #77200 (imagecropauto(…, GD_CROP_SIDES) crops left but not right).
    Fixed bug #77269 (efree() on uninitialized Heap data in imagescale leads to use-after-free).
    Fixed bug #77270 (imagecolormatch Out Of Bounds Write on Heap).

MBString:

    Fixed bug #77367 (Negative size parameter in mb_split).
    Fixed bug #77370 (Buffer overflow on mb regex functions - fetch_token).
    Fixed bug #77371 (heap buffer overflow in mb regex functions - compile_string_node).
    Fixed bug #77381 (heap buffer overflow in multibyte match_at).
    Fixed bug #77382 (heap buffer overflow due to incorrect length in expand_case_fold_string).
    Fixed bug #77385 (buffer overflow in fetch_token).
    Fixed bug #77394 (Buffer overflow in multibyte case folding - unicode).
    Fixed bug #77418 (Heap overflow in utf32be_mbc_to_code).

OCI8:

    Fixed bug #76804 (oci_pconnect with OCI_CRED_EXT not working).
    Added oci_set_call_timeout() for call timeouts.
    Added oci_set_db_operation() for the DBOP end-to-end-tracing attribute.

Opcache:

    Fixed bug #77215 (CFG assertion failure on multiple finalizing switch frees in one block).
    Fixed bug #77275 (OPcache optimization problem for ArrayAccess->offsetGet).

PCRE:

    Fixed bug #77193 (Infinite loop in preg_replace_callback).

PDO:

    Handle invalid index passed to PDOStatement::fetchColumn() as error.

Phar:

    Fixed bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext).

Soap:

    Fixed bug #77088 (Segfault when using SoapClient with null options).

Sockets:

    Fixed bug #77136 (Unsupported IPV6_RECVPKTINFO constants on macOS).

Sodium:

    Fixed bug #77297 (SodiumException segfaults on PHP 7.3).

SPL:

    Fixed bug #77359 (spl_autoload causes segfault).
    Fixed bug #77360 (class_uses causes segfault).

SQLite3:

    Fixed bug #77051 (Issue with re-binding on SQLite3).

Xmlrpc:

    Fixed bug #77242 (heap out of bounds read in xmlrpc_decode()).
    Fixed bug #77380 (Global out of bounds read in xmlrpc base64 code).

[close]

http://www.php.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
PHP 7.3.3
« Antwort #139 am: 07 März, 2019, 17:15 »
Changelog

Core:

    Fixed bug #77589 (Core dump using parse_ini_string with numeric sections).
    Fixed bug #77329 (Buffer Overflow via overly long Error Messages).
    Fixed bug #77494 (Disabling class causes segfault on member access).
    Fixed bug #77498 (Custom extension Segmentation fault when declare static property).
    Fixed bug #77530 (PHP crashes when parsing `(2)::class`).
    Fixed bug #77546 (iptcembed broken function).
    Fixed bug #77630 (rename() across the device may allow unwanted access during processing).

COM:

    Fixed bug #77621 (Already defined constants are not properly reported).
    Fixed bug #77626 (Persistence confusion in php_com_import_typelib()).

EXIF:

    Fixed bug #77509 (Uninitialized read in exif_process_IFD_in_TIFF).
    Fixed bug #77540 (Invalid Read on exif_process_SOFn).
    Fixed bug #77563 (Uninitialized read in exif_process_IFD_in_MAKERNOTE).
    Fixed bug #77659 (Uninitialized read in exif_process_IFD_in_MAKERNOTE).

Mbstring:

    Fixed bug #77514 (mb_ereg_replace() with trailing backslash adds null byte).

MySQL:

    Disabled LOCAL INFILE by default, can be enabled using php.ini directive mysqli.allow_local_infile for mysqli, or PDO::MYSQL_ATTR_LOCAL_INFILE attribute for pdo_mysql.

OpenSSL:

    Fixed bug #77390 (feof might hang on TLS streams in case of fragmented TLS records).

PDO_OCI:

    Support Oracle Database tracing attributes ACTION, MODULE, CLIENT_INFO, and CLIENT_IDENTIFIER.

PHAR:

    Fixed bug #77396 (Null Pointer Dereference in phar_create_or_parse_filename).
    Fixed bug #77586 (phar_tar_writeheaders_int() buffer overflow).

phpdbg:

    Fixed bug #76596 (phpdbg support for display_errors=stderr).

SPL:

    Fixed bug #51068 (DirectoryIterator glob:// don't support current path relative queries).
    Fixed bug #77431 (openFile() silently truncates after a null byte).

Standard:

    Fixed bug #77552 (Unintialized php_stream_statbuf in stat functions).
    Fixed bug #77612 (setcookie() sets incorrect SameSite header if all of its options filled).

[close]

http://www.php.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
PHP 7.3.4
« Antwort #140 am: 05 April, 2019, 20:40 »
Changelog

Core:

    Fixed bug #77738 (Nullptr deref in zend_compile_expr).
    Fixed bug #77660 (Segmentation fault on break 2147483648).
    Fixed bug #77652 (Anonymous classes can lose their interface information).
    Fixed bug #77345 (Stack Overflow caused by circular reference in garbage collection).
    Fixed bug #76956 (Wrong value for 'syslog.filter' documented in php.ini).

Apache2Handler:

    Fixed bug #77648 (BOM in sapi/apache2handler/php_functions.c).

Bcmath:

    Fixed bug #77742 (bcpow() implementation related to gcc compiler optimization).

CLI Server:

    Fixed bug #77722 (Incorrect IP set to $_SERVER['REMOTE_ADDR'] on the localhost).

COM:

    Fixed bug #77578 (Crash when php unload).

EXIF:

    Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s).
    Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value).

FPM:

    Fixed bug #77677 (FPM fails to build on AIX due to missing WCOREDUMP).

GD:

    Fixed bug #77700 (Writing truecolor images as GIF ignores interlace flag).

MySQLi:

    Fixed bug #77597 (mysqli_fetch_field hangs scripts).

Opcache:

    Fixed bug #77743 (Incorrect pi node insertion for jmpznz with identical successors).

PCRE:

    Fixed bug #76127 (preg_split does not raise an error on invalid UTF-8).

Phar:

    Fixed bug #77697 (Crash on Big_Endian platform).

phpdbg:

    Fixed bug #77767 (phpdbg break cmd aliases listed in help do not match actual aliases).

sodium:

    Fixed bug #77646 (sign_detached() strings not terminated).

SQLite3:

    Added sqlite3.defensive INI directive.

Standard:

    Fixed bug #77664 (Segmentation fault when using undefined constant in custom wrapper).
    Fixed bug #77669 (Crash in extract() when overwriting extracted array).
    Fixed bug #76717 (var_export() does not create a parsable value for PHP_INT_MIN).
    Fixed bug #77765 (FTP stream wrapper should set the directory as executable).

[close]

http://www.php.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
PHP 7.3.6
« Antwort #141 am: 30 Mai, 2019, 18:15 »
Changelog

    cURL:
        Implemented FR #72189 (Add missing CURL_VERSION_* constants).
    EXIF:
        Fixed bug #77988 (heap-buffer-overflow on php_jpg_get16).
    FPM:
        Fixed bug #77934 (php-fpm kill -USR2 not working).
        Fixed bug #77921 (static.php.net doesn't work anymore).
    GD:
        Fixed bug #77943 (imageantialias($image, false); does not work).
        Fixed bug #77973 (Uninitialized read in gdImageCreateFromXbm).
    Iconv:
        Fixed bug #78069 (Out-of-bounds read in iconv.c:_php_iconv_mime_decode() due to integer overflow).
    JSON:
        Fixed bug #77843 (Use after free with json serializer).
    Opcache:
        Fixed possible crashes, because of inconsistent PCRE cache and opcache SHM reset.
    PDO_MySQL:
        Fixed bug #77944 (Wrong meta pdo_type for bigint on LLP64).
    Reflection:
        Fixed bug #75186 (Inconsistent reflection of Closure:::__invoke()).
    Session:
        Fixed bug #77911 (Wrong warning for session.sid_bits_per_character).
    SOAP:
        Fixed bug #77945 (Segmentation fault when constructing SoapClient with WSDL_CACHE_BOTH).
    SPL:
        Fixed bug #77024 (SplFileObject::__toString() may return array).
    SQLite:
        Fixed bug #77967 (Bypassing open_basedir restrictions via file uris).
    Standard:
        Fixed bug #77931 (Warning for array_map mentions wrong type).
        Fixed bug #78003 (strip_tags output change since PHP 7.3).

[close]

www.php.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
PHP 7.4.0
« Antwort #142 am: 28 November, 2019, 05:15 »
Changelog

PHP                                                                        NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
28 Nov 2019, PHP 7.4.0


- Core:
  . Implemented RFC: Deprecate curly brace syntax for accessing array elements
    and string offsets.
    https://wiki.php.net/rfc/deprecate_curly_braces_array_access (Andrey Gromov)
  . Implemented RFC: Deprecations for PHP 7.4.
    https://wiki.php.net/rfc/deprecations_php_7_4 (Kalle, Nikita)
  . Fixed bug #52752 (Crash when lexing). (Nikita)
  . Fixed bug #60677 (CGI doesn't properly validate shebang line contains #!).
    (Nikita)
  . Fixed bug #71030 (Self-assignment in list() may have inconsistent behavior).
    (Nikita)
  . Fixed bug #72530 (Use After Free in GC with Certain Destructors). (Nikita)
  . Fixed bug #75921 (Inconsistent: No warning in some cases when stdObj is
    created on the fly). (David Walker)
  . Implemented FR #76148 (Add array_key_exists() to the list of specially
    compiled functions). (Majkl578)
  . Fixed bug #76430 (__METHOD__ inconsistent outside of method).
    (Ryan McCullagh, Nikita)
  . Fixed bug #76451 (Aliases during inheritance type checks affected by
    opcache). (Nikita)
  . Implemented FR #77230 (Support custom CFLAGS and LDFLAGS from environment).
    (cmb)
  . Fixed bug #77345 (Stack Overflow caused by circular reference in garbage
    collection). (Alexandru Patranescu, Nikita, Dmitry)
  . Fixed bug #77812 (Interactive mode does not support PHP 7.3-style heredoc).
    (cmb, Nikita)
  . Fixed bug #77877 (call_user_func() passes $this to static methods).
    (Dmitry)
  . Fixed bug #78066 (PHP eats the first byte of a program that comes from
    process substitution). (Nikita)
  . Fixed bug #78151 (Segfault caused by indirect expressions in PHP 7.4a1).
    (Nikita)
  . Fixed bug #78154 (SEND_VAR_NO_REF does not always send reference). (Nikita)
  . Fixed bug #78182 (Segmentation fault during by-reference property
    assignment). (Nikita)
  . Fixed bug #78212 (Segfault in built-in webserver). (cmb)
  . Fixed bug #78220 (Can't access OneDrive folder). (cmb, ab)
  . Fixed bug #78226 (Unexpected __set behavior with typed properties). (Nikita)
  . Fixed bug #78239 (Deprecation notice during string conversion converted to
    exception hangs). (Nikita)
  . Fixed bug #78335 (Static properties/variables containing cycles report as
    leak). (Nikita)
  . Fixed bug #78340 (Include of stream wrapper not reading whole file).
    (Nikita)
  . Fixed bug #78344 (Segmentation fault on zend_check_protected). (Nikita)
  . Fixed bug #78356 (Array returned from ArrayAccess is incorrectly unpacked
    as argument). (Nikita)
  . Fixed bug #78379 (Cast to object confuses GC, causes crash). (Dmitry)
  . Fixed bug #78386 (fstat mode has unexpected value on PHP 7.4). (cmb)
  . Fixed bug #78396 (Second file_put_contents in Shutdown hangs script).
    (Nikita)
  . Fixed bug #78406 (Broken file includes with user-defined stream filters).
    (Nikita)
  . 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 #78460 (PEAR installation failure). (Peter Kokot, L. Declercq)
  . Fixed bug #78531 (Crash when using undefined variable as object). (Dmitry)
  . Fixed bug #78535 (auto_detect_line_endings value not parsed as bool).
    (bugreportuser)
  . Fixed bug #78604 (token_get_all() does not properly tokenize FOO<?php with
    short_open_tag=0). (Nikita)
  . Fixed bug #78614 (Does not compile with DTRACE anymore).
    (tz at FreeBSD dot org)
  . Fixed bug #78620 (Out of memory error). (cmb, Nikita)
  . Fixed bug #78632 (method_exists() in php74 works differently from php73 in
    checking priv. methods). (Nikita)
  . Fixed bug #78644 (SEGFAULT in ZEND_UNSET_OBJ_SPEC_VAR_CONST_HANDLER).
    (Nikita)
  . Fixed bug #78658 (Memory corruption using Closure::bindTo). (Nikita)
  . Fixed bug #78656 (Parse errors classified as highest log-level). (Erik
    Lundin)
  . Fixed bug #78662 (stream_write bad error detection). (Remi)
  . Fixed bug #78768 (redefinition of typedef zend_property_info). (Nikita)
  . Fixed bug #78788 (./configure generates invalid php_version.h). (max)
  . Fixed incorrect usage of QM_ASSIGN instruction. It must not return IS_VAR.
    As a side effect, this allowed passing left hand list() "by reference",
    instead of compile-time error. (Dmitry)

- CLI:
  . The built-in CLI server now reports the request method in log files.
    (Simon Welsh)

- COM:
  . Deprecated registering of case-insensitive constants from typelibs. (cmb)
  . Fixed bug #78650 (new COM Crash). (cmb)
  . Fixed bug #78694 (Appending to a variant array causes segfault). (cmb)

- CURL:
  . Fixed bug #76480 (Use curl_multi_wait() so that timeouts are respected).
    (Pierrick)
  . Implemented FR #77711 (CURLFile should support UNICODE filenames). (cmb)
  . Deprecated CURLPIPE_HTTP1. (cmb)
  . Deprecated $version parameter of curl_version(). (cmb)

- Date:
  . Updated timelib to 2018.02. (Derick)
  . Fixed bug #69044 (discrepency between time and microtime). (krakjoe)
  . Fixed bug #70153 (\DateInterval incorrectly unserialized). (Maksim Iakunin)
  . Fixed bug #75232 (print_r of DateTime creating side-effect). (Nikita)
  . Fixed bug #78383 (Casting a DateTime to array no longer returns its
    properties). (Nikita)
  . Fixed bug #78751 (Serialising DatePeriod converts DateTimeImmutable). (cmb)

- Exif:
  . Fixed bug #78333 (Exif crash (bus error) due to wrong alignment and
    invalid cast). (Nikita)
  . Fixed bug #78256 (heap-buffer-overflow on exif_process_user_comment).
    (CVE-2019-11042) (Stas)
  . Fixed bug #78222 (heap-buffer-overflow on exif_scan_thumbnail).
    (CVE-2019-11041) (Stas)

- Fileinfo:
  . Fixed bug #78075 (finfo_file treats JSON file as text/plain). (Anatol)
  . Fixed bug #78183 (finfo_file shows wrong mime-type for .tga file).
   (Anatol)

- Filter:
  . The filter extension no longer has the --with-pcre-dir on Unix builds,
    allowing the extension to be once more compiled as shared using
    ./configure. (Kalle)

- FFI:
  . Added FFI extension. (Dmitry)
  . Fixed bug #78488 (OOB in ZEND_FUNCTION(ffi_trampoline)). (Dmitry)
  . Fixed bug #78543 (is_callable() on FFI\CData throws Exception). (cmb)
  . Fixed bug #78716 (Function name mangling is wrong for some parameter
    types). (cmb)
  . Fixed bug #78762 (Failing FFI::cast() may leak memory). (cmb)
  . Fixed bug #78761 (Zend memory heap corruption with preload and casting).
    (cmb)
  . Implement FR #78270 (Support __vectorcall convention with FFI). (cmb)
  . Added missing FFI::isNull(). (Philip Hofstetter)

- FPM:
  . Implemented FR #72510 (systemd service should be hardened). (Craig Andrews)
  . Fixed bug #74083 (master PHP-fpm is stopped on multiple reloads).
    (Maksim Nikulin)
  . Fixed bug #78334 (fpm log prefix message includes wrong stdout/stderr
    notation). (Tsuyoshi Sadakata)
  . Fixed bug #78599 (env_path_info underflow in fpm_main.c can lead to RCE).
    (CVE-2019-11043) (Jakub Zelenka)

- GD:
  . Implemented the scatter filter (IMG_FILTER_SCATTER). (Kalle)
  . The bundled libgd behaves now like system libgd wrt. IMG_CROP_DEFAULT never
    falling back to IMG_CROP_SIDES.
  . The default $mode parameter of imagecropauto() has been changed to
    IMG_CROP_DEFAULT; passing -1 is now deprecated.
  . Added support for aspect ratio preserving scaling to a fixed height for
    imagescale(). (Andreas Treichel)
  . Added TGA read support. (cmb)
  . Fixed bug #73291 (imagecropauto() $threshold differs from external libgd).
    (cmb)
  . Fixed bug #76324 (cannot detect recent versions of freetype with
    pkg-config). (Eli Schwartz)
  . Fixed bug #78314 (missing freetype support/functions with external gd).
    (Remi)

- GMP:
  . Fixed bug #78574 (broken shared build). (Remi)

- Hash:
  . The hash extension is now an integral part of PHP and cannot be disabled
    as per RFC: https://wiki.php.net/rfc/permanent_hash_ext. (Kalle)
  . Implemented FR #71890 (crc32c checksum algorithm). (Andrew Brampton)

- Iconv:
  . Fixed bug #78342 (Bus error in configure test for iconv //IGNORE). (Rainer
    Jung)
  . Fixed bug #78642 (Wrong libiconv version displayed). (gedas at martynas,
    cmb).

- Libxml:
  . Fixed bug #78279 (libxml_disable_entity_loader settings is shared between
    requests (cgi-fcgi)). (Nikita)

- InterBase:
  . Unbundled the InterBase extension and moved it to PECL. (Kalle)

- Intl:
  . Raised requirements to ICU ≥ 50.1. (cmb)
  . Changed ResourceBundle to implement Countable. (LeSuisse)
  . Changed default of $variant parameter of idn_to_ascii() and idn_to_utf8().
    (cmb)

- LDAP:
  . Deprecated ldap_control_paged_result_response and ldap_control_paged_result

- LiteSpeed:
  . Updated to LiteSpeed SAPI V7.5 (Fixed clean shutdown). (George Wang)
  . Updated to LiteSpeed SAPI V7.4.3 (increased response header count limit from
    100 to 1000, added crash handler to cleanly shutdown PHP request, added
    CloudLinux mod_lsapi mode). (George Wang)
  . Fixed bug #76058 (After "POST data can't be buffered", using php://input
    makes huge tmp files). (George Wang)

- MBString:
  . Fixed bug #77907 (mb-functions do not respect default_encoding). (Nikita)
  . Fixed bug #78579 (mb_decode_numericentity: args number inconsistency).
    (cmb)
  . Fixed bug #78609 (mb_check_encoding() no longer supports stringable
    objects). (cmb)

- MySQLi:
  . Fixed bug #67348 (Reading $dbc->stat modifies $dbc->affected_rows).
    (Derick)
  . Fixed bug #76809 (SSL settings aren't respected when persistent connections
    are used). (fabiomsouto)
  . Fixed bug #78179 (MariaDB server version incorrectly detected). (cmb)
  . Fixed bug #78213 (Empty row pocket). (cmb)

- MySQLnd:
  . Fixed connect_attr issues and added the _server_host connection attribute.
    (Qianqian Bu)
  . Fixed bug #60594 (mysqlnd exposes 160 lines of stats in phpinfo). (PeeHaa)

- ODBC:
  . Fixed bug #78473 (odbc_close() closes arbitrary resources). (cmb)

- Opcache:
  . Implemented preloading RFC: https://wiki.php.net/rfc/preload. (Dmitry)
  . Add opcache.preload_user INI directive. (Dmitry)
  . Added new INI directive opcache.cache_id (Windows only). (cmb)
  . Fixed bug #78106 (Path resolution fails if opcache disabled during request).
    (Nikita)
  . Fixed bug #78175 (Preloading segfaults at preload time and at runtime).
    (Dmitry)
  . Fixed bug #78202 (Opcache stats for cache hits are capped at 32bit NUM).
    (cmb)
  . Fixed bug #78271 (Invalid result of if-else). (Nikita)
  . Fixed bug #78341 (Failure to detect smart branch in DFA pass). (Nikita)
  . Fixed bug #78376 (Incorrect preloading of constant static properties).
    (Dmitry)
  . Fixed bug #78429 (opcache_compile_file(__FILE__); segfaults). (cmb)
  . Fixed bug #78512 (Cannot make preload work). (Dmitry)
  . Fixed bug #78514 (Preloading segfaults with inherited typed property).
    (Nikita)
  . Fixed bug #78654 (Incorrectly computed opcache checksum on files with
    non-ascii characters). (mhagstrand)

- OpenSSL:
  . Added TLS 1.3 support to streams including new tlsv1.3 stream.
    (Codarren Velvindron, Jakub Zelenka)
  . Added openssl_x509_verify function. (Ben Scholzen)
  . openssl_random_pseudo_bytes() now throws in error conditions.
    (Sammy Kaye Powers)
  . Changed the default config path (Windows only). (cmb)
  . Fixed bug #78231 (Segmentation fault upon stream_socket_accept of exported
    socket-to-stream). (Nikita)
  . Fixed bug #78391 (Assertion failure in openssl_random_pseudo_bytes).
    (Nikita)
  . Fixed bug #78775 (TLS issues from HTTP request affecting other encrypted
    connections). (Nikita)

- Pcntl:
  . Fixed bug #77335 (PHP is preventing SIGALRM from specifying SA_RESTART).
    (Nikita)

- PCRE:
  . Implemented FR #77094 (Support flags in preg_replace_callback). (Nikita)
  . Fixed bug #72685 (Repeated UTF-8 validation of same string in UTF-8 mode).
    (Nikita)
  . Fixed bug #73948 (Preg_match_all should return NULLs on trailing optional
    capture groups).
  . Fixed bug #78338 (Array cross-border reading in PCRE). (cmb)
  . Fixed bug #78349 (Bundled pcre2 library missing LICENCE file). (Peter Kokot)

- PDO:
  . Implemented FR #71885 (Allow escaping question mark placeholders).
    https://wiki.php.net/rfc/pdo_escape_placeholders (Matteo)
  . Fixed bug #77849 (Disable cloning of PDO handle/connection objects).
    (camporter)
  . Implemented FR #78033 (PDO - support username & password specified in
    DSN). (sjon)

- PDO_Firebird:
  . Implemented FR #65690 (PDO_Firebird should also support dialect 1).
    (Simonov Denis)
  . 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)
  . Fixed bug #78623 (Regression caused by "SP call yields additional empty
    result set"). (cmb)

- PDO_OCI:
  . Support Oracle Database tracing attributes ACTION, MODULE,
    CLIENT_INFO, and CLIENT_IDENTIFIER. (Cameron Porter)
  . Implemented FR #76908 (PDO_OCI getColumnMeta() not implemented).
    (Valentin Collet, Chris Jones, Remi)

- PDO_SQLite:
  . Implemented sqlite_stmt_readonly in PDO_SQLite. (BohwaZ)
  . Raised requirements to SQLite 3.5.0. (cmb)
  . Fixed bug #78192 (SegFault when reuse statement after schema has changed).
    (Vincent Quatrevieux)
  . Fixed bug #78348 (Remove -lrt from pdo_sqlite.so). (Peter Kokot)

- Phar:
  . Fixed bug #77919 (Potential UAF in Phar RSHUTDOWN). (cmb)

- phpdbg:
  . Fixed bug #76596 (phpdbg support for display_errors=stderr). (kabel)
  . Fixed bug #76801 (too many open files). (alekitto)
  . Fixed bug #77800 (phpdbg segfaults on listing some conditional breakpoints).
    (krakjoe)
  . Fixed bug #77805 (phpdbg build fails when readline is shared). (krakjoe)

- Recode:
  . Unbundled the recode extension. (cmb)

- Reflection:
  . Fixed bug #76737 (Unserialized reflection objects are broken, they
    shouldn't be serializable). (Nikita)
  . Fixed bug #78263 (\ReflectionReference::fromArrayElement() returns null
    while item is a reference). (Nikita)
  . Fixed bug #78410 (Cannot "manually" unserialize class that is final and
    extends an internal one). (Nikita)
  . Fixed bug #78697 (ReflectionClass::implementsInterface - inaccurate error
    message with traits). (villfa)
  . Fixed bug #78774 (ReflectionNamedType on Typed Properties Crash). (Nikita)

- Session:
  . Fixed bug #78624 (session_gc return value for user defined session
    handlers). (bshaffer)

- SimpleXML:
  . Implemented FR #65215 (SimpleXMLElement could register as implementing
    Countable). (LeSuisse)
  . Fixed bug #75245 (Don't set content of elements with only whitespaces).
    (eriklundin)

- Sockets:
  . Fixed bug #67619 (Validate length on socket_write). (thiagooak)
  . Fixed bug #78665 (Multicasting may leak memory). (cmb)

- sodium:
  . Fixed bug #77646 (sign_detached() strings not terminated). (Frank)
  . Fixed bug #78510 (Partially uninitialized buffer returned by
    sodium_crypto_generichash_init()). (Frank Denis, cmb)
  . Fixed bug #78516 (password_hash(): Memory cost is not in allowed range).
    (cmb, Nikita)

- SPL:
  . Fixed bug #77518 (SeekableIterator::seek() should accept 'int' typehint as
    documented). (Nikita)
  . Fixed bug #78409 (Segfault when creating instance of ArrayIterator without
    constructor). (Nikita)
  . Fixed bug #78436 (Missing addref in SplPriorityQueue EXTR_BOTH mode).
    (Nikita)
  . Fixed bug #78456 (Segfault when serializing SplDoublyLinkedList). (Nikita)

- SQLite3:
  . Unbundled libsqlite. (cmb)
  . Raised requirements to SQLite 3.7.4. (cmb)
  . Forbid (un)serialization of SQLite3, SQLite3Stmt and SQLite3Result. (cmb)
  . Added support for the SQLite @name notation. (cmb, BohwaZ)
  . Added SQLite3Stmt::getSQL() to retrieve the SQL of the statement. (Bohwaz)
  . Implement FR ##70950 (Make SQLite3 Online Backup API available). (BohwaZ)

- Standard:
  . Implemented password hashing registry RFC:
    https://wiki.php.net/rfc/password_registry. (Sara)
  . Implemented RFC where password_hash() has argon2i(d) implementations from
    ext/sodium when PHP is built without libargon:
    https://wiki.php.net/rfc/sodium.argon.hash (Sara)
  . Implemented FR #38301 (field enclosure behavior in fputcsv). (cmb)
  . Implemented FR #51496 (fgetcsv should take empty string as an escape). (cmb)
  . Fixed bug #73535 (php_sockop_write() returns 0 on error, can be used to
    trigger Denial of Service). (Nikita)
  . Fixed bug #74764 (Bindto IPv6 works with file_get_contents but fails with
    stream_socket_client). (Ville Hukkamäki)
  . Fixed bug #76859 (stream_get_line skips data if used with data-generating
    filter). (kkopachev)
  . Implemented FR #77377 (No way to handle CTRL+C in Windows). (Anatol)
  . Fixed bug #77930 (stream_copy_to_stream should use mmap more often).
    (Nikita)
  . Implemented FR #78177 (Make proc_open accept command array). (Nikita)
  . Fixed bug #78208 (password_needs_rehash() with an unknown algo should always
    return true). (Sara)
  . Fixed bug #78241 (touch() does not handle dates after 2038 in PHP 64-bit). (cmb)
  . Fixed bug #78282 (atime and mtime mismatch). (cmb)
  . Fixed bug #78326 (improper memory deallocation on stream_get_contents()
    with fixed length buffer). (Albert Casademont)
  . Fixed bug #78346 (strip_tags no longer handling nested php tags). (cmb)
  . Fixed bug #78506 (Error in a php_user_filter::filter() is not reported).
    (Nikita)
  . Fixed bug #78549 (Stack overflow due to nested serialized input). (Nikita)
  . Fixed bug #78759 (array_search in $GLOBALS). (Nikita)

- Testing:
  . Fixed bug #78684 (PCRE bug72463_2 test is sending emails on Linux). (cmb)

- Tidy:
  . Added TIDY_TAG_* constants for HTML5 elements. (cmb)
  . Fixed bug #76736 (wrong reflection for tidy_get_head, tidy_get_html,
    tidy_get_root, and tidy_getopt) (tandre)

- WDDX:
  . Deprecated and unbundled the WDDX extension. (cmb)

- Zip:
  . Fixed bug #78641 (addGlob can modify given remove_path value). (cmb)


<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>

[close]

Download -> https://windows.php.net/downloads/releases/

www.php.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
PHP 7.4.1
« Antwort #143 am: 18 Dezember, 2019, 13:16 »
Changelog

    Bcmath:
        Fixed bug #78878 (Buffer underflow in bc_shift_addsub).
    Core:
        Fixed bug #78862 (link() silently truncates after a null byte on Windows).
        Fixed bug #78863 (DirectoryIterator class silently truncates after a null byte).
        Fixed bug #78943 (mail() may release string with refcount==1 twice).
        Fixed bug #78810 (RW fetches do not throw "uninitialized property" exception).
        Fixed bug #78868 (Calling __autoload() with incorrect EG(fake_scope) value).
        Fixed bug #78296 (is_file fails to detect file).
        Fixed bug #78883 (fgets(STDIN) fails on Windows).
        Fixed bug #78898 (call_user_func(['parent', ...]) fails while other succeed).
        Fixed bug #78904 (Uninitialized property triggers __get()).
        Fixed bug #78926 (Segmentation fault on Symfony cache:clear).
    GD:
        Fixed bug #78849 (GD build broken with -D SIGNED_COMPARE_SLOW).
        Fixed bug #78923 (Artifacts when convoluting image with transparency).
    EXIF:
        Fixed bug #78793 (Use-after-free in exif parsing under memory sanitizer).
        Fixed bug #78910 (Heap-buffer-overflow READ in exif).
    FPM:
        Fixed bug #76601 (Partially working php-fpm ater incomplete reload).
        Fixed bug #78889 (php-fpm service fails to start).
        Fixed bug #78916 (php-fpm 7.4.0 don't send mail via mail()).
    Intl:
        Implemented FR #78912 (INTL Support for accounting format).
    Mysqlnd:
        Fixed bug #78823 (ZLIB_LIBS not added to EXTRA_LIBS).
    OPcache:
        Fixed $x = (bool)$x; with opcache (should emit undeclared variable notice).
        Fixed bug #78935 (Preloading removes classes that have dependencies).
    PCRE:
        Fixed bug #78853 (preg_match() may return integer > 1).
    Reflection:
        Fixed bug #78895 (Reflection detects abstract non-static class as abstract static. IS_IMPLICIT_ABSTRACT is not longer used).
    Standard:
        Fixed bug #77638 (var_export'ing certain class instances segfaults).
        Fixed bug #78840 (imploding $GLOBALS crashes).
        Fixed bug #78833 (Integer overflow in pack causes out-of-bound access).
        Fixed bug #78814 (strip_tags allows / in tag name => whitelist bypass).

[close]

www.php.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
PHP 7.4.5 / 7.3.17 / 7.2.30
« Antwort #144 am: 18 April, 2020, 09:50 »
PHP 7.4.5 changelog

    Core:
        Fixed bug #79364 (When copy empty array, next key is unspecified).
        Fixed bug #78210 (Invalid pointer address).
    CURL:
        Fixed bug #79199 (curl_copy_handle() memory leak).
    Date:
        Fixed bug #79396 (DateTime hour incorrect during DST jump forward).
        Fixed bug #74940 (DateTimeZone loose comparison always true).
    FPM:
        Implement request #77062 (Allow numeric [UG]ID in FPM listen.{owner,group}) (Andre Nathan)
    Iconv:
        Fixed bug #79200 (Some iconv functions cut Windows-1258).
    OPcache:
        Fixed bug #79412 (Opcache chokes and uses 100% CPU on specific script).
    Session:
        Fixed bug #79413 (session_create_id() fails for active sessions).
    Shmop:
        Fixed bug #79427 (Integer Overflow in shmop_open()).
    SimpleXML:
        Fixed bug #61597 (SXE properties may lack attributes and content).
    SOAP:
        Fixed bug #79357 (SOAP request segfaults when any request parameter is missing).
    Spl:
        Fixed bug #75673 (SplStack::unserialize() behavior).
        Fixed bug #79393 (Null coalescing operator failing with SplFixedArray).
    Standard:
        Fixed bug #79330 (shell_exec() silently truncates after a null byte).
        Fixed bug #79410 (system() swallows last chunk if it is exactly 4095 bytes without newline).
        Fixed bug #79465 (OOB Read in urldecode()). (CVE-2020-7067)
    Zip:
        Fixed bug #79296 (ZipArchive::open fails on empty file).
        Fixed bug #79424 (php_zip_glob uses gl_pathc after call to globfree).

[close]

PHP 7.3.17 changelog

    Core:
        Fixed bug #79364 (When copy empty array, next key is unspecified).
        Fixed bug #78210 (Invalid pointer address).
    CURL:
        Fixed bug #79199 (curl_copy_handle() memory leak).
    Date:
        Fixed bug #79396 (DateTime hour incorrect during DST jump forward).
    Iconv:
        Fixed bug #79200 (Some iconv functions cut Windows-1258).
    OPcache:
        Fixed bug #79412 (Opcache chokes and uses 100% CPU on specific script).
    Session:
        Fixed bug #79413 (session_create_id() fails for active sessions).
    Shmop:
        Fixed bug #79427 (Integer Overflow in shmop_open()).
    SimpleXML:
        Fixed bug #61597 (SXE properties may lack attributes and content).
    Spl:
        Fixed bug #75673 (SplStack::unserialize() behavior).
        Fixed bug #79393 (Null coalescing operator failing with SplFixedArray).
    Standard:
        Fixed bug #79330 (shell_exec() silently truncates after a null byte).
        Fixed bug #79465 (OOB Read in urldecode()). (CVE-2020-7067)
        Fixed bug #79410 (system() swallows last chunk if it is exactly 4095 bytes without newline).
    Zip:
        Fixed bug #79296 (ZipArchive::open fails on empty file).
        Fixed bug #79424 (php_zip_glob uses gl_pathc after call to globfree).

[close]

PHP 7.2.30 changelog

Standard:

    Fixed bug #79468 (SIGSEGV when closing stream handle with a stream filter appended).
    Fixed bug #79330 (shell_exec() silently truncates after a null byte).
    Fixed bug #79465 (OOB Read in urldecode()).

[close]

www.php.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
PHP 7.4.6
« Antwort #145 am: 12 Mai, 2020, 19:15 »
Changelog

    Core:

    Fixed bug #78434 (Generator yields no items after valid() call). (Nikita)
    Fixed bug #79477 (casting object into array creates references). (Nikita)
    Fixed bug #79514 (Memory leaks while including unexistent file). (cmb,
    Nikita)
    Fixed bug #79470 (PHP incompatible with 3rd party file system on demand).
    (cmb)
    Fixed bug #78784 (Unable to interact with files inside a VFS for Git
    Repository). (cmb)
    Fixed bug #78875 (Long variables cause OOM and temp files are not cleaned).
    (cmb) (CVE-2019-11048)
    Fixed bug #78876 (Long variables cause OOM and temp files are not cleaned). (cmb) (CVE-2019-11048)

    DOM:

    Fixed bug #78221 (DOMNode::normalize() doesn't remove empty text nodes). (cmb)

    EXIF:

    Fixed bug #79336 (ext/exif/tests/bug79046.phpt fails on Big endian arch) (Nikita)

    FCGI:

    Fixed bug #79491 (Search for .user.ini extends up to root dir). (cmb)

    MBString:

    Fixed bug #79441 (Segfault in mb_chr() if internal encoding is unsupported). (Girgias)
    OpenSSL:

    Fixed bug #79497 (stream_socket_client() throws an unknown error sometimes with <1s timeout). (Joe Cai)
    PCRE:

    Upgraded to PCRE2 10.34. (cmb)

    Phar:

    Fixed bug #79503 (Memory leak on duplicate metadata). (cmb)

    SimpleXML:

    Fixed bug #79528 (Different object of the same xml between 7.4.5 and 7.4.4). (cmb)

    SPL:

    Fixed bug #69264 (__debugInfo() ignored while extending SPL classes). (cmb)
    Fixed bug #67369 (ArrayObject serialization drops the iterator class). (Alex Dowad)

    Standard:

    Fixed bug #79468 (SIGSEGV when closing stream handle with a stream filter appended). (dinosaur)
    Fixed bug #79447 (Serializing uninitialized typed properties with __sleep should not throw). (nicolas-grekas)

[close]

www.php.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
PHP 7.3.20
« Antwort #146 am: 07 Juli, 2020, 19:45 »
Changelog

    Core:

    Fixed bug #79650 (php-win.exe 100% cpu lockup). (cmb)
    Fixed bug #79668 (get_defined_functions(true) may miss functions). (cmb, Nikita)
    Fixed possibly unsupported timercmp() usage. (cmb)

    Exif:

    Fixed bug #79687 (Sony picture - PHP Warning - Make, Model, MakerNotes)

    Filter:

    Fixed bug #73527 (Invalid memory access in php_filter_strip). (cmb)

    GD:

    Fixed bug #79676 (imagescale adds black border with IMG_BICUBIC). (cmb)

    OpenSSL:

    Fixed bug #62890 (default_socket_timeout=-1 causes connection to timeout).

    PDO SQLite:

    Fixed bug #79664 (PDOStatement::getColumnMeta fails on empty result set).

    SPL:

    Fixed bug #79710 (Reproducible segfault in error_handler during GC involved an SplFileObject). (Nikita)

    Standard:

    Fixed bug #74267 (segfault with streams and invalid data). (cmb)
    Fixed bug #79579 (ZTS build of PHP 7.3.17 doesn't handle ERANGE for posix_getgrgid and others). (Böszörményi Zoltán)

[close]

www.php.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
PHP 7.4.9
« Antwort #147 am: 04 August, 2020, 20:15 »
Changelog

- Apache:
  . Fixed bug #79030 (Upgrade apache2handler's php_apache_sapi_get_request_time
    to return usec). (Herbert256)

- COM:
  . Fixed bug #63208 (BSTR to PHP string conversion not binary safe). (cmb)
  . Fixed bug #63527 (DCOM does not work with Username, Password parameter).
    (cmb)

- Core:
  . Fixed bug #79740 (serialize() and unserialize() methods can not be called
    statically). (Nikita)
  . Fixed bug #79783 (Segfault in php_str_replace_common). (Nikita)
  . Fixed bug #79778 (Assertion failure if dumping closure with unresolved
    static variable). (Nikita)
  . Fixed bug #79779 (Assertion failure when assigning property of string
    offset by reference). (Nikita)
  . Fixed bug #79792 (HT iterators not removed if empty array is destroyed).
    (Nikita)
  . Fixed bug #78598 (Changing array during undef index RW error segfaults).
    (Nikita)
  . Fixed bug #79784 (Use after free if changing array during undef var during
    array write fetch). (Nikita)
  . Fixed bug #79793 (Use after free if string used in undefined index warning
    is changed). (Nikita)
  . Fixed bug #79862 (Public non-static property in child should take priority
    over private static). (Nikita)
  . Fixed bug #79877 (getimagesize function silently truncates after a null
    byte) (cmb)

- Fileinfo:
  . Fixed bug #79756 (finfo_file crash (FILEINFO_MIME)). (cmb)

- FTP:
  . Fixed bug #55857 (ftp_size on large files). (cmb)

- Mbstring:
  . Fixed bug #79787 (mb_strimwidth does not trim string). (XXiang)

- Phar:
  . Fixed bug #79797 (Use of freed hash key in the phar_parse_zipfile
    function). (CVE-2020-7068) (cmb)

- Reflection:
  . Fixed bug #79487 (::getStaticProperties() ignores property modifications).
    (cmb, Nikita)
  . Fixed bug #69804 (::getStaticPropertyValue() throws on protected props).
    (cmb, Nikita)
  . Fixed bug #79820 (Use after free when type duplicated into
    ReflectionProperty gets resolved). (Christopher Broadbent)

- Standard:
  . Fixed bug #70362 (Can't copy() large 'data://' with open_basedir). (cmb)
  . Fixed bug #78008 (dns_check_record() always return true on Alpine).
    (Andy Postnikov)
  . Fixed bug #79839 (array_walk() does not respect property types). (Nikita)

[close]

www.php.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
PHP 7.4.10
« Antwort #148 am: 02 September, 2020, 18:45 »
Changelog

- Core:
  . Fixed bug #79884 (PHP_CONFIG_FILE_PATH is meaningless). (cmb)
  . Fixed bug #77932 (File extensions are case-sensitive). (cmb)
  . Fixed bug #79806 (realpath() erroneously resolves link to link). (cmb)
  . Fixed bug #79895 (PHP_CHECK_GCC_ARG does not allow flags with equal sign).
    (Santiago M. Mola)
  . Fixed bug #79919 (Stack use-after-scope in define()). (cmb)
  . Fixed bug #79934 (CRLF-only line in heredoc causes parsing error).
    (Pieter van den Ham)
  . Fixed bug #79947 (Memory leak on invalid offset type in compound
    assignment). (Nikita)

- COM:
  . Fixed bug #48585 (com_load_typelib holds reference, fails on second call).
    (cmb)

- Exif:
  . Fixed bug #75785 (Many errors from exif_read_data).
    (Níckolas Daniel da Silva)

- Gettext:
  . Fixed bug #70574 (Tests fail due to relying on Linux fallback behavior for
    gettext()). (Florian Engelhardt)

- LDAP:
  . Fixed memory leaks. (ptomulik)

- OPcache:
  . Fixed bug #73060 (php failed with error after temp folder cleaned up).
    (cmb)
  . Fixed bug #79917 (File cache segfault with a static variable in inherited
    method). (Nikita)

- PDO:
  . Fixed bug #64705 (errorInfo property of PDOException is null when
    PDO::__construct() fails). (Ahmed Abdou)

- Session:
  . Fixed bug #79724 (Return type does not match in ext/session/mod_mm.c).
    (Nikita)

- Standard:
  . Fixed bug #79930 (array_merge_recursive() crashes when called with array
    with single reference). (Nikita)
  . Fixed bug #79944 (getmxrr always returns true on Alpine linux). (Nikita)
  . Fixed bug #79951 (Memory leak in str_replace of empty string). (Nikita)

- XML:
  . Fixed bug #79922 (Crash after multiple calls to xml_parser_free()). (cmb)

[close]

www.php.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
PHP 8.0.6
« Antwort #149 am: 05 Mai, 2021, 11:10 »
Changelog

06 May 2021, PHP 8.0.6

- PDO_pgsql:
  . Revert "Fixed bug #80892 (PDO::PARAM_INT is treated the same as PDO::PARAM_STR)"
    from PHP 8.0.5.

29 Apr 2021, PHP 8.0.5

- Core:
  . Fixed bug #75776 (Flushing streams with compression filter is broken). (cmb)
  . Fixed bug #80811 (Function exec without $output but with $restult_code
    parameter crashes). (Nikita)
  . Fixed bug #80814 (threaded mod_php won't load on FreeBSD: No space
    available for static Thread Local Storage). (Dmitry)
  . Changed PowerPC CPU registers used by Zend VM to work around GCC bug.
    Old registers (r28/r29) might be clobbered by _restgpr routine used for
    return from C function compiled with -Os. (Dmitry)

- Dba:
  . Fixed bug #80817 (dba_popen() may cause segfault during RSHUTDOWN). (cmb)

- DOM:
  . Fixed bug #66783 (UAF when appending DOMDocument to element). (cmb)

- FFI:
  . Fixed bug #80847 (CData structs with fields of type struct can't be passed
    as C function argument). (Nickolas Daniel da Silva, Dmitry)

- FPM:
  . Fixed bug #80024 (Duplication of info about inherited socket after pool
    removing). (Jakub Zelenka)

- FTP:
  . Fixed bug #80880 (SSL_read on shutdown, ftp/proc_open). (cmb, Jakub
    Zelenka)

- IMAP:
  . Fixed bug #80800 (imap_open() fails when the flags parameter includes
    CL_EXPUNGE). (girgias)
  . Fixed bug #80710 (imap_mail_compose() header injection). (cmb, Stas)

- Intl:
  . Fixed bug #80763 (msgfmt_format() does not accept DateTime references).
    (cmb)

- LibXML:
  . Fixed bug #73533 (Invalid memory access in php_libxml_xmlCheckUTF8). (cmb)
  . Fixed bug #51903 (simplexml_load_file() doesn't use HTTP headers). (cmb)

- MySQLnd:
  . Fixed bug #80837 (Calling stmt_store_result after fetch doesn't throw an
    error). (Kamil Tekiela)

- Opcache:
  . Fixed bug #80839 (PHP problem with JIT). (Dmitry)
  . Fixed bug #80861 (erronous array key overflow in 2D array with JIT).
    (Dmitry)
  . Fixed bug #80786 (PHP crash using JIT). (Nikita)
  . Fixed bug #80782 (DASM_S_RANGE_VREG on PHP_INT_MIN-1). (Dmitry)

- Pcntl:
  . Fixed bug #79812 (Potential integer overflow in pcntl_exec()). (cmb)

- PCRE:
  . Fixed bug #80866 (preg_split ignores limit flag when pattern with \K has
    0-width fullstring match). (Kamil Tekiela)

- PDO_ODBC:
  . Fixed bug #80783 (PDO ODBC truncates BLOB records at every 256th byte).
    (cmb)

- PDO_pgsql:
  . Fixed bug #80892 (PDO::PARAM_INT is treated the same as PDO::PARAM_STR).
    (Matteo)

- Session:
  . Fixed bug #80889 (Cannot set save handler when save_handler is invalid).
    (cmb)
  . Fixed bug #80774 (session_name() problem with backslash). (cmb)

- SOAP:
  . Fixed bug #69668 (SOAP special XML characters in namespace URIs not
    encoded). (cmb)

- Standard:
  . Fixed bug #80915 (Taking a reference to $_SERVER hides its values from
    phpinfo()). (Rowan Tommins)
  . Fixed bug #80914 ('getdir' accidentally defined as an alias of 'dir').
    (Rowan Tommins)
  . Fixed bug #80771 (phpinfo(INFO_CREDITS) displays nothing in CLI). (cmb)
  . Fixed bug #78719 (http wrapper silently ignores long Location headers).
    (cmb)
  . Fixed bug #80838 (HTTP wrapper waits for HTTP 1 response after HTTP 101).
    (manuelm)

- Zip:
  . Fixed bug #80825 (ZipArchive::isCompressionMethodSupported does not exist).
    (cmb)

[close]

Download: Klick

www.php.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )