ID:               24114
 Updated by:       [EMAIL PROTECTED]
 Reported By:      stefano dot cecconi at staff dot aruba dot it
-Status:           Open
+Status:           Feedback
 Bug Type:         PHP options/info functions
 Operating System: windows 2000
 PHP Version:      4.3.2
 New Comment:

Your version should never have worked... it's not a bug at all that you
need to strip that / (it will make PHP to open
c:/call_php/counter.php)...


Previous Comments:
------------------------------------------------------------------------

[2003-06-10 09:09:41] stefano dot cecconi at staff dot aruba dot it

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 this bug report at http://bugs.php.net/?id=24114&edit=1

Reply via email to