Skip to content

Instantly share code, notes, and snippets.

@laruence
Created July 9, 2014 07:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laruence/ef6506b1cf9a6bc5af3d to your computer and use it in GitHub Desktop.
Save laruence/ef6506b1cf9a6bc5af3d to your computer and use it in GitHub Desktop.
$ SCRIPT_NAME=/frontcontroller21.php REQUEST_URI=/frontcontroller21.php/index.php?test=hi PATH_INFO=/index.php QUERY_STRING="test=hi" /home/huixinchen/opensource/php-ng/sapi/cgi/php-cgi -C -n -c '/home/huixinchen/opensource/php-ng/tmp-php.ini' -d "output_handler=" -d "open_basedir=" -d "safe_mode=0" -d "disable_functions=" -d "output_buffering=Off" -d "error_reporting=32767" -d "display_errors=1" -d "display_startup_errors=1" -d "log_errors=0" -d "html_errors=0" -d "track_errors=1" -d "report_memleaks=1" -d "report_zend_debug=0" -d "docref_root=" -d "docref_ext=.html" -d "error_prepend_string=" -d "error_append_string=" -d "auto_prepend_file=" -d "auto_append_file=" -d "magic_quotes_runtime=0" -d "ignore_repeated_errors=0" -d "precision=14" -d "memory_limit=128M" -d "opcache.fast_shutdown=0" -d "opcache.file_update_protection=0" -d "extension_dir=/home/huixinchen/opensource/php-ng/modules/" -d "zend_extension=/home/huixinchen/opensource/php-ng/modules/opcache.so" -d "session.auto_start=0" -d "zlib.output_compression=Off" -d "mbstring.fu:qnc_overload=0" -d "default_charset=UTF-8" ext/phar/tests/files/frontcontroller12.phar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment