I'm on a short vacation right now. Can you try and take a look (maybe with the help of Wez who knows this code quite well) and see what the problem is. I definitely tested it a few months ago when I wrote this patch (it fixes include_once()/require_once() on Windows).
I suspect it's just something small which is breaking things.
If you guys don't figure it, drop me a line of what you found and I'll take a look on Monday.


Andi

At 10:28 AM 12/5/2003 +0100, Sebastian Bergmann wrote:
  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/

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to