History log of /PHP-8.1/Zend/tests/arginfo_zpp_mismatch.inc (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0ac55e9b 15-Apr-2023 Jakub Zelenka

Add zend_test_crash funtion to segfault PHP process

This is useful for testing PHP-FPM handling of crashed children.

Closes GH-11082


Revision tags: php-8.1.7RC1, php-8.1.4RC1, php-8.1.3, php-8.1.2RC1, php-8.1.0, php-7.3.33, php-7.3.32, php-7.3.31, php-7.3.30, php-7.3.29
# 477f4fe6 31-May-2021 Nikita Popov

Skip pcntl_rfork() in arginfo test

Same as pcntl_fork(), we don't want to have this side-effect in
this mass-test.


Revision tags: php-7.3.28, php-7.3.27, php-7.3.26, php-7.3.26RC1, php-7.3.25, php-7.3.25RC1, php-7.3.24
# a8e92e36 22-Oct-2020 Máté Kocsis

Run arginfo/ZPP verification tests in strict mode as well

Closes GH-6370