[cgiwrap-users] New php support and PATH_INFO / $PHP_SELF
Brought to you by:
nneul
From: Cedric V. <ce...@sm...> - 2002-09-20 00:13:05
|
Hi, I have noticed a problem with the new PHP support. When running wrapped PHP scripts, the PATH_INFO env var is NULL. PHP uses this variable to generate $PHP_SELF, which is used by a lot of scripts... The resulting $PHP_SELF is also null.. I am using a 3 days old cgiwrap-cvs with the AddHandler / Action in apache technique and it works great except for this problem. Any help appreciated, Cedric |