ID: 45448
User updated by: jowie dot 1337+phpnet at gmail dot com
Reported By: jowie dot 1337+phpnet at gmail dot com
-Status: Feedback
+Status: Open
Bug Type: Apache2 related
Operating System: Windows XP Service Pack 1
PHP Version: 5.2.6
New Comment:
Bug still occurs. I used the same httpd.conf as in my previous post
([14 Jul 5:57pm UTC])
phpinfo() tells me
Loaded Configuration File: (none)
Previous Comments:
------------------------------------------------------------------------
[2008-07-14 18:22:24] [EMAIL PROTECTED]
Try without any php.ini file anywhere in your system (check phpinfo()
that nothing is loaded!)
------------------------------------------------------------------------
[2008-07-14 17:57:06] jowie dot 1337+phpnet at gmail dot com
I just tried it without ANY module loaded EXCEPT mod_mime, the bug
still appeared.
Nothing abnormal in error.log
This is the httpd.conf I used for this test:
ServerRoot "C:/Program Files/Apache2.2"
Listen 80
ServerAdmin [EMAIL PROTECTED]
ServerName removed.removed
DocumentRoot "D:/Test"
<Directory "D:/Test">
Options None
AllowOverride None
</Directory>
ErrorLog "logs/error.log"
LogLevel debug
LoadModule mime_module modules/mod_mime.so
DefaultType text/plain
AddType application/x-httpd-php .php
PHPIniDir "C:/Program Files/PHP 5/"
LoadModule php5_module "C:/Program Files/PHP 5/php5apache2_2.dll"
------------------------------------------------------------------------
[2008-07-13 17:39:14] [EMAIL PROTECTED]
Try disabling every module first. And if the bug vanishes, check which
module causes the problem.
------------------------------------------------------------------------
[2008-07-12 22:19:13] jowie dot 1337+phpnet at gmail dot com
I am trying both, however since PHP 5 is unworkable for me because I
can not find a workaround for the bug, I am using php 4.
In the opening post I stated the combinations I tried, PHP 4 and PHP 5.
The bug is exactly the same in both versions.
I have configured no filters in apache
Loaded Apache Modules:
mod_actions.so
mod_alias.so
mod_asis.so
mod_auth_basic.so
mod_authn_default.so
mod_authn_file.so
mod_authz_default.so
mod_authz_groupfile.so
mod_authz_host.so
mod_authz_user.so
mod_autoindex.so
mod_cgi.so
mod_dav.so
mod_dir.so
mod_env.so
mod_include.so
mod_isapi.so
mod_log_config.so
mod_mime.so
mod_mime_magic.so
mod_negotiation.so
mod_setenvif.so
mod_ssl.so
------------------------------------------------------------------------
[2008-07-11 15:36:09] [EMAIL PROTECTED]
Also: What other filters/modules have you enabled in your apache
config?
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/45448
--
Edit this bug report at http://bugs.php.net/?id=45448&edit=1