[PHP-DEV] PHP 4.0 Bug #6706 Updated: virtualhost php_value problems From: Bug Database (php-dev <email protected>)
Date: 10/15/00

ID: 6706
Updated by: sniper
Reported By: martelli <email protected>
Status: Closed
Bug Type: Apache related
Assigned To:
Comments:

This should be fixed in PHP4.0.3pl1.

--Jani

Previous Comments:
---------------------------------------------------------------------------

[2000-09-13 07:17:10] martelli <email protected>
ok...
yet not solved, but it got smaller...it happens only when I'm
using UserDir

www.x.com.br/~fulano
www.y.com.br/~fulano

[]'s

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

[2000-09-13 06:33:51] martelli <email protected>
With multiple virtualhosts and different "php_value include_path" values,
when looking at phpinfo(), I get confused returns for include_path, like a round robin from some of the values declared, even using php4_latest.tgz...

Eg:

howto it should be:

   www.x.com.br -> include_path /site/x/
   www.y.com.br -> include_path /site/y/
   www.z.com.br -> include_path /site/z/

but what I get:

   www.x.com.br -> include_path /site/x
(reload)
   www.x.com.br -> include_path /site/y
(reload)
   www.x.com.br -> include_path /site/z
(reload)
   www.x.com.br -> include_path /site/y
...

thanx all for the help

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

[2000-09-13 04:08:04] martelli <email protected>
With multiple virtualhosts and different "php_value include_path" values,
when looking at phpinfo(), I still get confused returns, like a round robin
from some of the values declared.(similar to bug 5543), even when
using php4_latest.tgz...

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

Full Bug description available at: http://bugs.php.net/?id=6706

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>