Sidney wrote:
> Dear all,
> 
> When I used the php engine to execute the .php files, it show the following:
> 
> [    PHP Warning:  Unable to load dynamic library
> '/usr/lib/apache/libphp4.so' - undefined symbol: ap_block_alarms in Unknown
> on line 0    ]
> 

How could you get this error message with CGI version (ie php executable)

Tipcally, to run a PHP script like a shell script, you do

php -q -f php_script_file_name_here

and php_script_file_name_here could be

<?php
echo "Hello world";
?>

-- 
Yasuo Ohgaki
Please CC me when you reply to news/list messages.
Do not reply only to me :)


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to