Skip to content

Commit a138296

Browse files
committed
Add php_var include for auto globals
1 parent c9db20c commit a138296

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wrapper.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include "php.h"
1818

1919
#include "ext/standard/info.h"
20+
#include "ext/standard/php_var.h"
2021
#include "ext/standard/file.h"
2122
#include "zend_exceptions.h"
2223
#include "zend_inheritance.h"

0 commit comments

Comments
 (0)