Skip to content

Commit 2a65c45

Browse files
committed
Fixing typo on requirements - closes #918. Also making the format match the real settings you'd see in PHP.ini, because why not?
1 parent 91fd86a commit 2a65c45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reference/requirements.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ Optional
3838
* APC 3.0.17+ (or another opcode cache needs to be installed)
3939
* PHP.ini recommended settings
4040

41-
* short_open_tags: off
42-
* magic_quotes_gpc: off
43-
* register_globals: off
44-
* session.autostart: off
41+
* ``short_open_tag = Off``
42+
* ``magic_quotes_gpc = Off``
43+
* ``register_globals = Off``
44+
* ``session.autostart = Off``
4545

4646
Doctrine
4747
--------

0 commit comments

Comments
 (0)