]> TLD Linux GIT Repositories - packages/php.git/blobdiff - php-cli.ini
- remove everything, we'll merge PHP 5.4 into clean repo
[packages/php.git] / php-cli.ini
diff --git a/php-cli.ini b/php-cli.ini
deleted file mode 100644 (file)
index 65e02e5..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-; php-cli.ini - configuration used only for cli SAPI
-;
-; Please note that, unlikely in original php distributions, this file
-; is read AFTER (not instead of) reading global /etc/php/php.ini.
-;
-; It allows you to control global settings for all SAPIs in one place
-; and override some settings in SAPI-specific files without need of
-; copying whole large php.ini.
-
-[PHP]
-; This combination (display_errors=off; log_errors=on; error_log ="") allows
-; fatal errors go to STDERR only. We set these separately here, that we won't
-; be affected by global php.ini
-display_errors = Off
-log_errors = On
-
-; Disable error logging, in case it was enabled in global php.ini
-error_log = ""
-
-; Whether or not to enable the dl() function.
-; http://php.net/enable-dl
-enable_dl = On
-
-[Session]
-; argument passed to save_handler in the case of files, this is the
-; path where data files are stored.
-session.save_path = /tmp