Commit 86d23251 authored by Fabien Potencier's avatar Fabien Potencier

merged branch igorw/detect-unicode-off (PR #217)

Commits
-------

604b9177 [docs] set detect_unicode=off, so phar:// is no longer needed

Discussion
----------

[docs] set detect_unicode=off, so phar:// is no longer needed

detect_unicode was causing some issues with wrongly detecting the encoding. This is one of the reasons that phar:// was required, but I am not sure if this is the only case. I will leave the "phar-stub bug" section there for now.
parents 66923851 604b9177
...@@ -542,6 +542,7 @@ the following may help. ...@@ -542,6 +542,7 @@ the following may help.
.. code-block:: ini .. code-block:: ini
detect_unicode = Off
phar.readonly = Off phar.readonly = Off
phar.require_hash = Off phar.require_hash = Off
detect_unicode = Off detect_unicode = Off
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment