|
Posted by IchBin on 08/18/06 03:24
awebguynow wrote:
> I have 2 related ?'s that I'll throw into the fire, at this point.
>
> Whats the story on Smarty ?
> Was it a PEAR package at one time ? Is it still ? ( install is not
> thru Pear )
I am new to PHP. It is not apart of the Pear modules. You can download
Smarty form their website: http://smarty.php.net
> I didn't see it under any current lists of PEAR packages.
> But my old php.ini had:
> include_path=".;C:\PHP\pear;C:\PHP\PEAR\Smarty\libs"
The above include statement has nothing to do with any combination of
the two packages. It just happens that you need to have them on a
include statement in you ini..
I have both and my include path looks like this:
include_path =".;C:\php\PEAR\pear;C:\Program Files\smarty\libs;"
>
> Installing Pear on a Shared Host, using Pear 1.4.3+
> and using remote-install and remote-* commands.
> It looks very good and a slick way to stay in sync.
> Are there issues if there are existing PEAR pkgs online already ?
Do not know but the docs should tell you. You could uninstall the
packages and reinstall but that maybe overkill.
>
> I suppose one method would be to delete them and start from scratch.
> Location of PEAR online ?
It's here: http://pear.php.net
> I did notice in my Shared Host installation, I even had DB, which my
> webhost provides system-wide. I did not intend to install it, and
> wonder if this would be a conflict ?
>
I am getting as feeling you are not doing any research..?
--
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA http://weconsultants.phpnet.us
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
[Back to original message]
|