Comment 1 for bug 1025631

Revision history for this message
Stephan RĂ¼gamer (sruegamer) wrote :

Well,

the issue is not this file but a bug in PHP5 for ages.

If you don't enable the include_path in php.ini, php will crash, whatever you do.

So, the right fix is to enable include_path in php.ini so the zend-framework.ini can resolve ${include_path}
This is even documented in README.debian in the package.

Setting it to won't fix