ID:               26605
 Updated by:       [EMAIL PROTECTED]
 Reported By:      info at dysfunksion dot co dot uk
-Status:           Duplicate
+Status:           Bogus
 Bug Type:         *General Issues
 Operating System: Windows
 PHP Version:      4.3.3
 New Comment:

Don't touch the status. 




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

[2003-12-19 06:04:07] info at dysfunksion dot co dot uk

Sorry, but the bug in question was posted a while ago. The current
stable release still does not support this feature, although the
patched dlls supplied in bug #7782 work well.



I may have mis-understood: I wish to notify that the said functionality
is still unavailable in the stable releases of PHP.

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

[2003-12-18 16:38:16] [EMAIL PROTECTED]

Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

See bug #7782



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

[2003-12-18 07:02:52] info at dysfunksion dot co dot uk

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?

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

[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