We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8229ad3 commit 47f3103Copy full SHA for 47f3103
WINDOWS.md
@@ -65,6 +65,24 @@ configure --enable-zephir_parser
65
nmake 2> compile-errors.log 1> compile.log
66
```
67
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
86
### Additional Links
87
88
Building PHP under Windows: https://wiki.php.net/internals/windows/stepbystepbuild
0 commit comments