Re: [PHP] PHP_INI_SCAN_DIR or PHPIniScanDir

2011-06-08 Thread Richard Quadling
On 9 June 2011 01:02, Lester Caine wrote: > Cracked it ... set a 'SYSTEM Variable' and reboot - just restarting did not > work. I now have complex extra ini files for eaccelerator and firebird > loading, and I'm going to strip some other stuff. When in doubt, the 3 fingered salute is often a good

Re: [PHP] PHP_INI_SCAN_DIR or PHPIniScanDir

2011-06-08 Thread Richard Quadling
On 9 June 2011 00:18, Lester Caine wrote: > Richard Quadling wrote: >> >> On 8 June 2011 22:59, Richard Quadling  wrote: >>> >>> But there is a tiny bug in php. >>> The php --ini output doesn't reflect the PHP_INI_SCAN_DIR setting. >> >> http://bugs.php.net/bug.php?id=48831 >> >> Reported but only

Re: [PHP] PHP_INI_SCAN_DIR or PHPIniScanDir

2011-06-08 Thread Lester Caine
Lester Caine wrote: Your command line stuff works, but I only use PHP with Apache. I've got a 'SetEnv PHP_INI_SCAN_DIR xxx' before the module load, but it's not reporting any extra ini's Do I need to compile with something else set - not that I can compile at all at the moment, I'm working with p

Re: [PHP] PHP_INI_SCAN_DIR or PHPIniScanDir

2011-06-08 Thread Lester Caine
Richard Quadling wrote: On 8 June 2011 22:59, Richard Quadling wrote: But there is a tiny bug in php. The php --ini output doesn't reflect the PHP_INI_SCAN_DIR setting. http://bugs.php.net/bug.php?id=48831 Reported but only partially fixed. As I was using my own builds, I didn't realise the

Re: [PHP] PHP_INI_SCAN_DIR or PHPIniScanDir

2011-06-08 Thread Richard Quadling
On 8 June 2011 22:59, Richard Quadling wrote: > But there is a tiny bug in php. > The php --ini output doesn't reflect the PHP_INI_SCAN_DIR setting. http://bugs.php.net/bug.php?id=48831 Reported but only partially fixed. As I was using my own builds, I didn't realise the full patch hadn't been c

Re: [PHP] PHP_INI_SCAN_DIR or PHPIniScanDir

2011-06-08 Thread Richard Quadling
On 8 June 2011 20:47, Lester Caine wrote: > OK, I'm trying to set up my windows setup to work with separate .ini files > for each of the extra extensions as the Linux distributions do. I've got a > \conf\ directory with the php.ini in and then \conf\conf.d\ with a few > windows versions of the SUS