PHP5: extension_dir hardcoded?
am 09.03.2005 21:36:53 von Schrimmy
I've migrated to PHP five and noticed that the setting extension_dir is
not followed by PHP5. Instead it stubbornly looks for c:\php5. Is this a
(hardcoded) bug?
Please advice,
Best regards,
Mario Schrijver
Re: PHP5: extension_dir hardcoded?
am 09.03.2005 21:48:36 von Thomas Hamacher
Schrimmy schrieb:
> I've migrated to PHP five and noticed that the setting extension_dir is
> not followed by PHP5. Instead it stubbornly looks for c:\php5. Is this a
> (hardcoded) bug?
Nein. Schau mal, ob überhaupt die richtige php.ini geladen wird.
4.2. Wo finde ich die php.ini?
http://www.php-faq.de/q/q-php-ini.html
Re: PHP5: extension_dir hardcoded?
am 10.03.2005 20:19:34 von Schrimmy
Thomas Hamacher schreef:
> Schrimmy schrieb:
>
>> I've migrated to PHP five and noticed that the setting extension_dir
>> is not followed by PHP5. Instead it stubbornly looks for c:\php5. Is
>> this a (hardcoded) bug?
>
>
> Nein. Schau mal, ob überhaupt die richtige php.ini geladen wird.
>
> 4.2. Wo finde ich die php.ini?
> http://www.php-faq.de/q/q-php-ini.html
Hallo Thomas,
Vielen dank für deine eintrage!
Mario