From:             [EMAIL PROTECTED]
Operating system: all
PHP version:      4.3.0
PHP Bug Type:     Documentation problem
Bug description:  Tutorial : HOWTO : using include_path

Topic: include_path (PHP_INI_ALL)

It seems that the include_path directive has been confusing some people
lately so let's teach everyone how to use it.   This is a request for a
tutorial ("tutorial.include-path") that explains the use include_path. 
Topics include:

+ How to set it properly/effectivly using*:
  - ini_set() (PHP_INI_USER)
  - .htaccess (PHP_INI_PERDIR)
  - php.ini (PHP_INI_SYSTEM)
  - httpd.conf (PHP_INI_SYSTEM)

  See also: config.xml      : sec1 configuration.changes
            PHP_INI_* table : currently in ini_set() docs

  * Another need is an explanation of conf features 
    in terms of other web servers like IIS (i.e. 
    windows registry), but that's another topic.

+ It's meaning in relation to:
  - include/require
  - safe mode
  - open_basedir
  - allow_url_fopen  (filesystem/ini.xml)
  - streams
  - ini_get
  - readfile, file, etc. (mention other stuff that uses include_path)

+ Examples
+ Include all changes (when bugs|features were fixed|added)

This is both a report to gather confirmed facts as well as a reminder for
us to eventually write it.  In otherwords, all documentation within the
entire manual on this topic needs evaluating.
-- 
Edit bug report at http://bugs.php.net/?id=21970&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21970&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21970&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21970&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21970&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21970&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21970&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21970&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21970&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21970&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21970&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21970&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21970&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21970&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=21970&r=gnused


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to