Liang ZHONG wrote:
> The php configuration is: http://liang.ns2user.info/php/info.php. I have
> no read permission of those httpd.conf files so do not know how apache
> configured.

That shows PHP is running as a CGI.  As a CGI PHP has very little
control over anything.  It is completely at the mercy of the web server
to do everything.  That's likele the source of your problem.  You need a
better server with PHP running as an Apache module.

-Rasmus

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to