Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php5
:
5.3.7
>
php-5.3.7
> php-5.3.3-ini.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File php-5.3.3-ini.patch of Package php-5.3.7
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 @@ -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.