RE: [PHP-WIN] problems with includes after upgrade from 5.2.1 to 5.2.11

2009-09-30 Thread Paul J. Smith
: [PHP-WIN] problems with includes after upgrade from 5.2.1 to 5.2.11 hi, I don't see what could have caused this problem in 5.2.x. However it is a bad idea to use absolute path without a drive letter. It should be better to setup correctly your include_path and relies on it, or prefix your

Re: [PHP-WIN] problems with includes after upgrade from 5.2.1 to 5.2.11

2009-09-30 Thread Pierre Joye
hi, I don't see what could have caused this problem in 5.2.x. However it is a bad idea to use absolute path without a drive letter. It should be better to setup correctly your include_path and relies on it, or prefix your include/require with a predefined path: define('MYINC', 'e:/mysite/include/

[PHP-WIN] problems with includes after upgrade from 5.2.1 to 5.2.11

2009-09-30 Thread Paul J. Smith
Hi, I just upgraded php and am using it with IIS / FastCgi. Now all my code 'includes' and 'requires' are failing as they don't have drive letters :( This does not see to happen if you run from the command line. My php files are all stored on drive e: Previously all my code just referenced fu