appdb/. .htaccess

Jeremy Newman jnewman at wine.codeweavers.com
Mon Jul 10 15:49:46 CDT 2006


ChangeSet ID:	26398
CVSROOT:	/opt/cvs-commit
Module name:	appdb
Changes by:	jnewman at winehq.org	2006/07/10 15:49:46

Modified files:
	.              : .htaccess 

Log message:
	enable zlib output compression from PHP

Patch: http://cvs.winehq.org/patch.py?id=26398

Old revision  New revision  Changes     Path
 1.5           1.6           +1 -0       appdb/.htaccess

Index: appdb/.htaccess
diff -u -p appdb/.htaccess:1.5 appdb/.htaccess:1.6
--- appdb/.htaccess:1.5	10 Jul 2006 20:49:46 -0000
+++ appdb/.htaccess	10 Jul 2006 20:49:46 -0000
@@ -12,3 +12,4 @@ php_value register_globals 0
 php_value short_open_tag 0
 php_value register_long_arrays 0
 php_value magic_quotes_gpc 0
+php_flag zlib.output_compression on



More information about the wine-cvs mailing list