Hi, I recently installed php 5.0.0 but it seems that it does not interpret php-files and send it's contetnt as-is:
> curl -i http://localhost/phpinfo.php HTTP/1.1 200 OK Date: Tue, 03 Aug 2004 07:01:17 GMT Server: Apache/1.3.31 (Unix) PHP/5.0.0 mod_perl/1.29 rus/PL30.20 Last-Modified: Sun, 01 Aug 2004 20:46:51 GMT ETag: "37607-14-410d56bb" Accept-Ranges: bytes Content-Length: 20 Connection: close Content-Type: application/x-httpd-php <?php phpinfo(); ?> where "<?php phpinfo(); ?>" is the content of phpinfo.php. The same thing happens with any other .php-file. Has anybody seen such problem before? Vadim.