--- Jim MacDiarmid <[EMAIL PROTECTED]> wrote: > I'm using a shared host for some web applications I'm doing. These > applications (including PEAR) use file i/o functions such as fread(). At the > moment, my shared host has these functions disabled. Since the fread is > disabled it's causing the browser-based PEAR front end not to display the > images and icons. I'd also like to be able to read and write my own files. I > was wondering if there was a way to enable these I/O functions myself using > ini_set or some other way since I don't have direct access to the php.ini > file? > > Thanks, > Jim
Things which are disabled at the php.ini configuration file level or VirtualHost container level are not supposed to be changeable at the user level. You may want to look for another host. Personally, I prefer one who allows SSH (secure shell) logins. James _____ James D. Keeline http://www.Keeline.com http://www.Keeline.com/articles http://Stratemeyer.org http://www.Keeline.com/TSCollection http://www.ITeachPHP.com -- Free Computer Classes: Linux, PHP, etc. Summer Semester Begins Jun 20 -- New Classes Start Every Few Weeks. Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
