You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2005/02/23 23:15:18 UTC

DO NOT REPLY [Bug 22493] - mod_mime_magic "unexpected state 3" on C/C++ source code files whose contents begins with "/*"; results in files not showing up in directory index listing

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=22493>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=22493





------- Additional Comments From vxbush@earthlink.net  2005-02-23 23:15 -------
I'm seeing this same error, but when running a very simple PHP script to test
and verify that PHP is working normally. The script contains just threelines:

<?
echo "mime type for test1.xls: " . mime_content_type("temp1.xls"). "\r\n";
echo "mime type for image: " . mime_content_type("Sample.jpg") . "\r\n";
phpinfo();
?>

My OS: Windows 2000 SP 4
using PHP 5.0.4-dev

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org