History log of /PHP-7.2/ (Results 76 – 100 of 83797)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2213bd3622-Oct-2019 Remi Collet

add NEWS entry

4b5cdda021-Oct-2019 Stanislav Malyshev

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Fix bug #78599 (env_path_info underflow can lead to RCE) (CVE-2019-11043)
bump versions after release
set versions for release


bea2ff8819-Oct-2019 Fabien Villepinte

Fix bug #78697: inaccurate error message

ab061f9512-Oct-2019 Jakub Zelenka

Fix bug #78599 (env_path_info underflow can lead to RCE) (CVE-2019-11043)

45a7723219-Oct-2019 Christoph M. Becker

Fix #78694: Appending to a variant array causes segfault

`write_dimension` object handlers have to be able to handle `NULL`
`offset`s; for now we simply throw an exception instead of fol

Fix #78694: Appending to a variant array causes segfault

`write_dimension` object handlers have to be able to handle `NULL`
`offset`s; for now we simply throw an exception instead of following
the `NULL` pointer.

show more ...

d2cde0bf16-Sep-2019 m.yakunin

Fix #70153 \DateInterval incorrectly unserialized

Added a separate macro for reading 'days' property, so that bool(false)
is correctly converted to the proper internal representation.

e2a6bf4809-Oct-2019 Mitch Hagstrand

Fix checksum calculation for opcache

900bdcbd12-Oct-2019 Christoph M. Becker

Fix #78665: Multicasting may leak memory

46561dab10-Oct-2019 Nikita Popov

Fix leak in phar open

96c84b7b10-Oct-2019 Nikita Popov

Fix leak on static method call on non-existent class

daf1fc6e09-Oct-2019 Nikita Popov

Avoid float to int cast UB in exif

3164186d09-Oct-2019 Erik Lundin

Fix #78656: Parse errors classified as highest log-level

d6ca174d09-Oct-2019 Nikita Popov

Remove redundant components < 0 check

components is an unsigned number, it cannot be smaller than zero.

a8f60ac908-Oct-2019 Sergei Turchanov

Add pcre_get_compiled_regex_cache_ex() with local_aware flag

A new function `pcre_get_compiled_regex_cache_ex()` is introduced,
which allows to compile regexp pattern using the "C" local

Add pcre_get_compiled_regex_cache_ex() with local_aware flag

A new function `pcre_get_compiled_regex_cache_ex()` is introduced,
which allows to compile regexp pattern using the "C" locale instead
of a current locale.

This will be needed to replace setlocale() usage in fileinfo,
which is not thread-safe.

show more ...

4689458008-Oct-2019 Fabien Villepinte

Add missing SKIPIFs in exif tests

195c200808-Oct-2019 Christoph M. Becker

Fix #78642: Wrong libiconv version displayed

The high byte of `_libiconv_version` specifies the major version; the
low byte the minor version.

05d6878b08-Oct-2019 Remi Collet

next is 7.2.25

fd3118ff08-Oct-2019 Christoph M. Becker

Fix #78641: addGlob can modify given remove_path value

`remove_path` points to the given string, so we must not modify it.
Instead we use a duplicate, if we need the modification.

Fix #78641: addGlob can modify given remove_path value

`remove_path` points to the given string, so we must not modify it.
Instead we use a duplicate, if we need the modification.

We may want to switch to `zend_string`s in master.

show more ...

19e6abeb07-Oct-2019 Nikita Popov

Check for object_init_ex() failure in user filter factory

7d19668f07-Oct-2019 Nikita Popov

Set session.gc_probability=0 in bug78624.phpt

We only want to test manually triggered session GC.
Avoid spurious output due to automatic GC.

114c03b907-Oct-2019 Christoph M. Becker

Fix #78623: Regression caused by "SP call yields additional empty result set"

This reverts commit 41a4379cb45419a376043ca5f8c5a2bca82cea7c.

545412a604-Oct-2019 Christoph M. Becker

Split intl tests for ICU 65

abaf9a7603-Oct-2019 Christoph M. Becker

Fix #78620: Out of memory error

The integer addition in `ZEND_MM_ALIGNED_SIZE_EX` can overflow, what we
have to catch early.

a6d2196302-Oct-2019 Brent Shaffer

fix #78624: session_gc return value for user defined session handlers

Revision tags: php-7.1.27, php-7.3.3, php-7.2.16, php-7.3.3RC1, php-7.2.16RC1, php-7.2.15, php-7.3.2, php-7.2.15RC1, php-7.3.2RC1, php-5.6.40, php-7.1.26, php-7.3.1, php-7.2.14, php-7.2.14RC1, php-7.3.1RC1, php-5.6.39, php-7.1.25, php-7.2.13, php-7.0.33, php-7.3.0, php-7.1.25RC1, php-7.2.13RC1, php-7.3.0RC6, php-7.1.24, php-7.2.12, php-7.3.0RC5, php-7.1.24RC1, php-7.2.12RC1, php-7.3.0RC4, php-7.1.23, php-7.2.11, php-7.3.0RC3, php-7.1.23RC1, php-7.2.11RC1, php-7.3.0RC2, php-5.6.38, php-7.1.22, php-7.3.0RC1, php-7.2.10, php-7.0.32
9a2b42a503-Sep-2018 Fábio Souto

Fix bug #76809 (SSL settings aren't respected when persistent connection is reused)

12345678910>>...3352