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 c386b1f commit 9b816d8Copy full SHA for 9b816d8
Zend/Makefile.frag
@@ -28,3 +28,8 @@ $(srcdir)/zend_ini_parser.c: $(srcdir)/zend_ini_parser.y
28
29
$(srcdir)/zend_ini_scanner.c: $(srcdir)/zend_ini_scanner.l
30
@(cd $(top_srcdir); $(RE2C) $(RE2C_FLAGS) --no-generation-date --case-inverted -cbdFt Zend/zend_ini_scanner_defs.h -oZend/zend_ini_scanner.c Zend/zend_ini_scanner.l)
31
+
32
+$(srcdir)/zend_vm_execute.h: $(srcdir)/zend_vm_def.h $(srcdir)/zend_vm_execute.skl $(srcdir)/zend_vm_gen.php
33
+ @if test ! -z "$(PHP)" && test -x "$(PHP)"; then \
34
+ $(PHP) $(srcdir)/zend_vm_gen.php; \
35
+ fi;
0 commit comments