fix test (passes in PHP_5_3 on my 64-bit machine, have not yet tested in 5_2)

This commit is contained in:
Greg Beaver 2008-04-30 22:12:21 +00:00
parent 4b1409fef7
commit 791bb5db46
3 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
#!/bin/sh
export SCRIPT_NAME=/frontcontroller29.php
export PATH_INFO=/fatalerror.phps
export SCRIPT_FILENAME=/home/cellog/workspace/php5/ext/phar/tests/frontcontroller29.php
export PATH_TRANSLATED=/home/cellog/workspace/php5/ext/phar/tests/frontcontroller29.php
export SCRIPT_NAME=/frontcontroller34.php
export PATH_INFO=/start/index.php
export SCRIPT_FILENAME=/home/cellog/workspace/php5/ext/phar/tests/frontcontroller34.php
export PATH_TRANSLATED=/home/cellog/workspace/php5/ext/phar/tests/frontcontroller34.php
export REDIRECT_STATUS=1
export REQUEST_METHOD=GET
export REQUEST_URI=/frontcontroller29.php/fatalerror.phps

View File

@ -7,7 +7,7 @@ include "./another.php";
';
$a['start/another.php'] = '<?php
echo "start/another.php\n";
include "another.php";
include "../another.php";
?>';
$a['another.php'] = '<?php
echo "another.php\n";