chesterpolo / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

php predefined vars and current directory #104

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
index.php in root web dir.... 
<?php
print $_SERVER['SCRIPT_NAME'];
?>

this return me "/index.php" in apache
and "index.php" in mongoose

What is the expected output? What do you see instead?
"/index.php"

What version of the product are you using? On what operating system?
mongoose 2.8 in WIN XP HOME

Original issue reported on code.google.com by jb4...@gmail.com on 27 Nov 2009 at 5:36

GoogleCodeExporter commented 9 years ago
Submitted 
http://code.google.com/p/mongoose/source/detail?r=f90439f3ce30b4f3cecfd2ea40a3ff
eaaec2feda
Thank you.

Original comment by valenok on 19 Sep 2010 at 9:11