Edit report at https://bugs.php.net/bug.php?id=33528&edit=1

 ID:                 33528
 Comment by:         majewski dot joseph at gmail dot com
 Reported by:        sr at brightlight dot ch
 Summary:            get_include_path returning an array
 Status:             Open
 Type:               Feature/Change Request
 Package:            Feature/Change Request
 Operating System:   Irrelevant
 PHP Version:        4.3.11
 Block user comment: N
 Private report:     N

 New Comment:

$pathArray = explode( PATH_SEPARATOR, get_include_path() );


Previous Comments:
------------------------------------------------------------------------
[2005-06-30 19:21:07] sr at brightlight dot ch

Description:
------------
get_include_path is basically useless like it is now (get_ini 
can be used for that as well). It would be more useable if it 
returned an array of include paths, so that we don't always 
have to split it up by ourselfs which is time consuming and 
not elegant.



------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=33528&edit=1

Reply via email to