add more log

This commit is contained in:
Dengke Tang
2023-03-21 09:36:58 -07:00
parent 8586159d9c
commit 399e56c826
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ ZEND_EXTERN_MODULE_GLOBALS(awscrt)
# define XRETURN_STRING(s) RETURN_STRING(s, 1) # define XRETURN_STRING(s) RETURN_STRING(s, 1)
# define XRETVAL_STRINGL(s, l) RETVAL_STRINGL(s, l, 1) # define XRETVAL_STRINGL(s, l) RETVAL_STRINGL(s, l, 1)
# define XRETVAL_STRING(s) RETVAL_STRING(s, 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 */ #endif /* PHP 5.x */
#include "api.h" #include "api.h"