php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6706 virtualhost php_value problems
Submitted: 2000-09-13 04:08 UTC Modified: 2000-10-15 17:16 UTC
From: martelli at magnux dot com dot br Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0 Latest CVS (13/09/2000) OS: linux
Private report: No CVE-ID: None
 [2000-09-13 04:08 UTC] martelli at magnux dot com dot br
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...

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-09-13 06:33 UTC] martelli at magnux dot com dot br
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 07:17 UTC] martelli at magnux dot com dot br
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-10-15 17:16 UTC] sniper@php.net
This should be fixed in PHP4.0.3pl1.

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 03:01:29 2024 UTC