Topic: using PEAR on shared web host (Read 538 times)
Global Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6309
38674 credits Members referred : 374
It's time to use PHP5!
« on: May 31, 2006, 05:55:15 PM »
Hello,
after writing lots of classes I started finally with pear classes.
because all my websites running on a shared host I have to use the browser based installer / admin tool.
I heard about that the PEAR server is not so fast and also the web interface is (very) slow.
I installed the pear library one level above the site root otherwise it will not work. At last it's possible to to me update the php.ini file to change the include path.
How is your experience with PEAR in a similar configuration?
Global Moderator Community Supporter?
Jedai Sword Master
Gender:
Posts: 6309
38674 credits Members referred : 374
It's time to use PHP5!
« Reply #2 on: May 31, 2006, 10:30:02 PM »
plus Pear: - the classes are really easy to use (clear code) - Pear projects are using other pear classes - one include path takes care about later includes
minus Pear: - some of them are php5 compatible (but are they written with php5 OOP functions?) - your own OOP knowlegdge will not raise so much - the Pear server is buggy/slow