From 9bd5c08b5f70398dcfb6375c638627efba7e177b Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Mon, 20 Mar 2023 08:22:57 -0700 Subject: [PATCH] try to see if it breaks --- ext/php_aws_crt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/php_aws_crt.h b/ext/php_aws_crt.h index a1fd37c..97a47fa 100644 --- a/ext/php_aws_crt.h +++ b/ext/php_aws_crt.h @@ -60,7 +60,7 @@ ZEND_EXTERN_MODULE_GLOBALS(awscrt) # define XRETURN_STRING(s) RETURN_STRING(s, 1) # define XRETVAL_STRINGL(s, l) RETVAL_STRINGL(s, l, 1) # define XRETVAL_STRING(s) RETVAL_STRING(s, 1) -# define zend_error_noreturn zend_error +// # define zend_error_noreturn zend_error #endif /* PHP 5.x */ #include "api.h"