We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec215d6 commit 8406626Copy full SHA for 8406626
ext/json/json_parser.y
@@ -27,7 +27,7 @@ int json_yydebug = 1;
27
#endif
28
29
#ifdef _MSC_VER
30
-#define YYMALLOC pmalloc
+#define YYMALLOC malloc
31
#define YYFREE free
32
33
sapi/phpdbg/phpdbg_parser.y
@@ -28,7 +28,7 @@ static int yyerror(const char *msg);
ZEND_EXTERN_MODULE_GLOBALS(phpdbg)
34
0 commit comments