projects
/
m6w6
/
ext-propro
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
c5b306a
)
[config.w32] disable trying to build ext for PHP8
author
Jan Ehrhardt
<github@ehrhardt.nl>
Tue, 1 Dec 2020 20:59:28 +0000
(21:59 +0100)
committer
GitHub
<noreply@github.com>
Tue, 1 Dec 2020 20:59:28 +0000
(21:59 +0100)
See https://github.com/m6w6/ext-http/issues/97#issuecomment-
736807714
for the ratio.
config.w32
patch
|
blob
|
history
diff --git
a/config.w32
b/config.w32
index 90ef462cbf4c5c9e89f550346e6559e8b5e5671d..426ec3ad1f8dcf2dc8b54851006b2a44164d5e37 100644
(file)
--- a/
config.w32
+++ b/
config.w32
@@
-1,7
+1,7
@@
ARG_ENABLE("propro", "for propro support", "no");
-if (PHP_PROPRO == "yes") {
+if (PHP_PROPRO == "yes"
&& PHP_VERSION <= 7
) {
var PHP_PROPRO_HEADERS=glob(configure_module_dirname + "/src/*.h");
var PHP_PROPRO_SRC_ARRAY=glob(configure_module_dirname + "/src/*.c");
var PHP_PROPRO_SOURCES="";