File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1818/* $Id$ */
1919
2020#ifndef PHP_ZEPHIR_PARSER_H
21- #define PHP_ZEPHIR_PARSER_H 1
21+ #define PHP_ZEPHIR_PARSER_H
2222
2323extern zend_module_entry zephir_parser_module_entry ;
2424#define phpext_zephir_parser_ptr &zephir_parser_module_entry
Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ PHP_MINFO_FUNCTION(zephir_parser)
103103
104104/* {{{ zephir_parser_functions[] */
105105const zend_function_entry zephir_parser_functions [] = {
106- PHP_FE (zephir_parse_file , NULL ) /* For testing, remove later. */
107- PHP_FE_END /* Must be the last line in zephir_parser_functions[] */
106+ PHP_FE (zephir_parse_file , NULL )
107+ PHP_FE_END
108108};
109109/* }}} */
110110
@@ -124,6 +124,7 @@ zend_module_entry zephir_parser_module_entry = {
124124};
125125/* }}} */
126126
127+ /* implement standard "stub" routine to introduce ourselves to Zend */
127128#ifdef COMPILE_DL_ZEPHIR_PARSER
128129#ifdef ZTS
129130ZEND_TSRMLS_CACHE_DEFINE ();
You can’t perform that action at this time.
0 commit comments