- a more portable version for the SAPI breakage in php 5.2.4

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1967 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.17
Marcus Rückert 2007-08-27 21:10:01 +00:00
parent f7df9a9ecd
commit 74c303a7b1
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ EOF
ok($tf->handle_http($t) == 0, '$_SERVER["PHP_SELF"]');
$t->{REQUEST} = ( <<EOF
GET /get-server-env.php/foo?env=PHP_SELF HTTP/1.0
GET /get-server-env.php/foo?env=SCRIPT_NAME HTTP/1.0
Host: www.example.org
EOF
);