Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2a65c45

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

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎reference/requirements.rst

Copy file name to clipboardExpand all lines: reference/requirements.rst
+4-4Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.