[Phplib-trackers] [ phplib-Bugs-471092 ] Update Quick Start
Brought to you by:
nhruby,
richardarcher
|
From: <no...@so...> - 2001-10-14 19:45:19
|
Bugs item #471092, was opened at 2001-10-14 12:45 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=403611&aid=471092&group_id=31885 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Update Quick Start Initial Comment: In section 1.3 of the documentation it says: VERY IMPORTANT NOTE: This is a quick installation guide to get you started if you have an installation where you control the web server, PHP interpreter and database server completely. They are not suitable for a web hosting setup where you have only limited to no control over the installation. The fact is that if you're using apache, you can use .htaccess to change practically all settings of the php.ini file: #not php.ini, but you can set php extensions AddType application/x-httpd-php .phtml .php .inc .ihtml #PHP Options (only examples) php_value auto_prepend_file local.inc php_value include_path .:/usr/local/lib/php:/home/user/www/phplib php_flag asp_tags On So as long as you have access to everything else, this isn't a problem. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=403611&aid=471092&group_id=31885 |