Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67229 - smarty 2.6.[25] ebuilds reference old php.ini path and invalid ini variable name
Summary: smarty 2.6.[25] ebuilds reference old php.ini path and invalid ini variable name
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-12 07:16 UTC by Elfyn McBratney (beu) (RETIRED)
Modified: 2005-01-08 13:35 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Correct the path to the php.ini file and fix typo (s/includes/include_path/). (smarty-2.6.2-pkg_postinst-fixup.diff,630 bytes, patch)
2004-10-12 07:23 UTC, Elfyn McBratney (beu) (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Elfyn McBratney (beu) (RETIRED) gentoo-dev 2004-10-12 07:16:22 UTC
The smarty-2.6.[25] ebuilds reference the old path to the php.ini file (/etc/php4/php.ini) and tell the user that they can enable smarty by adding the install path (/usr/lib/php/Smarty) to the `includes' variable, which is wrong - it should be `include_path'.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Elfyn McBratney (beu) (RETIRED) gentoo-dev 2004-10-12 07:23:59 UTC
Created attachment 41622 [details, diff]
Correct the path to the php.ini file and fix typo (s/includes/include_path/).

I've only attached the one diff as the fix is the same for both ebuilds.  Also,
does the text look/sound/read ok? :-)
Comment 2 Loki 2004-12-21 08:33:56 UTC
I was wondering if perhaps you could simply make it an enviorment variable? i'm not  very familiar with PHP, however i do believe you can simply add it in somewhere in env.d and then you wouldn't have to worry about making people do things by hand
Comment 3 Tom Knight (RETIRED) gentoo-dev 2005-01-08 13:35:16 UTC
Fixed all smarty ebuilds, thanks for the patch.