Bug 67229 - smarty 2.6.[25] ebuilds reference old php.ini path and invalid ini variable name
Bug#: 67229 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: php-bugs@gentoo.org Reported By: beu@gentoo.org
Component: Development
URL: 
Summary: smarty 2.6.[25] ebuilds reference old php.ini path and invalid ini variable name
Keywords:  
Status Whiteboard: 
Opened: 2004-10-12 07:16 0000
Description:   Opened: 2004-10-12 07:16 0000
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 From Elfyn McBratney (beu) (RETIRED) 2004-10-12 07:23:59 0000 -------
Created an attachment (id=41622) [details]
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 From Loki 2004-12-21 08:33:56 0000 -------
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 From Tom Knight 2005-01-08 13:35:16 0000 -------
Fixed all smarty ebuilds, thanks for the patch.