Re: [PHP-DEV] include/require b0rked in HEAD

2003-12-05 Thread Sebastian Bergmann
Andi Gutmans wrote: > I suspect it's just something small which is breaking things. It's already fixed, Sebastian -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/ -- PHP

Re: [PHP-DEV] include/require b0rked in HEAD

2003-12-05 Thread Andi Gutmans
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 somethi

[PHP-DEV] include/require b0rked in HEAD

2003-12-05 Thread Sebastian Bergmann
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(.