You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+11-11
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@
28
28
~~~
29
29
30
30
3. Create php.ini files in the `configurations` directory. In all php.ini files you can use `%phpDir%` variable. This is especially useful for `zend_extension`, e.g.
31
-
~~~
31
+
~~~ini
32
32
zend_extension = "%phpDir%\ext\php_opcache.dll"
33
33
zend_extension = "%phpDir%\ext\php_xdebug.dll"
34
34
~~~
@@ -39,7 +39,7 @@
39
39
### Apache + PHP module
40
40
41
41
1. Add Apache service definition under `services` key:
42
-
~~~
42
+
~~~json
43
43
{
44
44
"services": [
45
45
{
@@ -51,22 +51,22 @@
51
51
~~~
52
52
53
53
2. Update Apache configuration to contain something like this:
0 commit comments