Péntek Imre wrote:
Hi,

Now I want to see all my temporary php files in /tmp/php.
I made these settings:
[EMAIL PROTECTED]:~# cat /etc/php.ini |grep /tmp/php
upload_tmp_dir =/tmp/php
session.save_path = "/tmp/php"
soap.wsdl_cache_dir="/tmp/php"
[EMAIL PROTECTED]:~# But when I use gzopen() or gzfile() the temporary files are still stored in /tmp/
What other settings should I make?

I'm not sure if PHP works this way, but did you completely shut down Apache and then restart it after making these changes?


Thanks
-dant

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



Reply via email to