> > phpinfo() does say
> >
> > Configuration File (php.ini) Path     /etc/php.ini
> >
> > which is indeed the file I've edited
>
> sounds extremely odd. are you sure you restarted apache after editing
> php.ini and httpd.conf? It sometimes takes a full stop and start rather
> than a restart or graceful.

Hi Martin, thx, but I noticed I was not very precise in my last post.
I tested "<? phpinfo(); ?>" only within a Midgard page, and I forgot to
specify that in  a plain php file on the webserver it does work fine with
the short tags... it only does not work within the php code in the Midgard
database.

Vincent, your tip did it!!
I had to set
    php_flag short_open_tag on
    php_flag register_globals on
explicitly once more within the

NameVirtualHost 127.0.0.1:8001
<VirtualHost 127.0.0.1:8001>
...
</VirtualHost>

definition for the Midgard host  in httpd.conf.  Thx!!

Pascal




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to