Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > by-pkgid > e07dedf8757a13d631cf617e2d5d4a1a > files > 10

kolab-1.9.5-0.20050801.4mdk.src.rpm

--- kolab/templates/php.ini.template.orig	2005-07-21 17:46:40.000000000 -0300
+++ kolab/templates/php.ini.template	2005-07-21 17:46:41.000000000 -0300
@@ -365,7 +365,7 @@
 ;
 ; Windows: "\path1;\path2"
 ;include_path = ".;c:\php\includes"
-include_path = ".:/php/include:@l_prefix@/lib/php:@l_prefix@/var/kolab/php:@l_prefix@/var/kolab/php/pear"
+include_path = ".:/usr/share/pear:/var/www/php/kolab"
 
 ; The root of the PHP pages, used only if nonempty.
 ; if PHP was not compiled with FORCE_REDIRECT, you SHOULD set doc_root
@@ -379,7 +379,7 @@
 user_dir =
 
 ; Directory in which the loadable extensions (modules) reside.
-extension_dir = ./
+extension_dir = /usr/lib/php/extensions
 
 ; Whether or not to enable the dl() function.  The dl() function does NOT work
 ; properly in multithreaded servers, such as IIS or Zeus, and is automatically
@@ -702,7 +702,7 @@
 ; Argument passed to save_handler.  In the case of files, this is the path
 ; where data files are stored. Note: Windows users have to change this 
 ; variable in order to use PHP's session functions.
-session.save_path = @l_prefix@/var/kolab/httpd_sessions
+session.save_path = @l_prefix@/var/lib/kolab/httpd_sessions
 
 ; Whether to use cookies.
 session.use_cookies = 1