summaryrefslogtreecommitdiffstats
path: root/php/php.ini.patch
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2009-11-26 18:02:59 +0100
committerFlorian Pritz <bluewind@xssn.at>2009-11-26 18:03:07 +0100
commit1db94feb0c1ea3d1b4cb69c044a9379c8f0f847d (patch)
tree35938e2ceb6b55e4cf544abfe59420be2753af5c /php/php.ini.patch
parent796f87cf34f485d18ef3b055615a1381df17d841 (diff)
downloadaur-packages-1db94feb0c1ea3d1b4cb69c044a9379c8f0f847d.tar.gz
aur-packages-1db94feb0c1ea3d1b4cb69c044a9379c8f0f847d.tar.xz
updates
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'php/php.ini.patch')
-rw-r--r--php/php.ini.patch22
1 files changed, 14 insertions, 8 deletions
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