OSDN Git Service

Added a comment about PKWK_ZLIB_LOADABLE_MODULE
authorhenoheno <henoheno>
Sun, 24 Apr 2005 10:21:11 +0000 (19:21 +0900)
committerhenoheno <henoheno>
Sun, 24 Apr 2005 10:21:11 +0000 (19:21 +0900)
.htaccess

index a33c04a..7242002 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -6,4 +6,13 @@
 
 ## Using zlib.output_compression per directory (via .htaccess),
 ## needs 'AllowOverride Options' at httpd.conf.
+## See BugTrack/738 for detail
+##
+## NOTE:
+##   Define PKWK_ZLIB_LOADABLE_MODULE somewhere if you are using
+##   PHP extension as loadable module (especially FreeBSD ports)
+##
+##   Bug #29350 output_compression not working with zlib as loadable module
+##   http://bugs.php.net/bug.php?id=29350
+##
 #php_flag zlib.output_compression On