|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2007-10-12 13:50 UTC] jani@php.net
  [2007-10-20 01:00 UTC] php-bugs at lists dot php dot net
 | |||||||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 03:00:01 2025 UTC | 
Description: ------------ $_SERVER ['PHP_SELF'] produces wrong result in file index.php $url = $_SERVER ['PHP_SELF']. 'page2.php'; produces:- http://localhost/index.php/page2.php The problem seem to be with 5.2.4 code works perfectly with 5.2.3 Using php in cgi mode with IIS