On Fri, October 28, 2005 9:36 am, Christoph Freundl wrote:
> Perhaps I return to what I primarily intended to ask: is it really the
> wanted behaviour of virtual() that changes that are made by the
> included file do not influence the environment of the including file?
That is most definitely a de
On Thu, October 27, 2005 3:43 am, Christoph Freundl wrote:
> I have a problem with the persistence of environment variables when
> mixing PHP and SSI (Apache) and I am not sure if I just made an error
> or if this approach cannot work at all.
> So please consider the following files:
I *believe* t
Christoph Freundl wrote:
Am Freitag, 28. Oktober 2005 13:42 schrieb Jochem Maas:
ok, and if you stick the following in 1 file and call it?:
... just thinking out loud here.
I just looked at apache_getenv():
string apache_getenv ( string variable [, bool walk_to_top] )
the second arg m
Am Freitag, 28. Oktober 2005 13:42 schrieb Jochem Maas:
> ok, and if you stick the following in 1 file and call it?:
>
>
>
>
> ... just thinking out loud here.
Ok, I tried this by configuring Apache such that .php-files are also
parsed for Server Side Includes and wrote it the way you suggest.
Christoph Freundl wrote:
Am Freitag, 28. Oktober 2005 13:22 schrieb Jochem Maas:
info.php
-
have yuou tried include/require here instead of virtual()
I imagine that the env of the subprocess wouldn't affect
the env of the parent process - i.e.
Am Freitag, 28. Oktober 2005 13:22 schrieb Jochem Maas:
> > info.php
> > -
> > > virtual( "setvar.shtml" );
>
> have yuou tried include/require here instead of virtual()
>
> I imagine that the env of the subprocess wouldn't affect
> the env of the
Christoph Freundl wrote:
Hello,
I have a problem with the persistence of environment variables when
mixing PHP and SSI (Apache) and I am not sure if I just made an error
or if this approach cannot work at all.
So please consider the following files:
setvar.shtml
-
7 matches
Mail list logo