summaryrefslogtreecommitdiffstats
path: root/php-8.4.0-phpize.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-07-03 16:50:39 +0200
committerRemi Collet <remi@php.net>2024-07-03 16:50:39 +0200
commit0710a637220022e39dec30ecc856ac71c7882dd0 (patch)
tree46cf0a85dd61acd006925b521aac9fa2f5e10504 /php-8.4.0-phpize.patch
parent6f35cdb5bbd4a88c10617bbda37bcb37f96a4fbd (diff)
Update to 8.4.0alpha1
drop imap, pspell, oci8 and pdo_oci extensions
Diffstat (limited to 'php-8.4.0-phpize.patch')
-rw-r--r--php-8.4.0-phpize.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/php-8.4.0-phpize.patch b/php-8.4.0-phpize.patch
new file mode 100644
index 0000000..76c3ed5
--- /dev/null
+++ b/php-8.4.0-phpize.patch
@@ -0,0 +1,35 @@
+diff -up ./scripts/phpize.in.headers ./scripts/phpize.in
+--- ./scripts/phpize.in.headers 2019-07-23 10:05:11.000000000 +0200
++++ ./scripts/phpize.in 2019-07-23 10:18:13.648098089 +0200
+@@ -166,6 +166,15 @@ phpize_autotools()
+ $PHP_AUTOHEADER || exit 1
+ }
+
++phpize_check_headers()
++{
++ if test ! -f $includedir/main/php.h; then
++ echo "Can't find PHP headers in $includedir"
++ echo "The php-devel package is required for use of this command."
++ exit 1
++ fi
++}
++
+ # Main script
+
+ case "$1" in
+@@ -184,12 +193,15 @@ case "$1" in
+
+ # Version
+ --version|-v)
++ phpize_check_headers
+ phpize_print_api_numbers
+ exit 0
+ ;;
+
+ # Default
+ *)
++ phpize_check_headers
++
+ phpize_check_configm4 0
+
+ phpize_check_build_files