From:             djh146 at psu dot edu
Operating system: Windows 2000
PHP version:      4.4.2
PHP Bug Type:     IIS related
Bug description:  Includes from one web instance appearing in another

Description:
------------
I am running PHP as a CGI under IIS 5.  There are multiple web instances
running on the server.  Two are PHP applications that use include files
(i.e. includes/header.php, includes/footer.php, etc.) that are included on
pages as <? include('includes/header.php') ?>.  Both applications use the
same code structure.
When running these applications, I am seeing the include files from one
website instance appearing as the includes on another instance.  It
appears to be only in one direction.
I encountered a similar problem when objects of the same name were being
treated ambigiously.  This was discovered to be a problem occuring using
the ISAPI module in IIS and shared process space, which is why I moved to
the CGI configuration.
Could this be a similar problem?  The two sites are running under the same
IP address with different headers, and the source for each are located in
seperate folders on the same drive.

Expected result:
----------------
The sites should (and have) run without interference from each other.

Actual result:
--------------
Site A's include header and footer will appear in Site B's output.

-- 
Edit bug report at http://bugs.php.net/?id=38272&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=38272&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=38272&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=38272&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=38272&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=38272&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=38272&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=38272&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=38272&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=38272&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=38272&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=38272&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=38272&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=38272&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=38272&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=38272&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=38272&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=38272&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=38272&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=38272&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=38272&r=mysqlcfg

Reply via email to