Merge branch 'PHP-7.2'

* PHP-7.2:
  add missing makefile fragment for .w32
This commit is contained in:
Anatol Belski 2017-07-28 07:30:23 +02:00
commit 87192f0fab
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,5 @@
ext/phar/phar_path_check.c: ext/phar/phar_path_check.re
cd $(PHP_SRC_DIR)
$(RE2C) --no-generation-date -b -o ext/phar/phar_path_check.c ext/phar/phar_path_check.re

View File

@ -43,4 +43,6 @@ if (PHP_PHAR != "no") {
}
}
ADD_EXTENSION_DEP('phar', 'spl', true);
ADD_MAKEFILE_FRAGMENT();
}