History log of /PHP-7.2/ (Results 226 – 250 of 83797)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c939a67821-Jun-2019 Nikita Popov

Fix d leak in ecc openssl_pkey_new

dfe6f0c121-Jun-2019 Nikita Popov

Fix netscape spki leak in openssl

a0da2fb221-Jun-2019 Nikita Popov

Fix X509 leak in openssl_pkcs7_verify()

e0bafc6d21-Jun-2019 Nikita Popov

Fix CSR leaks in openssl

90cb374321-Jun-2019 Nikita Popov

Free cert in php_openssl_load_stream_cafile()

X509_STORE_add_cert() increments the refcount of the cert, so we
should free it here.

Revision tags: php-7.1.22RC1, php-7.3.0beta3, php-7.2.10RC1, php-7.1.21, php-7.2.9, php-7.3.0beta2
fea9f93103-Aug-2018 Niklas Keller

Fix memory leak in TLS matches_san_list

fcd6f2de20-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.

d8202bf920-Jun-2019 Remi Collet

fix test for Windows and for parallel run

b3cfeda320-Jun-2019 Remi Collet

improve test clean section

c2ee2e4c20-Jun-2019 Remi Collet

move NEWS entry

63f2d88020-Jun-2019 Remi Collet

add test for #78185

cd6a6e4c20-Jun-2019 Dmitry Stogov

Fixed bug #78185 (File cache no longer works)

82021ad919-Jun-2019 Andrey Hristov

Fix version comparison

31a1c1e619-Jun-2019 Joe Watkins

fix setcookie Max-Age to use php_time

599b94ff19-Jun-2019 Joe Watkins

export php_time

65067dff18-Jun-2019 Joe Watkins

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

d54220bc18-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 ...

e59b986f18-Jun-2019 Remi Collet

move NEWS entry

03db04c317-Jun-2019 Nikita Popov

Accept null for preg_quote delimiter argument

Related to bug #78163.

28808ca914-Jun-2019 Dmitry Stogov

Backport 96a12578c13b5c37195b10526fcdc669b795644d

40f463b514-Jun-2019 Dmitry Stogov

Backport 91a6cdbff5ebd1ca4db1d6e8c42d3265ce80ace4

f1a8138013-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).

f8a68fd913-Jun-2019 Nikita Popov

Add test for bug #78106

Also add PHP_TEST_EXTRA_ARGS environment variable, which allows
to pass on -c, -d etc flags provided by run-tests.php. Otherwise
we won't get the built-in ser

Add test for bug #78106

Also add PHP_TEST_EXTRA_ARGS environment variable, which allows
to pass on -c, -d etc flags provided by run-tests.php. Otherwise
we won't get the built-in server to run with opcache.

show more ...

feb92adc11-Jun-2019 Remi Collet

next is 7.2.21

f3ff72e530-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 ...

12345678910>>...3352