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

I am using the FREE version of Abyss which is available for download
from here :-

http://www.aprelium.com/abyssws/download.php


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

[2007-11-13 13:33:50] [EMAIL PROTECTED]

Sorry but Abyss version 2.5 is a comercial coftware and I am not able
to downlaod and test it.


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

[2007-11-13 11:06:17] [EMAIL PROTECTED]

Dmitry, I thought you fixed this..? 

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

[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