include/require b0rked in HEAD

php.internals

Sebastian Bergmann

22 years ago
Even after Wez's fix yesterday the new TSRM code recently enabled by Andi causes phpMyAdmin to fail on Windows. phpMyAdmin/index.php has these require() calls: require('./libraries/grab_globals.lib.php'); require('./libraries/common.lib.php'); This results in Warning: main(./libraries/grab_globals.lib.php) [function.main]: failed to open stream: No error in C:\Server\htdocs\phpMyAdmin\index.php on line 9 Fatal error: main() [function.require]: Failed opening required './libraries/grab_globals.lib.php' (include_path='.;c:\server\htdocs\pear\pear') in C:\Server\htdocs\phpMyAdmin\index.php on line 9 Removing the './' from the start of the filepath makes the require() calls succeed.
-- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/