[EMAIL PROTECTED] wrote: > [In order for any reply to be added to the PR database, ] > [you need to include <[EMAIL PROTECTED]> in the Cc line ] > [and leave the subject line UNCHANGED. This is not done] > [automatically because of the potential for mail loops. ] > [If you do not include this Cc, your reply may be ig- ] > [nored unless you are responding to an explicit request ] > [from a developer. ] > [Reply only with text; DO NOT SEND ATTACHMENTS! ] > > Synopsis: Same as PR#2534 Expected </Directory> but saw </Directory>, bug in > http_core.c > > State-Changed-From-To: open-closed > State-Changed-By: marc > State-Changed-When: Tue Sep 22 11:32:46 PDT 1998 > State-Changed-Why: > This is a bug in the compiler you are using. From what I > understand, it has been acknowledged by the team responsible > for the compiler but I'm not aware of any fix being available yet. > > What you describe is a workaround, but it is not necessary and > it is not a bug in Apache; the address would be the same on > any non-buggy compiler.
Well, even if it's a bug in the compiler, I think it's safer to use strcmp() when the intention is to compare string contents, not the pointers. Strcmp() are used all over in http_core.c, why the exception in this case?? Thanks, Kwanchai.
