]> git.pld-linux.org Git - packages/php4.git/blame - php4-ini.patch
- replaced java-fix patch with java-norpath patch (remove redundant rpaths
[packages/php4.git] / php4-ini.patch
CommitLineData
cf2eaf54
JB
1diff -durN php-4.3.0.orig/php.ini php-4.3.0/php.ini
2--- php-4.3.0.orig/php.ini Wed Aug 7 18:24:45 2002
3+++ php-4.3.0/php.ini Wed Aug 7 18:30:27 2002
264adc49
JK
4@@ -74,7 +74,7 @@
5 asp_tags = Off
6
7 ; The number of significant digits displayed in floating point numbers.
dc234cda
JK
8-precision = 12
9+precision = 14
264adc49
JK
10
11 ; Enforce year 2000 compliance (will cause problems with non-compliant browsers)
12 y2k_compliance = Off
571f466d
GS
13@@ -371,7 +371,7 @@
14 user_dir =
15
16 ; Directory in which the loadable extensions (modules) reside.
dc234cda
JK
17-extension_dir = ./
18+extension_dir = /usr/lib/php
571f466d
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
264adc49 22@@ -692,7 +692,7 @@
cf2eaf54
JB
23 ; You can use the script in the ext/session dir for that purpose.
24 ; NOTE 2: See the section on garbage collection below if you choose to
25 ; use subdirectories for session storage
dc234cda
JK
26-session.save_path = /tmp
27+session.save_path = /var/run/php
264adc49
JK
28
29 ; Whether to use cookies.
30 session.use_cookies = 1
This page took 0.033065 seconds and 4 git commands to generate.