File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1- 1.1.1
1+ 1.1.2
Original file line number Diff line number Diff line change 11dnl $Id$
2- dnl config.m4 for extension Zephir Parser
3-
4- dnl Comments in this file start with the string 'dnl'.
5- dnl Remove where necessary. This file will not work
6- dnl without editing.
72
83PHP_ARG_ENABLE(zephir_parser, whether to enable Zephir Parser,
94[ --enable-zephir_parser Enable Zephir Parser] )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ extern zend_module_entry zephir_parser_module_entry;
1919#define phpext_zephir_parser_ptr &zephir_parser_module_entry
2020
2121#define PHP_ZEPHIR_PARSER_NAME "Zephir Parser"
22- #define PHP_ZEPHIR_PARSER_VERSION "1.1.1 "
22+ #define PHP_ZEPHIR_PARSER_VERSION "1.1.2 "
2323#define PHP_ZEPHIR_PARSER_AUTHOR "Zephir Team and contributors"
2424#define PHP_ZEPHIR_PARSER_DESCRIPTION "The Zephir Parser delivered as a C extension for the PHP language."
2525
You can’t perform that action at this time.
0 commit comments