History log of /PHP-7.2/ (Results 451 – 475 of 83797)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
9ad9cc7128-Feb-2019 Nikita Popov

Fixed bug #77669

af37d58c25-Feb-2019 Nikita Popov

Fix assertion in Exception::getMessage() if $message is a ref

And same for other properties. Encountered in Symfony.

1c22ace025-Feb-2019 Xinchen Hui

Fixed bug #77660 (Segmentation fault on break 2147483648)

4a72dd7825-Feb-2019 Xinchen Hui

Fixed bug #77664 (Segmentation fault when using undefined constant in custom wrapper)

01c0095324-Feb-2019 Jakub Zelenka

Print empty string in test for but 77390 just once

c814b34b24-Feb-2019 Jakub Zelenka

Use spaces instead of tabs in bug 77390 test

2cfb09ca22-Feb-2019 Nikita Popov

Fix inference warning about missing key type

5388143822-Feb-2019 Nikita Popov

Fixed bug #77652

08089b5721-Feb-2019 Frank Denis

Fix bug #77646

934691fa21-Feb-2019 Nikita Popov

Fixed bug #77597

The same variable was reused in two nested loops... The test doesn't
fail on 7.2, but I'm fixing this here anyway as the code is clearly
wrong, and probably erroneou

Fixed bug #77597

The same variable was reused in two nested loops... The test doesn't
fail on 7.2, but I'm fixing this here anyway as the code is clearly
wrong, and probably erroneous in other situations.

show more ...

74888bed09-Feb-2019 Abyr Valg

OpenSSL: Improve non-blocking eof test

7a9c20f320-Feb-2019 Christopher Jones

Correct skipif use for OCI8 password tests

b243f2fe19-Feb-2019 Remi Collet

bump version to 7.2.17-dev

928c422118-Feb-2019 Nikita Popov

Make MADV_HUGEPAGE conditional on USE_ZEND_ALLOC_HUGE_PAGES

There have been multiple reports of large slowdowns due to the
use of MADV_HUGEPAGE, so make it conditional on
USE_ZEND_AL

Make MADV_HUGEPAGE conditional on USE_ZEND_ALLOC_HUGE_PAGES

There have been multiple reports of large slowdowns due to the
use of MADV_HUGEPAGE, so make it conditional on
USE_ZEND_ALLOC_HUGE_PAGES, just like MAP_HUGETLB already is.

show more ...

de73849614-Feb-2019 Christoph M. Becker

Fix #77621: Already defined constants are not properly reported

We must not check uninitialized values (i.e. `c.value`), and we have to
use proper types for printf-style formats (i.e. `c

Fix #77621: Already defined constants are not properly reported

We must not check uninitialized values (i.e. `c.value`), and we have to
use proper types for printf-style formats (i.e. `char *` instead of
`zend_string *`).

show more ...

0ffa84d726-Sep-2018 Peter Kokot

Refactor timelib.m4

The ext/date/lib is bundled library and also includes additional
timelib.m4 macros and checks specific for PHP.

All the checks in the timelib.m4 are already

Refactor timelib.m4

The ext/date/lib is bundled library and also includes additional
timelib.m4 macros and checks specific for PHP.

All the checks in the timelib.m4 are already done in the PHP's
configure.ac:
- headers except for io.h and strings.h
- two functions checked strftime and gettimeofday
- if size of longint is 8
- if size of int is 4
- int32_t and uint32_t types using the PHP_CHECK_STDINT_TYPES

Macro `AC_TIMELIB_C_BIGENDIAN` defined in timelib.m4 is not used.

The two checkings for strtoll and atoll have been moved to date extension's
config0.m4 file.

Additional check for headers <io.h> and <strings.h> has been added to
config0.m4 of the date extension.

Therefore the timelib.m4 can be simplified and removed from the bundled
library to have easier maintenance in the later branches and also
upstream library.

show more ...

56dba3f312-Feb-2019 Johannes Schlüter

Merge remote-tracking branch 'origin/PHP-7.2' into PHP-7.2


07877c4612-Feb-2019 DanielCiochiu

Fixed bug #75546

By respecting the SILENT flag when checking the visibility of a
class constant.

8e34de4712-Feb-2019 Nikita Popov

Fixed bug #77608

Remove special handling of doubles and escape them as usual instead.

b5cb3ac827-Jun-2018 hsldymq

Make pid & uid available while handling realtime signals

a109fddb12-Feb-2019 Nikita Popov

Remove "defensive copy" of DatePeriod properties

get_properties() constructs these as fresh objects with no relation
to the internals, there is no need to clone them again. Additionally

Remove "defensive copy" of DatePeriod properties

get_properties() constructs these as fresh objects with no relation
to the internals, there is no need to clone them again. Additionally
the current implementation leaks memory, because the original objects
are never freed (see PR #3121).

show more ...

c429444010-Feb-2019 Ben Ramsey

Fixed bug #77564: Memory leak in exif_process_IFD_TAG

The memory leak occurs when more than one UserComment tag is present in
the EXIF data. It's still considered corrupt EXIF data, but

Fixed bug #77564: Memory leak in exif_process_IFD_TAG

The memory leak occurs when more than one UserComment tag is present in
the EXIF data. It's still considered corrupt EXIF data, but this ensures
the memory is freed before trying to set to already allocated memory.

show more ...

9222702612-Feb-2019 Dmitry Stogov

Avoid dependency on "struct flock" fields order.

186b5de512-Feb-2019 Anatol Belski

Replace broken binary SDK version

e74a918612-Feb-2019 Anatol Belski

Update SDK version for AppVeyor

1...<<11121314151617181920>>...3352