projects
/
m6w6
/
ext-psi
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
72ca6a9
)
compat: PHP-7.2
author
Michael Wallner
<mike@php.net>
Thu, 7 Sep 2017 11:22:29 +0000
(11:22 +0000)
committer
Michael Wallner
<mike@php.net>
Thu, 7 Sep 2017 11:22:29 +0000
(11:22 +0000)
src/call.c
patch
|
blob
|
history
diff --git
a/src/call.c
b/src/call.c
index ce439bf0cbc52bd8c0fb44f10f81c0afdf42b9a9..015b626323484e5f01351a2653dd9d155f2616de 100644
(file)
--- a/
src/call.c
+++ b/
src/call.c
@@
-250,8
+250,8
@@
struct psi_context *psi_call_frame_get_context(struct psi_call_frame *frame) {
return frame->context;
}
-#if PHP_VERSION_ID < 70
2
00
-# define PARAM_PROLOGUE(separate) Z_PARAM_PRO
P
LOGUE(separate)
+#if PHP_VERSION_ID < 70
3
00
+# define PARAM_PROLOGUE(separate) Z_PARAM_PROLOGUE(separate)
#else
# define PARAM_PROLOGUE(separate) Z_PARAM_PROLOGUE(1, separate)
#endif