From 2401b16c38119d56425331530770906ed8e124a9 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Tue, 20 Jul 2004 10:35:18 +0000 Subject: [PATCH] - copied php-cgi.ini Changed files: php-cgi-fcgi.ini -> 1.1 --- php-cgi-fcgi.ini | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 php-cgi-fcgi.ini diff --git a/php-cgi-fcgi.ini b/php-cgi-fcgi.ini new file mode 100644 index 0000000..1953edd --- /dev/null +++ b/php-cgi-fcgi.ini @@ -0,0 +1,14 @@ +; php-cgi-fcgi.ini - configuration used only for cgi-fcgi 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. + +[Session] +session.save_path = /tmp ; argument passed to save_handler + ; in the case of files, this is the + ; path where data files are stored + -- 2.44.0