News Feed
Jobs Feed
Sections




News Archive
Ed Finkler's Blog:
Bug in Zend Studio 5.5's php.ini
January 04, 2007 @ 07:22:05

Ed Finkler points out (in his latest blog entry) a problem he's noticed when using Zend Studio 5.5 related to its default path.

In the php.ini file used by the PHP5 executable, the include path is hosed. If you installed in the default location and are running Windows, you'll probably find the file at: C:Program FilesZendZendStudio-5.5.0binphp5php.ini

The problem is that the value of include_path isn't wrapped in quotes, making portions of it act like a comment and "hose" your directory path. Thankfully, it's a pretty simple fix - just quote the value and be on your merry way. It's one of those bugs that has the potential to be so small that it'd be very frustrating to find.

0 comments voice your opinion now!
bug zendstudio phpini quoted path include bug zendstudio phpini quoted path include


blog comments powered by Disqus

Similar Posts

MaltBlue.com: 4 Keys to a Great Software Development Methodology

DZone.com: Hardening PHP: How to securely include remote code (part 1)

Pablo Viquez: PHP debugging with JMeter and Zend Debugger

Nick Halstead's Blog:

Tony Bibbs' Blog: Problems Using Zend Studio after Upgrade to openSUSE 10.3


Community Events











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


conference functional code community testing interview development podcast series object tool introduction zendframework2 unittest release language framework opinion phpunit example

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