On Mon, 2005-02-07 at 14:44 +0100, Marcus Boerger wrote: > Hello Timm, > > include files in the tests should be named .inc or similar
This is not an include file, and it's called index.php so that you can simply use the directory as DocumentRoot for an Apache virtual host. > because otherwiese make clean will erase them. Huh? Which make clean are you talking about? $ ls -al ext/sybase_ct/tests/index.php -rw-r--r-- 1 thekid thekid 5160 Feb 6 15:08 ext/sybase_ct/tests/index.php $ make clean find . -name \*.lo -o -name \*.o | xargs rm -f find . -name \*.la -o -name \*.a | xargs rm -f find . -name \*.so | xargs rm -f find . -name .libs -a -type d|xargs rm -rf rm -f libphp5.la sapi/cli/php sapi/cgi/php modules/* libs/* $ ls -al ext/sybase_ct/tests/index.php -rw-r--r-- 1 thekid thekid 5160 Feb 6 15:08 ext/sybase_ct/tests/index.php > Could you please rename this one? ??? - Timm -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php