php-src/scripts
Michal Prívozník a87f4dd930
check_parameters.php: Make the script's retval reflect errors
When the check_parameters.php script meets an error it prints it
out but the exit value is not affected, it's still 0. This does
not fly with projects that want to run this script as a part of
their test suite.

Therefore, make the script return 0 on success and 2 if any error
was reported.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>

Closes GH-8790.
2022-06-16 15:34:37 +02:00
..
dev check_parameters.php: Make the script's retval reflect errors 2022-06-16 15:34:37 +02:00
man1 Fix FSF address & update year to 2022 2022-03-19 18:25:29 +01:00
Makefile.frag Move gen_stub.php to build directory and install it so phpize can take care of it, and thus extension can use it as it is already in Makefile 2020-04-03 10:48:20 +02:00
php-config.in add ini config details to php-config 2019-06-29 05:26:21 +02:00
phpize.in Move gen_stub.php to build directory and install it so phpize can take care of it, and thus extension can use it as it is already in Makefile 2020-04-03 10:48:20 +02:00
phpize.m4 Set BUILD_CC for phpize 2021-06-13 16:25:41 +02:00