Re: [PHP] stupid compile problem... additional ini files not found

2006-08-21 Thread Jochem Maas
hi Richard, Richard Lynch wrote: > Are /etc and /etc/php.d set to be executable by the PHP user?... read and execute bit is on for everyone on those dirs. > > Though I *thought* the files were getting read by root at Apache > startup, so that shouldn't matter... > > Did you remember to restart

Re: [PHP] stupid compile problem... additional ini files not found

2006-08-21 Thread Richard Lynch
Are /etc and /etc/php.d set to be executable by the PHP user?... Though I *thought* the files were getting read by root at Apache startup, so that shouldn't matter... Did you remember to restart Apache? Are you 100% sure your apache restart script didn't fail to kill/start it?... I spent most o

[PHP] [SOLVED - THE REDHAT WAY] Re: [PHP] stupid compile problem... additional ini files not found

2006-08-21 Thread Jochem Maas
I worked round my problem by adding the contents of my additional ini files to the bottom of the std ini file - a typical redhat solution to a typical redhat problem (I only ever seem to have to go through this kind of crap on Redhat - Debian is much nicer to me). Jochem Maas wrote: > hi people,

Re: [PHP] stupid compile problem... additional ini files not found

2006-08-21 Thread Jochem Maas
John Nichel wrote: > Jochem Maas wrote: >> hi people, >> >> anyone know why my additional ini files are being ignored. >> >> I've just built php5.1.1 >> the configure line is: >> >> './configure' '--with-interbase=shared,/opt/firebird' >> '--with-apxs2=/usr/sbin/apxs' '--with-gd=shared' '--with-zli

Re: [PHP] stupid compile problem... additional ini files not found

2006-08-21 Thread John Nichel
Jochem Maas wrote: hi people, anyone know why my additional ini files are being ignored. I've just built php5.1.1 the configure line is: './configure' '--with-interbase=shared,/opt/firebird' '--with-apxs2=/usr/sbin/apxs' '--with-gd=shared' '--with-zlib-dir' '--with-jpeg-dir' '--with-config-fi

[PHP] stupid compile problem... additional ini files not found

2006-08-21 Thread Jochem Maas
hi people, anyone know why my additional ini files are being ignored. I've just built php5.1.1 the configure line is: './configure' '--with-interbase=shared,/opt/firebird' '--with-apxs2=/usr/sbin/apxs' '--with-gd=shared' '--with-zlib-dir' '--with-jpeg-dir' '--with-config-file-scan-dir=/etc/php.