Die Scriptsprache PHP wurde vor ein paar Tagen aktualisiert. Die Zweige 5.6, 7.0, 7.1 und 7.2 erhielten ein Sicherheitsupdate. Nachfolgend die Änderungen.
PHP 7.2.13 Release Notes
- ftp:
- Fixed bug #77151 (ftp_close(): SSL_read on shutdown).
- CLI:
- Fixed bug #77111 (php-win.exe corrupts unicode symbols from cli parameters).
- Fileinfo:
- Fixed bug #77095 (slowness regression in 7.2/7.3 (compared to 7.1)).
- iconv:
- Fixed bug #77147 (Fixing 60494 ignored ICONV_MIME_DECODE_CONTINUE_ON_ERROR).
- Core:
- Fixed bug #77231 (Segfault when using convert.quoted-printable-encode filter).
- IMAP:
- Fixed bug #77153 (imap_open allows to run arbitrary shell commands via mailbox parameter).
- ODBC:
- Fixed bug #77079 (odbc_fetch_object has incorrect type signature).
- Opcache:
- Phar:
- PGSQL:
- Fixed bug #77047 (pg_convert has a broken regex for the ‘TIME WITHOUT TIMEZONE’ data type).
- SOAP:
- Sockets:
- Fixed bug #67619 (Validate length on socket_write).
PHP 7.1.25 Release Notes
- Core:
- ftp:
- Fixed bug #77151 (ftp_close(): SSL_read on shutdown).
- iconv:
- 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).
- ODBC:
- Fixed bug #77079 (odbc_fetch_object has incorrect type signature).
- Opcache:
- Fixed bug #77058 (Type inference in opcache causes side effects).
- Phar:
- PGSQL:
- Fixed bug #77047 (pg_convert has a broken regex for the ‘TIME WITHOUT TIMEZONE’ data type).
- SOAP:
- Sockets:
- Fixed bug #67619 (Validate length on socket_write).
PHP 7.0.33 Release Notes
- Core:
- Fixed bug #77231 (Segfault when using convert.quoted-printable-encode filter).
- IMAP:
- Phar:
PHP 5.6.39 Release Notes
- Core:
- Fixed bug #77231 (Segfault when using convert.quoted-printable-encode filter).
- IMAP:
- Phar:
Loading...