From: Jacek Konieczny Date: Wed, 7 Aug 2002 16:32:11 +0000 (+0000) Subject: - patch unreversed X-Git-Tag: php-4_2_2-5~1 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=cc1337ae8f4fad542e6b12f6770af6dc328482a9;p=packages%2Fphp.git - patch unreversed Changed files: php-ini.patch -> 1.3 --- diff --git a/php-ini.patch b/php-ini.patch index 529a18c..a6eb7d5 100644 --- a/php-ini.patch +++ b/php-ini.patch @@ -1,12 +1,12 @@ -diff -urN php-4.2.2/php.ini php-4.2.2.orig/php.ini ---- php-4.2.2/php.ini Thu Aug 1 11:15:29 2002 -+++ php-4.2.2.orig/php.ini Thu Aug 1 11:07:28 2002 +diff -durN php-4.2.2.orig/php.ini php-4.2.2/php.ini +--- php-4.2.2.orig/php.ini Wed Aug 7 18:24:45 2002 ++++ php-4.2.2/php.ini Wed Aug 7 18:30:27 2002 @@ -74,7 +74,7 @@ asp_tags = Off ; The number of significant digits displayed in floating point numbers. --precision = 14 -+precision = 12 +-precision = 12 ++precision = 14 ; Enforce year 2000 compliance (will cause problems with non-compliant browsers) y2k_compliance = Off @@ -14,8 +14,8 @@ diff -urN php-4.2.2/php.ini php-4.2.2.orig/php.ini user_dir = ; Directory in which the loadable extensions (modules) reside. --extension_dir = /usr/lib/php -+extension_dir = ./ +-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 @@ -23,8 +23,8 @@ diff -urN php-4.2.2/php.ini php-4.2.2.orig/php.ini ; 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 = /var/run/php -+session.save_path = /tmp +-session.save_path = /tmp ++session.save_path = /var/run/php ; Whether to use cookies. session.use_cookies = 1