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/