Re: [PHP] custom php.ini

2008-12-16 Thread John Pillion
""Daniel Brown"" wrote in message news:... > I'm not certain about their configuration, but does DreamHost have > AllowOverrides turned on in their httpd.conf? > > If so, just place a full php.ini file in your root web directory > (not just the line for uploads_tmp_dir, but an entire

Re: [PHP] custom php.ini

2008-12-16 Thread Daniel Brown
On Tue, Dec 16, 2008 at 11:39, John P wrote: > Hello all, > > In short, I'm trying to set my uploads_tmp_dir variable, as my hosting > provider has it set ot the default NULL (I'm using dreamhost). > [snip!] > > any pointers? You won't be able to modify the upload_tmp_dir option, as it's PHP_

[PHP] custom php.ini

2008-12-16 Thread John P
Hello all, In short, I'm trying to set my uploads_tmp_dir variable, as my hosting provider has it set ot the default NULL (I'm using dreamhost). I tried setting my own php.ini as instructed exactly on their wiki (http://wiki.dreamhost.com/PHP.ini) but doing so causes PHP to essentially die. p