]> git.pld-linux.org Git - packages/php.git/blame - php-ini.patch
- adapts php.ini-dist file (part of PHP) for PLD's needs.
[packages/php.git] / php-ini.patch
CommitLineData
9fab2fdf
JK
1--- php.ini-dist Mon Apr 8 03:15:16 2002
2+++ php.ini Sat Jul 27 18:41:04 2002
3@@ -74,7 +74,7 @@
4 asp_tags = Off
5
6 ; The number of significant digits displayed in floating point numbers.
7-precision = 12
8+precision = 14
9
10 ; Enforce year 2000 compliance (will cause problems with non-compliant browsers)
11 y2k_compliance = Off
12@@ -692,7 +692,7 @@
13 ; Argument passed to save_handler. In the case of files, this is the path
14 ; where data files are stored. Note: Windows users have to change this
15 ; variable in order to use PHP's session functions.
16-session.save_path = /tmp
17+session.save_path = /var/run/php
18
19 ; Whether to use cookies.
20 session.use_cookies = 1
This page took 0.033034 seconds and 4 git commands to generate.