Timm Friebe wrote:
Hello Lester,
On Sat, 2004-06-19 at 18:22, Lester Caine wrote:
OK I've downloaded phpweb and tried to run it on PHP5, but have fallen at the first hurdle.
index.php calls for include/pregen-events.inc but I can't see that on the CVS - where am I going wrong :)
Use rsync:
-- snip rsync.sh from our php.net mirror -- #!/bin/sh
base="/home/httpd/php3.de" /usr/local/bin/rsync -avzC --delete --delete-after rsync.php.net::phpweb $base/doc_root >/dev/null -- /snip --
And now in English ?
I'm running CVS on Eclipse3 (on Windows) - pregen-events.inc is not present in HEAD as far as I can see so what should I be 'syncing' with ?
Second problem - it seems to be hard coded to be the root web directory, is that the same in PHP4? If I want to run it I have to make phpweb my root Apache directory. I'm normally designing to a subdirectory which can be changed without affecting operations, such as running a new version, so fixed paths through me a bit ;)
How about virtualhosts?
I've only just sorted out real ones :)
-- Lester Caine ----------------------------- L.S.Caine Electronic Services
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php