Hello, yes, I am. Because if I compile PHP from source.tar.gz (version 4.2.3), it works. But I am not sure with version of PHP from CVS. I try
cvs -d :pserver:[EMAIL PROTECTED]:/repository co -r PHP_4_2_3 php4 but answer is only cvs [server aborted]: no such tag PHP_4_2_3. Command cvs -d :pserver:[EMAIL PROTECTED]:/repository co -r PHP_4_2_2 php4 works perfectly. I don't know, what I make bad. Thanks Radek JS> On Thursday 26 December 2002 00:57, Bc. Radek Krejča wrote: >> Fatal error: main() [function.main]: Failed opening required >> './libraries/grab_globals.lib.php' (include_path='.:/usr/local/lib/php') in >> /home/starnet.cz/dbadmin3/index.php on line 8 >> >> Where is problem, what I made bad? JS> Hi, JS> are you sure you have all PHP-Files your PHP-Project needs? The error message JS> tells you that your script trys to load ./libraries/grab_globals.lib.php at JS> index.php, line 8, check wether the grab_globals.lib.php is reachable... JS> johannes -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

