]> git.pld-linux.org Git - packages/php.git/blobdiff - php-ini.patch
- rebuild with new freetds
[packages/php.git] / php-ini.patch
index 0a7dc75f2b8eca5dab890bf594e27379f5b0ac1a..958b48df7b597d0361f0ae98d5f5223ff08a9c03 100644 (file)
  user_dir =
  
  ; Directory in which the loadable extensions (modules) reside.
--extension_dir = ./
-+extension_dir = /usr/lib/php
+-extension_dir = "./"
++extension_dir = "/usr/lib/php"
  
  ; 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
  ;         You can use the script in the ext/session dir for that purpose.
  ; NOTE 2: See the section on garbage collection below if you choose to
  ;         use subdirectories for session storage
--session.save_path = /tmp
+-;session.save_path = /tmp
 +; NOTE 3: you may need to override this setting for cli or cgi SAPIs,
 +;         to allow running them as user other than http
 +session.save_path = /var/run/php
This page took 0.224584 seconds and 4 git commands to generate.