Edit report at https://bugs.php.net/bug.php?id=60354&edit=1
ID: 60354 Updated by: johan...@php.net Reported by: spamik at yum dot pl Summary: MYSQL_CLIENT_COMPRESS in php.ini Status: Open Type: Feature/Change Request Package: MySQL related PHP Version: 5.3.8 -Assigned To: +Assigned To: mysql Block user comment: N Private report: N New Comment: I'm not sure I agree. For compression the developer should know what data to expect. Encryption should be configured alongside with host/user/password which usually happens in the application. Having more places overriding each others makes it hard to figure out which settings arebeing used in the end. Previous Comments: ------------------------------------------------------------------------ [2011-11-22 03:02:50] spamik at yum dot pl Description: ------------ Using or not using mysql compression (or encryption) is a administrative decision, not decision that should be left for programmer as he usualy has no idea what is mysql configuration, what storage does it use and quite often this programmer just writes genuine aplications. default for compression in mysql client (MYSQL_CLIENT_COMPRESS) should be settable in php.ini http://pl2.php.net/manual/en/mysql.constants.php#mysql.client-flags This would also to permanent connections but You made it into two diffrent commands so it would be more difficult. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=60354&edit=1