Skip to content

Commit 47f3103

Browse files
committed
Update Windows guide [ci skip]
1 parent 8229ad3 commit 47f3103

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

WINDOWS.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,24 @@ configure --enable-zephir_parser
6565
nmake 2> compile-errors.log 1> compile.log
6666
```
6767

68+
* Edit your php.ini file and add this line:
69+
70+
```ini
71+
[Zephir Parser]
72+
extension=c:\path-to-zephir-parser\ext\Release_TS\php_test.dll
73+
```
74+
75+
* Finally, **restart your web server**
76+
77+
78+
**NOTE:** To ensure that your Zephir Parser installation was successful, debug with:
79+
80+
```php
81+
<?php phpinfo(); ?>
82+
```
83+
84+
and search for a section mentioning the Zephir Parser extension.
85+
6886
### Additional Links
6987

7088
Building PHP under Windows: https://wiki.php.net/internals/windows/stepbystepbuild

0 commit comments

Comments
 (0)