Home
last modified time | relevance | path

Searched hist:858 (Results 1 – 5 of 5) sorted by path

/unit/auto/modules/
H A Dphpdiff 858:b0947cda8f91 Thu Nov 22 17:23:00 UTC 2018 Valentin Bartenev <vbart@nginx.com> PHP: workaround for bug #71041.

Since PHP 7, a zend_signal_startup() call is required if the interpreter
was built with ZEND_SIGNALS defined; such a call was added in 3fd76e4ce70a.

However, the zend_signal_startup() export is missing from the PHP library;
as the result, dlopen() fails with the 'Undefined symbol "zend_signal_startup"'
error while loading the PHP module.

Meanwhile, if PHP is built without ZTS, the zend_signal_startup() call can
be omitted; otherwise, the missing call causes segmentation fault.

The PHP fix already was committed to upstream, but we still have to deal
with numerous unpatched versions remaining at large.

See the related PHP bug: https://bugs.php.net/bug.php?id=71041
/unit/src/
H A Dnxt_php_sapi.cdiff 858:b0947cda8f91 Thu Nov 22 17:23:00 UTC 2018 Valentin Bartenev <vbart@nginx.com> PHP: workaround for bug #71041.

Since PHP 7, a zend_signal_startup() call is required if the interpreter
was built with ZEND_SIGNALS defined; such a call was added in 3fd76e4ce70a.

However, the zend_signal_startup() export is missing from the PHP library;
as the result, dlopen() fails with the 'Undefined symbol "zend_signal_startup"'
error while loading the PHP module.

Meanwhile, if PHP is built without ZTS, the zend_signal_startup() call can
be omitted; otherwise, the missing call causes segmentation fault.

The PHP fix already was committed to upstream, but we still have to deal
with numerous unpatched versions remaining at large.

See the related PHP bug: https://bugs.php.net/bug.php?id=71041
/unit/test/
H A Dconftest.pydiff 1807:858dbd8c0894 Thu Feb 18 21:21:00 UTC 2021 Andrei Zeliankou <zelenkov@nginx.com> Tests: added regex check.
H A Dtest_routing.pydiff 1807:858dbd8c0894 Thu Feb 18 21:21:00 UTC 2021 Andrei Zeliankou <zelenkov@nginx.com> Tests: added regex check.
/unit/test/unit/check/
H A Dregex.py1807:858dbd8c0894 Thu Feb 18 21:21:00 UTC 2021 Andrei Zeliankou <zelenkov@nginx.com> Tests: added regex check.