News Feed
Jobs Feed
Sections




News Archive
Jacob Santos' Blog:
Zend Framework Hackish Include Path Solution
October 02, 2006 @ 13:18:50

Jacob Santos was having a problem with the Zend Framework. It couldn't find its own files. So, he's come up with a hack that helps mod_php users to avoid the problem.

I've had problem with Zend Framework not being able to find its files, which is usually not good. The "workaround" of adding the realpath works, but would be overwritten when updating. Besides, going through the files just to add realpath locations is a hassle.

The php_value only works with mod_php, so good luck if you are running PHP using CGI/FastCGI. Actually, you'll have no luck, because it won't work using CGI.

Essentially, it uses the ihi_set function to define the correct include path. Check out the comments of the post for some other suggestions.

0 comments voice your opinion now!
zend framework path solution hack iniset includepath zend framework path solution hack iniset includepath


blog comments powered by Disqus

Similar Posts

Rob Allen's Blog: Zend Framework Tutorial (Update)

Fabien Potencier's Blog: Create your own framework... on top of the Symfony2 Components (part 6)

php|architect: Introduction to Solar

Zend Developer Zone: Use LiveUser for Authentication & Permission Management with the Zend Framewok

News.com: Zend to show PHP tools in October


Community Events











Don't see your event here?
Let us know!


database testing introduction language release interview framework series unittest zendframework2 podcast phpunit api development functional code opinion community example composer

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework