ID:               43247
 Updated by:       [EMAIL PROTECTED]
 Reported By:      yguardmail-php at yahoo dot co dot uk
-Status:           Open
+Status:           Assigned
 Bug Type:         CGI related
 Operating System: Windows XP
 PHP Version:      5.2.5
-Assigned To:      
+Assigned To:      dmitry
 New Comment:

Dmitry, I thought you fixed this..? 


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

[2007-11-13 09:38:37] yguardmail-php at yahoo dot co dot uk

I have tried the latest build you suggested :

http://snaps.php.net/win32/php5.3-win32-latest.zip

but the problem still exists.

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

[2007-11-11 18:41:14] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.3-latest.tar.gz
 
For Windows (zip):
 
  http://snaps.php.net/win32/php5.3-win32-latest.zip

For Windows (installer):

  http://snaps.php.net/win32/php5.3-win32-installer-latest.msi



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

[2007-11-11 17:32:21] yguardmail-php at yahoo dot co dot uk

Description:
------------
$_SESSION['PHP_SELF'] creates double path entry. This is the same
problem as 42699 and 42523 which are supposed to be fixed.

I am using Abyss web server, version 2.5 with 'Interface' set to
CGI/SAPI. This problem also occurs with Interface set to FASTCGI
(Local-Pipes).

This problem did not occur on PHP builds up to, and including 5.2.3.

Reproduce code:
---------------
<?php 
session_start();   
echo $_SERVER['PHP_SELF'];
?>   

Expected result:
----------------
/testself/testself.php

Actual result:
--------------
/testself/testself.php/testself/testself.php


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


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

Reply via email to