From: Jeremy A. <ja...@tu...> - 2002-10-28 17:42:15
|
> 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 -- Jeremy Agee phpWebSite Development Team (http://phpwebsite.appstate.edu) Appalachian State University |