Details
-
Type:
Patch
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 1.10.8
-
Fix Version/s: None
-
Component/s: Zend_Tool
-
Labels:None
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
Attachments
Issue Links
| This issue duplicates: | ||||
| ZF-9806 | Config.php generates wrong php.includepath entry in .zf.ini |
|
|
|
My attempt at a patch