From 4b1409fef7693589a85b92fc39d09b5bdb408228 Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Wed, 30 Apr 2008 22:10:56 +0000 Subject: [PATCH] add helper file I use for debugging the front controller tests --- ext/phar/cgidebug | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 ext/phar/cgidebug diff --git a/ext/phar/cgidebug b/ext/phar/cgidebug new file mode 100755 index 0000000000..4b042fde68 --- /dev/null +++ b/ext/phar/cgidebug @@ -0,0 +1,11 @@ +#!/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 REDIRECT_STATUS=1 +export REQUEST_METHOD=GET +export REQUEST_URI=/frontcontroller29.php/fatalerror.phps +cd /home/cellog/workspace/php5/ +ddd sapi/cgi/php-cgi & +cd /home/cellog/workspace/php5/ext/phar -- 2.50.1