| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
(cherry picked from commit 73ca9b37731dd9690ffd9706333b17eaf90ea091)
|
|
|
|
|
|
|
|
|
| |
Due to a signedness confusion in `GetCode_` a corrupt GIF file can
trigger an infinite loop. Furthermore we make sure that a GIF without
any palette entries is treated as invalid *after* open palette entries
have been removed.
(cherry picked from commit 8d6e9588671136837533fe3785657c31c5b52767)
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| | |
* PHP-7.1:
Sync known vc++ versions in 7.1
|
| | |
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Once upon the time, commit c58f63a38ae19caaab339c61486fc3bd7e5894f9
changed the check from U8T_CANONICAL to U8T_DECOMPOSE. However,
the autoconf cache id was not renamed.
Sometimes it is desirable to preseed the autoconf variables, e.g. when
cross-compiling to avoid the tests running on the host system. In this
case it's confusing when the cache id does not match the variable to
set, so let's adjust it.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|\ \
| |/
| |
| |
| | |
* PHP-7.1:
Fix yet one data race in PCRE
|
| |
| |
| |
| |
| |
| |
| |
| | |
PCRE 8.x initializes the pattern compiler on demand during the first
pcre_study call. It could be worse, but since the compiled patterns are
cached, the locking impact is minimal. PCRE 10.x always compiles the
pattern and thread sanitizer doesn't complain about the compiler
initialization, thus the newer PCRE version seems to be unafected.
|
|\ \
| |/
| |
| |
| | |
* PHP-7.1:
Fix use after free revealed by phpdbg
|
| | |
|
| | |
|
|\ \
| |/
| |
| |
| |
| | |
* PHP-7.1:
Fixed bug #75601 Thread race in PCRE JIT support
bump versions
|
| | |
|
| | |
|
| | |
|
|\ \
| |/
| |
| |
| | |
* PHP-7.1:
[ci skip] update NEWS
|
| | |
|
|\ \
| |/
| |
| |
| | |
* PHP-7.1:
7.0.28 is next
|
| |\
| | |
| | |
| | |
| | | |
* PHP-7.0:
7.0.28 is next
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.1:
[ci skip] update NEWS
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-7.0:
[ci skip] update NEWS
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.1:
Fixed bug #75608 ("Narrowing occurred during type inference" error)
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.1:
Use dtor unconditionally in error case
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-7.0:
Use dtor unconditionally in error case
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.1:
Fixed bug #75573 (Segmentation fault in 7.1.12 and 7.0.26)
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-7.0:
Fixed bug #75573 (Segmentation fault in 7.1.12 and 7.0.26)
|
| | |
| | |
| | |
| | | |
(cherry picked from commit 3b9ba7b6bd9e24bdbeca8e8e3f24cee2fccc51d8)
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.1:
Fix compat with libcurl 7.56.1+ and file:// wrapper
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Since 7.52.x libcurl file:// scheme was implemented in a way described
in https://tools.ietf.org/html/draft-ietf-appsawg-file-scheme-16 . The
draft is still not accepted and the change contained a BC breach with
win32 path handling. It was reported upstream and 7.52.x fixed it, but
the BC breaching behavior was reintroduced in 7.56.1. Thus, it is better
to handle this on the PHP side.
|
|\ \ \
| |/ / |
|
| |\ \
| | |/ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Register operands are required in this context.
This is a backport of 8c8679207ae5ada8751288e75b78c928a4d34d1d
to PHP 7.0+. The current code caused incorrect behavior on AArch64
when compiling with clang.
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.1:
Consider Xdebug for tmi ini generation, too
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-7.0:
Consider Xdebug for tmi ini generation, too
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* PHP-7.1:
Set trailing zero
|
| |\ \
| | |/
| | |
| | |
| | | |
* PHP-7.0:
Set trailing zero
|
| | | |
|
| | |
| | |
| | |
| | | |
This reverts commit 23d2bd374838897ec97f9994e70856686a89f132.
|
| | |
| | |
| | |
| | | |
The corresponding implementations are available from APR.
|