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
8
8
Some parts are optional, when you have a specific PHP version.
9
9
Parts which are only necessary for a specific PHP version, are marked as such.
10
10
11
- [Software Requirements (PHP 5.5 or later) ]
11
+ [Software Requirements]
12
12
------------------------------------------
13
13
14
14
* Install Visual Studio 2012 Express: http://www.microsoft.com/en-US/download/details.aspx?id=34673
15
15
You should start it and activate it.
16
16
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
-
26
17
[Software Requirements General]
27
18
-------------------------------
28
19
@@ -72,4 +63,5 @@ and search for a section mentioning the Zephir Parser extension.
72
63
[Additional Links]
73
64
------------------
74
65
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:
22
22
```
23
23
4 . Finally, restart your web server
24
24
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 ) .
26
26
27
27
### Linux
28
28
@@ -32,9 +32,8 @@ On a Unix-based platform you can easily compile and install the extension from s
32
32
33
33
Prerequisite packages are:
34
34
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
38
37
* [ ` re2c ` ] ( http://re2c.org/ ) >= 0.13
39
38
40
39
#### Ubuntu
You can’t perform that action at this time.
0 commit comments