Commit 604b9177 authored by Igor Wiedler's avatar Igor Wiedler

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

parent c2bbfe57
...@@ -582,6 +582,7 @@ the following may help. ...@@ -582,6 +582,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
...@@ -610,10 +611,10 @@ The exact cause of this issue could not be determined yet. ...@@ -610,10 +611,10 @@ The exact cause of this issue could not be determined yet.
ioncube loader bug ioncube loader bug
~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~
Ioncube loader is an extension that can decode PHP encoded file. Ioncube loader is an extension that can decode PHP encoded file.
Unfortunately, old versions (prior to version 4.0.9) are not working well Unfortunately, old versions (prior to version 4.0.9) are not working well
with phar archives. with phar archives.
You must either upgrade Ioncube loader to version 4.0.9 or newer or disable it You must either upgrade Ioncube loader to version 4.0.9 or newer or disable it
by commenting or removing this line in your php.ini file: by commenting or removing this line in your php.ini file:
.. code-block:: ini .. code-block:: ini
......
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