55This guide explains how to install Zephir Parser using a Windows operating system.
66Some parts are optional, when you have a specific PHP version.
77Parts which are only necessary for a specific PHP version, are marked as such.
8- PHP-Version requirements are marked using `` [] ` `
8+ PHP-Version requirements are marked using ` [] `
99
1010### Software Requirements [ PHP 5.5 or later]
1111
@@ -16,6 +16,7 @@ PHP-Version requirements are marked using ``[]``
1616
1717* [ Install Windows SDK 6.1] ( http://www.microsoft.com/en-us/download/details.aspx?id=24826 )
1818** WARNING:** This usually takes very long to install and is very big
19+
1920* [ Install Visual Studio 2008 Express (after SDK 6.1!)] ( http://go.microsoft.com/fwlink/?LinkId=104679 )
2021Install C++ Express Edition, (You should start and activate it)
2122
@@ -28,7 +29,7 @@ Install C++ Express Edition, (You should start and activate it)
2829 setx path "%path%;c:\path-to-php\"
2930 ```
3031* [Install PHP SDK](http://windows.php.net/downloads/php-sdk/)
31- (Currently " php-sdk-binary-tools-20110915.zip" is the newest)
32+ (Currently ` php-sdk-binary-tools-20110915.zip` is the newest)
3233
3334```cmd
3435setx php_sdk "c:\path-to-php-sdk"
@@ -64,12 +65,6 @@ configure --enable-zephir_parser
6465nmake 2> compile-errors.log 1> compile.log
6566```
6667
67- ### Parser troubleshooting
68-
69- * Requirements: Copy ` re2c.exe ` to the ` parser ` folder (from PHP-SDK for example)
70- * You may have to adjust the paths in buildWin32.bat (if you for example do not use VS2012 on a x64 machine)
71-
72-
7368### Additional Links
7469
7570Building PHP under Windows: https://wiki.php.net/internals/windows/stepbystepbuild
0 commit comments