I've compiled MySQL 4.1, PHP 4.4.7 and Apache 1.3.37.
When I try to use phpinfo() to ensure everything is OK, I get the
following message:
Warning: Unknown(/usr/local/apache/htdocs/test.php): failed to open
stream: Permission denied in Unknown on line 0
Warning: (null)() [function.includ e]: Failed opening
'/usr/local/apache/htdocs/test.php' for inclusion
(include_path=' .:/usr/local/lib/php') in Unknown on line 0
Is this some form of security issue?
Secondly, I'm only doing this because the servers on the web I have
access to run similar versions of AMP. If I develop under Apache 2, PHP
5.* and MySQL 5.*, is it expected that the PHP pages and database will
work OK under MySQL 4.1, PHP 4.4.7 and Apache 1.3.37 ?
When I try to use phpinfo() to ensure everything is OK, I get the
following message:
Warning: Unknown(/usr/local/apache/htdocs/test.php): failed to open
stream: Permission denied in Unknown on line 0
Warning: (null)() [function.includ e]: Failed opening
'/usr/local/apache/htdocs/test.php' for inclusion
(include_path=' .:/usr/local/lib/php') in Unknown on line 0
Is this some form of security issue?
Secondly, I'm only doing this because the servers on the web I have
access to run similar versions of AMP. If I develop under Apache 2, PHP
5.* and MySQL 5.*, is it expected that the PHP pages and database will
work OK under MySQL 4.1, PHP 4.4.7 and Apache 1.3.37 ?
Comment