From:             henryw at optonline dot net
Operating system: Linux RH7.3
PHP version:      4.3.1
PHP Bug Type:     Apache2 related
Bug description:  Uploaded files automatically being deflated.

The simplest php upload script will upload any binary file to my Apache
2.40 web server BUT then what appears to be an automatic deflation is
attempted on the file. Zip files, gzip, etc. are all experiencing the same
problem.

I have compiled the Apache server with deflate disabled. 


here is my configure file:

./configure \
--with-apxs2=/usr/local/apache2/bin/apxs \
--with-mysql=/usr/local/mysql-standard-4.0.10-gamma-pc-linux-i686 \
--prefix=/usr/local/apache2/php \
--with-config-file-path=/usr/local/apache2/php \
--enable-track-vars \
--enable-force-cgi-redirect \
--with-gettext \
--with-gdbm \
--enable-ftp \
--with-gd \
--with-jpeg-dir=/usr \
--with-zlib \
--with-png \
--with-png-dir=/usr \
--with-bz2


-- 
Edit bug report at http://bugs.php.net/?id=22380&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22380&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22380&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22380&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22380&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22380&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22380&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22380&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22380&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22380&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22380&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22380&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22380&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22380&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22380&r=gnused

Reply via email to