@@ -0,0 +1,47 @@
+Index: php.ini-production
+===================================================================
+--- php.ini-production.orig 2009-06-28 19:56:18.000000000 +0200
++++ php.ini-production 2009-08-16 19:54:14.000000000 +0200
+@@ -1186,7 +1186,7 @@ mysql.allow_local_infile = On
+
+ ; Allow or prevent persistent links.
+ ; http://php.net/mysql.allow-persistent
+-mysql.allow_persistent = On
++mysql.allow_persistent = Off
+
+ ; If mysqlnd is used: Number of cache slots for the internal result set cache
+ ; http://php.net/mysql.cache_size
+@@ -1249,7 +1249,7 @@ mysqli.max_persistent = -1
+
+ ; Allow or prevent persistent links.
+ ; http://php.net/mysqli.allow-persistent
+-mysqli.allow_persistent = On
++mysqli.allow_persistent = Off
+
+ ; Maximum number of links. -1 means no limit.
+ ; http://php.net/mysqli.max-links
+@@ -1587,12 +1587,12 @@ session.referer_check =
+
+ ; How many bytes to read from the file.
+ ; http://php.net/session.entropy-length
+-session.entropy_length = 0
++session.entropy_length = 16
+
+ ; Specified here to create the session id.
+ ; http://php.net/session.entropy-file
+-;session.entropy_file = /dev/urandom
+-session.entropy_file =
++session.entropy_file = /dev/urandom
++;session.entropy_file =
+
+ ; http://php.net/session.entropy-length
+ ;session.entropy_length = 16
+@@ -1623,7 +1623,7 @@ session.use_trans_sid = 0
+ ; 0 (MD5 128 bits)
+ ; 1 (SHA-1 160 bits)
+ ; http://php.net/session.hash-function
+-session.hash_function = 0
++session.hash_function = 1
+
+ ; Define how many bits are stored in each character when converting
+ ; the binary hash data to something readable.
|