ZF-9769: zf create config - outputs incorrect includepath
Description
When running zf create config - The created .zf.ini contains
php.includepath = $path
Whereas from what I can see, it should be
php.include_path = $path
When running zf create config - The created .zf.ini contains
php.includepath = $path
Whereas from what I can see, it should be
php.include_path = $path
Comments
Posted by Chris Tate-Davies (christatedavies) on 2010-04-29T07:50:13.000+0000
My attempt at a patch
Posted by Chris Tate-Davies (christatedavies) on 2010-04-29T07:57:06.000+0000
Forgot to mention, this was running under dirty Windows 7 with the ZF trunk.
Posted by __jul__ (__jul__) on 2010-05-26T16:07:19.000+0000
Linking this issue to ZF-9806 as it appears to be a duplicate.
Posted by Konr Ness (konrness) on 2010-09-02T20:02:10.000+0000
Better patch (from trunk per http://framework.zend.com/wiki/display/…)
Posted by Ralph Schindler (ralph) on 2010-10-21T08:51:20.000+0000
Resolved in ZF-9806