77
88The Zephir Parser delivered as a C extension for the PHP language.
99
10- Supported PHP versions: ** 7.0** , ** 7.1** , ** 7.2** .
10+ Supported PHP versions: ** 7.0** , ** 7.1** , ** 7.2** , ** 7.3 ** and ** 7.4 ** (nightly) .
1111
1212** NOTE:** The [ ` development ` ] [ :dev-branch: ]
1313branch will always contain the latest ** unstable** version. If you wish to
@@ -22,7 +22,7 @@ Prerequisite packages are:
2222
2323* OS: Linux || Solaris || FreeBSD || macOS || Windows
2424* Compiler: ` g++ ` >= 4.4 || ` clang++ ` >= 3.x || ` vc++ ` >= 11
25- * [ ` re2c ` ] ( http:// re2c.org/ ) >= 0.13.6
25+ * [ ` re2c ` ] [ : re2c: ] >= 0.13.6
2626
2727To build extension from the source you will need the PHP development headers.
2828If PHP was manually installed, these should be available by default.
@@ -48,9 +48,9 @@ extension from sources.
4848
4949For Linux/Unix-based based systems you'll need also:
5050
51- * [ GNU make] ( https://www. gnu.org/software/ make/ ) 3.81 or later
52- * [ autoconf] ( https://www. gnu.org/software/ autoconf/autoconf.html ) 2.31 or later
53- * [ automake] ( https://www. gnu.org/software/ automake/ ) 1.14 or later
51+ * [ GNU make] [ : gnu- make: ] 3.81 or later
52+ * [ autoconf] [ : gnu- autoconf: ] 2.31 or later
53+ * [ automake] [ : gnu- automake: ] 1.14 or later
5454
5555#### Ubuntu
5656
@@ -131,3 +131,7 @@ See the [LICENSE][:ext-license:] file for more information.
131131[ :dev-branch: ] :https://github.com/phalcon/php-zephir-parser/tree/development
132132[ :branches: ] : https://github.com/phalcon/php-zephir-parser/branches
133133[ :tags: ] : https://github.com/phalcon/php-zephir-parser/tags
134+ [ :re2c: ] : http://re2c.org
135+ [ :gnu-make: ] : https://www.gnu.org/software/make
136+ [ :gnu-autoconf: ] : https://www.gnu.org/software/autoconf/autoconf.html
137+ [ :gnu-automake: ] : https://www.gnu.org/software/automake
0 commit comments