Anyone have any idea why I can't run PHP and mod_perl in the same web structure?
I am getting this in my error log...
[Thu Jul 17 14:02:07 2003] [error] 2508: ModPerl::Registry: Unterminated <> operator at G:/home/walter/htdocs/test.php line 1.
This is my php file...
<?php echo "My simple little PHP test page!", "<p>"; ?>
Any ideas?
And yes, it worked before I installed mod_perl
thanks
walter
Look in your Apache configuration. Are you telling it to process *.php files as PHP? I seriously doubt this is a mod_perl issue....I've been using them together for quite some time.
http://www.by-tor.com/phpinfo.php
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php