File tree Expand file tree Collapse file tree 2 files changed +6
-15
lines changed Expand file tree Collapse file tree 2 files changed +6
-15
lines changed Original file line number Diff line number Diff line change @@ -8,21 +8,12 @@ This guide explains how to install Zephir Parser using a Windows operating syste
88Some parts are optional, when you have a specific PHP version.
99Parts which are only necessary for a specific PHP version, are marked as such.
1010
11- [Software Requirements (PHP 5.5 or later) ]
11+ [Software Requirements]
1212------------------------------------------
1313
1414* Install Visual Studio 2012 Express: http://www.microsoft.com/en-US/download/details.aspx?id=34673
1515 You should start it and activate it.
1616
17- [Software Requirements (below PHP 5.5)]
18- ---------------------------------------
19-
20- * Install Windows SDK 6.1: http://www.microsoft.com/en-us/download/details.aspx?id=24826
21- WARNING: This usually takes very long to install and is very big
22-
23- * Install Visual Studio 2008 Express (after SDK 6.1!): http://go.microsoft.com/fwlink/?LinkId=104679
24- Install C++ Express Edition, (You should start and activate it)
25-
2617[Software Requirements General]
2718-------------------------------
2819
@@ -72,4 +63,5 @@ and search for a section mentioning the Zephir Parser extension.
7263[Additional Links]
7364------------------
7465
75- Building PHP under Windows: https://wiki.php.net/internals/windows/stepbystepbuild
66+ * Building PHP 5.5 - 7.1 under Windows: https://wiki.php.net/internals/windows/stepbystepbuild
67+ * Building PHP 7.2+ under Windows: https://wiki.php.net/internals/windows/stepbystepbuild_sdk_2
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ To install Zephir Parser on Windows:
2222 ```
23234 . Finally, restart your web server
2424
25- You can [ compile it yourself] ( https://github.com/phalcon/php-zephir-parser/blob/master/README.WIN32-BUILD-SYSTEM ) .
25+ ** NOTE: ** Also you can [ compile it yourself] ( https://github.com/phalcon/php-zephir-parser/blob/master/README.WIN32-BUILD-SYSTEM ) .
2626
2727### Linux
2828
@@ -32,9 +32,8 @@ On a Unix-based platform you can easily compile and install the extension from s
3232
3333Prerequisite packages are:
3434
35- * OS: Linux | Solaris | FreeBSD | macOS | Windows
36- * Compiller: g++ >= 4.4 | clang++ >= 3.x | vc++ 9
37- * ` autoconf `
35+ * OS: Linux || Solaris || FreeBSD || macOS || Windows
36+ * Compiller: ` g++ ` >= 4.4 || ` clang++ ` >= 3.x || ` vc++ ` >= 11
3837* [ ` re2c ` ] ( http://re2c.org/ ) >= 0.13
3938
4039#### Ubuntu
You can’t perform that action at this time.
0 commit comments