php 5.2.5 php_value bug?

#1
Update: i think the problem is in other place.
When i set up php 5.2.5 only for 1 vhosts it work very good.

--------------------------------------------------------------------------------------------------


I upgrade php from 5.2.4 to 5.2.5 and php_value stop working correct.

Once time i reload page phpinfo shows correct include_path (seted by php_value) once don't




Configuration:
Freebsd 6.2
litespeed 3.2.4 (standard)

Tested on:
Oryginal php 5.2.5 and php from freebsd ports

litespeed sapi path version: 4.1

To reproduce try in litespeed apache conf set php_value include_path other that in php.ini and run create script:

PHP:
<?php
phpinfo();
?>
run it several times from browser.


I dodn't tested it on apache then i don't know if it is php bug or litespeed bug :)
 
Last edited:
Top