History log of /PHP-7.2/ (Results 401 – 425 of 83797)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
09e5223218-Mar-2019 Miriam Lauter

Fix #77767: phpdbg break command help message shows incorrect aliases

Previously the aliases for at and del were listed as A and d
in the help message for break. This patch corrects the

Fix #77767: phpdbg break command help message shows incorrect aliases

Previously the aliases for at and del were listed as A and d
in the help message for break. This patch corrects the aliases
to be @ and ~ respectively.

show more ...

41bc51ce18-Mar-2019 Christoph M. Becker

Fix #77578: Crash when php unload

Since we're putting `ITypeLib *`s into the hash, we're getting
`ITypeLib *`s back, not `ITypeLib **`s.

f21c054918-Mar-2019 Christoph M. Becker

Add bison version check to configure

Since we're already checking for the minimum required re2c version,
also checking for the minimum required bison version is sensible.

e072537e18-Mar-2019 Xinchen Hui

Simplfy test case

(I was working on the same bug while nikic committed the similar fix

b3a669be18-Mar-2019 Nikita Popov

Make test independent of icu version

We don't really care about the actual output here, just that it
doesn't fail.

433758ce18-Mar-2019 Nikita Popov

Allow DateTimeImmutable in datefmt_format_object()

As pointed out in a comment on bug #65683.

4f03401618-Mar-2019 Nikita Popov

Partial fix for bug #77751

This avoids the segfault, but it will not make writing to the
SplFileObject during output shutdown work.

54bf8c8218-Mar-2019 Nikita Popov

Fixed bug #77743

a573c0e918-Mar-2019 Nikita Popov

Fix unused variable warning

bd6eabd616-Mar-2019 twosee

Don't disable object slot reuse while running shutdown functions

We only need to do this once we're running destructors. The current
approach interferes with some event loop code that ru

Don't disable object slot reuse while running shutdown functions

We only need to do this once we're running destructors. The current
approach interferes with some event loop code that runs everything
inside a shutdown function.

show more ...

ab07bc1f17-Mar-2019 Derick Rethans

Fixed 7.2 compat issue

6eb83a6326-Feb-2019 Ignace Nyamagana Butera

Fixed bug #75113: Added DatePeriod::getRecurrences() method.

f167b06d15-Mar-2019 Pedro Magalhães

Added test for #77535 fix

97f9fd6915-Mar-2019 Nikita Popov

Don't immediately destroy curl pushfunction

e7d40afb14-Mar-2019 Nikita Popov

Fixed bug #77742

By avoiding integer overflow in the implementation entirely. The
multiplication was already explicitly checked for overflow, so also
add a check for the addition and

Fixed bug #77742

By avoiding integer overflow in the implementation entirely. The
multiplication was already explicitly checked for overflow, so also
add a check for the addition and remove the overflow checks after
the calculation.

show more ...

c7920aba14-Mar-2019 Xinchen Hui

Fixed bug #77738 (Nullptr deref in zend_compile_expr)

6814ba1111-Mar-2019 Anatol Belski

Die hard if mc.exe or mt.exe not found

Even configure would pass, that producess quite subtle build errors
which are better to avoid at configure stage already.

58c25bf616-Dec-2018 bohwaz

SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy against potential security flaws

e93259bb16-Dec-2018 bohwaz

SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy against potential security flaws

1fd32e9c11-Mar-2019 Nikita Popov

Fixed bug #76717

Print INT_MIN as -INT_MAX-1 to avoid it getting parsed as a float
literal due to integer overflow.

769d2d9b10-Mar-2019 Jakub Zelenka

Speed up TLS wrapper tests when SSLv3 disabled

If SSLv3 is disabled in OpenSSL, then sslv3 is not available so the accept
times out. This commit removes the extra accept if SSLv3 is disa

Speed up TLS wrapper tests when SSLv3 disabled

If SSLv3 is disabled in OpenSSL, then sslv3 is not available so the accept
times out. This commit removes the extra accept if SSLv3 is disabled.

show more ...

66bd861f28-Feb-2019 Anatol Belski

Sync with behavior change in OpenSSL 1.1.1b

A behavior change in revealed by some openssl_decrypt() based test,
where an encrypt API is used with a decrypt context. The EVP_Cipher*
f

Sync with behavior change in OpenSSL 1.1.1b

A behavior change in revealed by some openssl_decrypt() based test,
where an encrypt API is used with a decrypt context. The EVP_Cipher*
functions will automatically choose the right operation depending on the
context passed.

(cherry picked from commit 19a44ffb7be91344550fa700830b8e62a73031ba)

show more ...

488544b317-Feb-2019 Peter Kokot

Update editorconfig

Changes:
- New property max_line_length
- COMMIT_EDITMSG file added when writing commit messages
- Markdown files can have trimmed trailing whitespace also to

Update editorconfig

Changes:
- New property max_line_length
- COMMIT_EDITMSG file added when writing commit messages
- Markdown files can have trimmed trailing whitespace also to simplify
settings.
- https link used to EditorConfig page.
- Added also *.y, *.cpp, and *.inc files
- The tab_width moved to a new all files section

show more ...

41fb0eaa05-Mar-2019 Christoph M. Becker

Fix #77700: Writing truecolor images as GIF ignores interlace flag

We revert the interlace flag related part of commit ff2822a[1], since
contrary to the transparent color, the interlace

Fix #77700: Writing truecolor images as GIF ignores interlace flag

We revert the interlace flag related part of commit ff2822a[1], since
contrary to the transparent color, the interlace flag is not retained
by `gdImageCreatePaletteFromTrueColor()`. This also matches upstream
libgd.

[1] <http://git.php.net/?p=php-src.git;a=commit;h=ff2822a82b740edb8ccf307f080bae188c200fb9>

show more ...

b6308f5b05-Mar-2019 Joe Watkins

fix news

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