|
|
发表于 2004-11-18 05:13:00
|
显示全部楼层
Without Zend, php.ini is usually located in /etc or /etc/php4. Are you sure php is installed?
Test Method 1:
Save the following script as a file, say, php-test.php in your server's directory home.
<?php
phpinfo();
?>
With your web-browser, type:
http://yourserver-IP/php-test.php
Replace "yourserver-IP" with yourserver's name or IP address. See what is displayed?
Test Method 2:
use rpm to check if php is installed. |
|