History log of /PHP-7.2/NEWS (Results 101 – 125 of 10718)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0e48e35e 03-Jul-2019 Nikita Popov

Fixed bug #78231


# 44c8b741 03-Jul-2019 Christoph M. Becker

Fix #78241: touch() does not handle dates after 2038 in PHP 64-bit

`time_t` defaults to `_time64` (which is 64bit signed) even on x86, but
`Int32x32To64()` truncates it to signed 32bit.

Fix #78241: touch() does not handle dates after 2038 in PHP 64-bit

`time_t` defaults to `_time64` (which is 64bit signed) even on x86, but
`Int32x32To64()` truncates it to signed 32bit. We replace the macro
with the "manual" calculation.

show more ...


# a149f9f3 29-Jun-2019 Anatol Belski

Update NEWS [ci skip]


# 05c00a83 26-Jun-2019 Vincent

Fix bug #78192 PDO SQLite SegFault when reuse statement after schema has changed

Reset stmt->columns when column count changed on new execution of prepared statement


# 4366f22d 25-Jun-2019 Christoph M. Becker

Fix #78202: Opcache stats for cache hits are capped at 32bit NUM

We use the proper format specifiers now.


# fcd6f2de 20-Jun-2019 Christoph M. Becker

Fix #78189: file cache strips last character of uname hash

We must not forget to increase `len` by one to cater to the directory
separator.


# c2ee2e4c 20-Jun-2019 Remi Collet

move NEWS entry


# cd6a6e4c 20-Jun-2019 Dmitry Stogov

Fixed bug #78185 (File cache no longer works)


# 65067dff 18-Jun-2019 Joe Watkins

Resolve discrepencies between second value yielded by gettimeofday and time, fixes #69044


# d54220bc 18-Jun-2019 Asher Baker

Fix #78173: XML-RPC mutates immutable objects during encoding

With opcache.protect_memory=1 enabled, the XML-RPC extension causes a
segfault on PHP 7.2 as it is modifying the recursion c

Fix #78173: XML-RPC mutates immutable objects during encoding

With opcache.protect_memory=1 enabled, the XML-RPC extension causes a
segfault on PHP 7.2 as it is modifying the recursion counter of objects
it touches, without first checking if they are immutable or not.

This doesn't affect 7.3+

show more ...


# e59b986f 18-Jun-2019 Remi Collet

move NEWS entry


# f1a81380 13-Jun-2019 Nikita Popov

Fixed bug #78106

When disabling opcache during the request via opcache.enable ini
setting, make sure we also disable ZCG(accelerator_enabled).


# feb92adc 11-Jun-2019 Remi Collet

next is 7.2.21


# f3ff72e5 30-Apr-2019 Christoph M. Becker

Fix #77937: preg_match failed

On some recent Windows systems, ext\pcre\tests\locales.phpt fails,
because 'pt_PT' is accepted by `setlocale()`, but not properly
supported by the ctype

Fix #77937: preg_match failed

On some recent Windows systems, ext\pcre\tests\locales.phpt fails,
because 'pt_PT' is accepted by `setlocale()`, but not properly
supported by the ctype functions, which are used internally by PCRE2 to
build the localized character tables.

Since there appears to be no way to properly check whether a given
locale is fully supported, but we want to minimize BC impact, we filter
out typical Unix locale names, except for a few cases which have
already been properly supported on Windows. This way code like

setlocale(LC_ALL, 'de_DE.UTF-8', 'de_DE', 'German_Germany.1252');

should work like on older Windows systems.

It should be noted that the locale names causing trouble are not (yet)
documented as valid names anyway, see
<https://docs.microsoft.com/en-us/cpp/c-runtime-library/locale-names-languages-and-country-region-strings?view=vs-2019>.

show more ...


# 10b208f2 07-Jun-2019 Dmitry Stogov

Restored NEWS entry


# 83cdb89f 07-Jun-2019 Dmitry Stogov

Fixed bug #77135 (Extract with EXTR_SKIP should skip $this)


# 7d1aa753 06-Mar-2019 Cameron Porter

Fixed bug #38546

Properly support binding boolean parameters with emulated prepared
statements disabled. Also add the necessary mysqlnd support for
MYSQL_TYPE_TINY.


# 2e025794 02-Jun-2019 Jakub Zelenka

Fix bug #78079 (openssl_encrypt_ccm.phpt fails with OpenSSL 1.1.1c)

It also fixes invalid setting of tag length


# 30511470 29-May-2019 Remi Collet

add NEWS entries for sec fix


# 5533f249 28-May-2019 Joe Watkins

bump version after release


# c34895e8 28-May-2019 Stanislav Malyshev

Fix bug #77967 - Bypassing open_basedir restrictions via file uris


# 73ff4193 28-May-2019 Stanislav Malyshev

Fix bug #77988 - heap-buffer-overflow on php_jpg_get16


# 16e037bd 27-May-2019 Stanislav Malyshev

Update NEWS


# a0c9d084 27-May-2019 Michael Maroszek

Fixed bug #76345


# 9a74b232 23-May-2019 Nikita Popov

Fixed bug #78038 socket_select with references


12345678910>>...429