Commit 7c7d51f7 authored by Fabien Potencier's avatar Fabien Potencier

merged branch laurent35240/master (PR #104)

Commits
-------

9dcab531 Pitfail about ioncube loader added in documentation. Mistakes in text fixed Issue https://github.com/fabpot/Silex/issues/93
ca41d277 Pitfail about ioncube loader added in documentation Issue https://github.com/fabpot/Silex/issues/93

Discussion
----------

Pitfall with ioncube loader

Pitfall about problem between phar archive and ioncube loader added in documentation
Issue https://github.com/fabpot/Silex/issues/93

---------------------------------------------------------------------------

by laurent35240 at 2011/05/28 07:22:24 -0700

I just changed the text and added the missing blank line.

Do you know btw a good editor for restructured text? It is the first time that I had to modify such documentation format
parents b5ea9ea1 9dcab531
...@@ -539,6 +539,18 @@ be found. A workaround is using the following include line:: ...@@ -539,6 +539,18 @@ be found. A workaround is using the following include line::
The exact cause of this issue could not be determined yet. 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 disable 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 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