php-src/ext/pcntl
DanielEScherzer 5dd0575698
Generated arginfo header files: combine preprocessor conditional blocks (#15736)
When functions' or class methods' availability is based on some preprocessor
condition, the generated arginfo header files wrap the declarations in the
preprocessor `#if` conditional blocks, one per declaration, even if they are in
the same conditional block based on comments in the stub file. Instead of
having multiple conditional blocks one after the other with the same condition,
combine them into a single conditional block.
2024-09-04 13:04:22 +02:00
..
tests Remove Travis artefacts (#15714) 2024-09-04 01:15:10 +02:00
config.m4 Autotools: Sync CS in ext/pcntl (#15341) 2024-08-11 15:12:37 +02:00
CREDITS
pcntl_arginfo.h Generated arginfo header files: combine preprocessor conditional blocks (#15736) 2024-09-04 13:04:22 +02:00
pcntl.c Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +01:00
pcntl.stub.php ext/pcntl adding Pcntl namespace for Qos class. 2024-07-10 19:15:04 +01:00
php_pcntl.h ext/pcntl: Added new function pcntl_waitid 2024-07-07 11:04:14 +01:00
php_signal.c Set SA_ONSTACK too when zend signals are disabled and in pcntl 2022-10-16 23:47:53 +01:00
php_signal.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00