1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  [ci skip] Update NEWS
  Fix #77041: buildconf should output error messages to stderr
This commit is contained in:
Peter Kokot
2018-10-20 09:51:22 +02:00
4 changed files with 11 additions and 11 deletions

View File

@@ -28,8 +28,8 @@ while test $# -gt 0; do
done
if test "$dev" = "0" -a "$devok" = "0"; then
echo "You should not run buildconf in a release package."
echo "use buildconf --force to override this check."
echo "You should not run buildconf in a release package." >&2
echo "use buildconf --force to override this check." >&2
exit 1
fi