From:             stefano dot cecconi at staff dot aruba dot it
Operating system: windows 2000
PHP version:      4.3.2
PHP Bug Type:     PHP options/info functions
Bug description:  include_path option

This is my include_path option value :

include_path = ".;c:\php\includes"

Before 4.3.2 everything worked using this path in a script : 

include "/call_php/counter.php"

With 4.3.2 is mandatory to remove the first / so it works only with this
path :

include "call_php/counter.php"

or 

include "./call_php/counter.php"

I can't understand this change and it's creating a lot of problems for our
web hosting service, simply because there are thousands of scripts based
on the old way to use relative paths.




-- 
Edit bug report at http://bugs.php.net/?id=24114&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=24114&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=24114&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24114&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24114&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24114&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24114&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24114&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24114&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24114&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24114&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24114&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24114&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24114&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24114&r=gnused

Reply via email to