Re: [PHP] per user php.ini

2005-10-09 Thread James Benson
Nothing special on my configure line and the setting:- Configuration File (php.ini) Path looks like /home/USERNAME/public_html Only just noticed it's been switched over to CGI recently, It's also possible to have one php.ini per directory and the above mentioned setting always reflects the

Re: [PHP] per user php.ini

2005-10-09 Thread Rory Browne
they probably use something along the lines of mapping PHP to php -c $HOME/php.ini In Linux this would generally be done using binfmt_misc. On 10/9/05, James Benson [EMAIL PROTECTED] wrote: Nothing special on my configure line and the setting:- Configuration File (php.ini) Path looks like

Re: [PHP] per user php.ini

2005-10-09 Thread James Benson
Thanks for the replies. Rory Browne wrote: they probably use something along the lines of mapping PHP to php -c $HOME/php.ini In Linux this would generally be done using binfmt_misc. On 10/9/05, James Benson [EMAIL PROTECTED] wrote: Nothing special on my configure line and the

[PHP] per user php.ini

2005-10-08 Thread James Benson
Hey everyone, probably missed the bit in the manual but my current webhost allows uploading of my own php.ini to my home dir, my question is how to do this? My guess would be to set the ./configure line to something like --with-config-file-path=/home/*/public_html but I dont wanna

Re: [PHP] per user php.ini

2005-10-08 Thread Rory Browne
why not upload a phpinfo() file and see? I'm personally not quite sure how this would work, and I'm interested in finding out. On 10/8/05, James Benson [EMAIL PROTECTED] wrote: Hey everyone, probably missed the bit in the manual but my current webhost allows uploading of my own php.ini to my