[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pear-doc
Subject:    [PEAR-DOC] [PEAR-BUG] Bug #8228 [NEW]: instructions are incorrect
From:       "mgillies at nps dot org dot au" <pear-doc () lists ! php ! net>
Date:       2006-07-16 23:31:20
Message-ID: bug-8228 () pear ! php ! net
[Download RAW message or body]

From:             mgillies at nps dot org dot au
Operating system: Red Hat Enterprise Linux ES3
Package version:  
PHP version:      4.3.2
Package:          Documentation
Bug Type:         Bug
Bug description:  instructions are incorrect

Description:
------------
http://pear.php.net/manual/en/faq.pearinhomedir.php

Instructions on setting the path to use a local install of PEAR are
incorrect:

<?php
 $path = ini_get('include_path');
 ini_set('include_path', '/home/user/pear;'.$path);
?>

The correct line (for me at least) looks like this:

 ini_set('include_path', '/home/user/pear/share/pear:'.$path);


-- 
Edit bug report at http://pear.php.net/bugs/bug.php?id=8228&edit=1
-- 

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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic