X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=php-ini.patch;h=958b48df7b597d0361f0ae98d5f5223ff08a9c03;hb=80312c87fdd0a00d830e307557d20d15b699fd72;hp=0a7dc75f2b8eca5dab890bf594e27379f5b0ac1a;hpb=4342041a08ee20814baba19b2d560d782679ee3c;p=packages%2Fphp.git diff --git a/php-ini.patch b/php-ini.patch index 0a7dc75..958b48d 100644 --- a/php-ini.patch +++ b/php-ini.patch @@ -142,8 +142,8 @@ 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 @@ -174,7 +174,7 @@ ; 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