]> git.pld-linux.org Git - packages/php.git/blame - php-ini.patch
- updated patches for 4.2.3
[packages/php.git] / php-ini.patch
CommitLineData
cc1337ae
JK
1diff -durN php-4.2.2.orig/php.ini php-4.2.2/php.ini
2--- php-4.2.2.orig/php.ini Wed Aug 7 18:24:45 2002
3+++ php-4.2.2/php.ini Wed Aug 7 18:30:27 2002
9fab2fdf
JK
4@@ -74,7 +74,7 @@
5 asp_tags = Off
6
7 ; The number of significant digits displayed in floating point numbers.
cc1337ae
JK
8-precision = 12
9+precision = 14
9fab2fdf
JK
10
11 ; Enforce year 2000 compliance (will cause problems with non-compliant browsers)
12 y2k_compliance = Off
78b7386f
GS
13@@ -371,7 +371,7 @@
14 user_dir =
15
16 ; Directory in which the loadable extensions (modules) reside.
cc1337ae
JK
17-extension_dir = ./
18+extension_dir = /usr/lib/php
78b7386f
GS
19
20 ; Whether or not to enable the dl() function. The dl() function does NOT work
21 ; properly in multithreaded servers, such as IIS or Zeus, and is automatically
9fab2fdf
JK
22@@ -692,7 +692,7 @@
23 ; Argument passed to save_handler. In the case of files, this is the path
24 ; where data files are stored. Note: Windows users have to change this
25 ; variable in order to use PHP's session functions.
cc1337ae
JK
26-session.save_path = /tmp
27+session.save_path = /var/run/php
9fab2fdf
JK
28
29 ; Whether to use cookies.
30 session.use_cookies = 1
This page took 0.267432 seconds and 4 git commands to generate.