Posted by Mark on 10/18/06 05:35
Mark wrote:
> so, I'm trying to change the upload temp directory... I've put a
> php.ini file in my public_html folder, but it doesn't seem to be
> reading it..so I tried this instead
>
> <pre>
> <?php
> $old =
> ini_set('upload_tmp_dir','/home/myusername/public_html/uploads');
> echo "old value: $old<br />";
> print_r(ini_get_all());
> ?>
> </pre>
>
> and..that isn't changing it either. what could be the problem?
oh..right now it's using /usr/local/Zend/etc/php.ini but i can't edit
this file :(
[Back to original message]
|