compat: PHP-7.2
authorMichael Wallner <mike@php.net>
Thu, 7 Sep 2017 11:22:29 +0000 (11:22 +0000)
committerMichael Wallner <mike@php.net>
Thu, 7 Sep 2017 11:22:29 +0000 (11:22 +0000)
src/call.c

index ce439bf0cbc52bd8c0fb44f10f81c0afdf42b9a9..015b626323484e5f01351a2653dd9d155f2616de 100644 (file)
@@ -250,8 +250,8 @@ struct psi_context *psi_call_frame_get_context(struct psi_call_frame *frame) {
        return frame->context;
 }
 
        return frame->context;
 }
 
-#if PHP_VERSION_ID < 70200
-#      define PARAM_PROLOGUE(separate) Z_PARAM_PROPLOGUE(separate)
+#if PHP_VERSION_ID < 70300
+#      define PARAM_PROLOGUE(separate) Z_PARAM_PROLOGUE(separate)
 #else
 #      define PARAM_PROLOGUE(separate) Z_PARAM_PROLOGUE(1, separate)
 #endif
 #else
 #      define PARAM_PROLOGUE(separate) Z_PARAM_PROLOGUE(1, separate)
 #endif