From: Don S. <do...@se...> - 2002-10-28 18:37:10
|
+1 to this. I just installed RC1 and the note that my system's PEAR libs were out of date served as a reminder that I should update them and so I did that. An added bonus if you have root access on the system. Don. On Mon, 28 Oct 2002, Jeremy Agee wrote: > > All, > > > > I'd suggest keeping PEAR libraries as an included download. I've > > actually run across web hosts that don't allow their users to touch the > > PEAR libraries installed with PHP for "security reasons". For these > > folks having a default PEAR library already with Fallout will simplify > > installation and reduce support questions. However, an option to point > > Fallout to the system PEAR library would be nice. > > The pear libs are in rc1 and we plain to keep them in any distro. > > For non root. If you create a file /conf/pear_path.php and put this in it > > <?php > ini_set("include_path",ini_get("include_path").":/mypath/phpws_core/pear/") > ?> > > This is read by index and the local pear stuff is included with the system > default path. This file is also created automatically by set_config if > needed. > > > > > Lastly, there might be three Fallout downloads, one with PEAR libraries, > > one without, and a file that tests for PEAR libraries. Slightly more > > work you folks, but does give us users and developers an opportunity to > > pick what would work best for us. > > > > Michael > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Phpwebsite-developers mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > |