]> git.pld-linux.org Git - packages/php.git/commitdiff
- adapts php.ini-dist file (part of PHP) for PLD's needs.
authorJacek Konieczny <jajcus@pld-linux.org>
Sat, 27 Jul 2002 17:20:50 +0000 (17:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-ini.patch -> 1.1

php-ini.patch [new file with mode: 0644]

diff --git a/php-ini.patch b/php-ini.patch
new file mode 100644 (file)
index 0000000..c2ab7f0
--- /dev/null
@@ -0,0 +1,20 @@
+--- php.ini-dist       Mon Apr  8 03:15:16 2002
++++ php.ini    Sat Jul 27 18:41:04 2002
+@@ -74,7 +74,7 @@
+ asp_tags = Off
+ ; The number of significant digits displayed in floating point numbers.
+-precision    =  12
++precision    =  14
+ ; Enforce year 2000 compliance (will cause problems with non-compliant browsers)
+ y2k_compliance = Off
+@@ -692,7 +692,7 @@
+ ; Argument passed to save_handler.  In the case of files, this is the path
+ ; where data files are stored. Note: Windows users have to change this 
+ ; variable in order to use PHP's session functions.
+-session.save_path = /tmp
++session.save_path = /var/run/php
+ ; Whether to use cookies.
+ session.use_cookies = 1
This page took 0.050456 seconds and 4 git commands to generate.