Chris Shiflett wrote:
> Hi Filin,
> 
>> I've tride a lot of variants and I even think that
>>
>> <IfModule @PHP_MODULE@>
>>   php_admin_value extension_dir /usr/lib/php4/
>> </IfModule>
>>
>> _should_ work - but it doesn't! I don't know why :(
>> (I tried both t/extra.conf.in and
>> t/conf/extra.conf.in)
> 
> 
> The latter is the correct place.
> 
> You might try getting rid of the conditional statement, just to see if
> that's the problem.

hmm, that's a good point.  t/conf/extra.conf.in only affects php tests that
run inside the server, such as t/response/TestAPI/foo.php.  if you're using
 t/foo.php-style tests then settings in t/conf/extra.conf.in don't apply.
guess we need to figure out how to do that...

--Geoff

Reply via email to