ID:               26605
 User updated by:  info at dysfunksion dot co dot uk
 Reported By:      info at dysfunksion dot co dot uk
-Status:           No Feedback
+Status:           Open
 Bug Type:         *General Issues
 Operating System: Windows
 PHP Version:      4.3.3
 New Comment:

Sorry, unable to use CVS snap-shots on my live machine due to
standard-operating-procedures set by my predacessor.

Will this be worked into the stable releases?


Previous Comments:
------------------------------------------------------------------------

[2003-12-18 05:20:53] [EMAIL PROTECTED]

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.



------------------------------------------------------------------------

[2003-12-12 12:20:36] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip



------------------------------------------------------------------------

[2003-12-12 11:10:31] info at dysfunksion dot co dot uk

Description:
------------
Under IIS, PHP (isapi module) does not set the $_SERVER['PATH_INFO']
variable. 

Also, all requests to a path similar to:
index.php/my/path/info
Throws errors similar to:
Warning: Unknown(C:\Development\index.php\my\path\info): failed to open
stream: No such file or directory in Unknown on line 0

Warning: (null)(): Failed opening
'C:\Development\index.php\my\path\info' for inclusion
(include_path='.;c:\php4\pear') in Unknown on line 0

This functionality works with Apache and PHP on windows. There are
patches to enable this functionality, though it has not been maintained
since version 4.2.3.

Reproduce code:
---------------
<?php

// Request url similar to
// index.php/my/path/info

exit($_SERVER['PATH_INFO'];

?>

Expected result:
----------------
/my/path/info

Actual result:
--------------
Warning: Unknown(C:\Development\index.php\my\path\info): failed to open
stream: No such file or directory in Unknown on line 0

Warning: (null)(): Failed opening
'C:\Development\index.php\my\path\info' for inclusion
(include_path='.;c:\php4\pear') in Unknown on line 0


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=26605&edit=1

Reply via email to