Commit ca41d277 authored by Laurent Clouet's avatar Laurent Clouet

Pitfail about ioncube loader added in documentation

Issue https://github.com/fabpot/Silex/issues/93
parent 81afa6bd
......@@ -539,6 +539,17 @@ be found. A workaround is using the following include line::
The exact cause of this issue could not be determined yet.
ioncube loader bug
~~~~~~~~~~~~~~~~~~
Ioncube loader is an extension that can decode PHP encoded file. Unfortunately
it is not working well with phar archive. If you installed this extension, you
must disabled it by commenting or removing this line in you php.ini file:
.. code-block:: ini
zend_extension = /usr/lib/php5/20090626+lfs/ioncube_loader_lin_5.3.so
IIS configuration
-----------------
......
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