From 1db94feb0c1ea3d1b4cb69c044a9379c8f0f847d Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 26 Nov 2009 18:02:59 +0100 Subject: updates Signed-off-by: Florian Pritz --- php/php.ini.patch | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'php/php.ini.patch') diff --git a/php/php.ini.patch b/php/php.ini.patch index cd91d50..9b1177b 100644 --- a/php/php.ini.patch +++ b/php/php.ini.patch @@ -1,5 +1,5 @@ ---- php.ini-production 2009-06-30 01:05:38.000000000 +0200 -+++ php.ini 2009-06-30 01:02:15.000000000 +0200 +--- php.ini-production 2009-11-12 18:20:01.000000000 +0100 ++++ php.ini 2009-11-19 12:39:03.305274757 +0100 @@ -376,7 +376,7 @@ ; or per-virtualhost web server configuration file. This directive is ; *NOT* affected by whether Safe Mode is turned On or Off. @@ -9,7 +9,7 @@ ; This directive allows you to disable certain functions for security reasons. ; It receives a comma-delimited list of function names. This directive is -@@ -785,7 +785,7 @@ +@@ -781,7 +781,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;; ; UNIX: "/path1:/path2" @@ -18,7 +18,7 @@ ; ; Windows: "\path1;\path2" ;include_path = ".;c:\php\includes" -@@ -808,7 +808,7 @@ +@@ -804,7 +804,7 @@ ; Directory in which the loadable extensions (modules) reside. ; http://php.net/extension-dir @@ -27,10 +27,16 @@ ; On windows: ; extension_dir = "ext" -@@ -945,47 +945,49 @@ - ; extension folders as well as the separate PECL DLL download (PHP 5). - ; Be sure to appropriately set the extension_dir directive. - ; +@@ -938,53 +938,49 @@ + ; If you only provide the name of the extension, PHP will look for it in its + ; default extension directory. + ; +-; Windows Extensions +-; Note that ODBC support is built in, so no dll is needed for it. +-; Note that many DLL files are located in the extensions/ (PHP 4) ext/ (PHP 5) +-; extension folders as well as the separate PECL DLL download (PHP 5). +-; Be sure to appropriately set the extension_dir directive. +-; -;extension=php_bz2.dll -;extension=php_curl.dll -;extension=php_dba.dll -- cgit v1.2.3-24-g4f1b