I have newly installed Apache 2.0.43 and PHP 4.3.0 on Redhat Linux 8.0. and ever since I updated the Apache and PHP, my file upload scripts started to act strange.
The problem I am experiencing is that the uploaded file gets bigger on the way. so I looked into the corrupted file. and found out that the first 4-5KB of the file is okay, but the rest is corrupted with additional data.
So my question is...
Have you ever experienced this kinda problem?
i found one of the previous postings in this forum and someone using apache 2.0.36 and PHP 4.2.1 on WinXP described the exactly the same problem. but its not on a Linux box. Is this a bug in Apache?
i don't know if these can be helpful to pinpoint the problem. but
i used the following configuration options at compilation time.
PHP:
./configure --prefix=/usr/local/apache/2.0.43 --enable-modules=all --enable-ssl --with-ssl=/usr/local/openssl/current --enable-so
Apach:
./configure --with-apxs2=/usr/local/apache/current/bin/apxs --with-mysql=/usr/local/mysql/current --with-gd=/usr/lib --with-jpeg-dir=/usr/lib --with-png-dir=/usr/lib --with-zlib-dir=/usr/lib --enable-versioning --enable-track-vars=yes --enable-url-includes --enable-trans-sid --enable-ftp --enable-force-cgi-redirect --with-gettext --with-config-file-path=/etc