Your message dated Sat, 20 Jan 2007 21:28:12 +0100
with message-id <[EMAIL PROTECTED]>
and subject line [php-maint] Bug#340643: bug 340643
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: php4
Version: 4.4.0-4
Severity: important
Tags: sarge, sid
when i execute the code below, the desired exit would be "aaaa", only
that,
the tag ?> of the // (line comment) is being taken in consideration.
showing the code below the line comment. (the same it happens in version
4.3.2 and 4.3.10-16)
<?
print "aaaa";
//EXAMPLE TO USE
//<?php readfile(); ?>
/**
*
*
* @since 09/11/2005
* @author Marcelo Jorge Vieira <[EMAIL PROTECTED]>
* @access public
*/
function statusHtmlRow($strIconset, $arrData)
{
print "hhhhhhhhhh";
}
?>
otherwise, if i use the /* */ (block comment), the tag isn't taken into
consideration.
<?
print "aaaa";
/*
EXAMPLE TO USE
<?php readfile(); ?>
*/
/**
*
*
* @since 09/11/2005
* @author Marcelo Jorge Vieira <[EMAIL PROTECTED]>
* @access public
*/
function statusHtmlRow($strIconset, $arrData)
{
print "hhhhhhhhhh";
}
?>
--
Marcelo Jorge Vieira (metal)
alma alucinada - http://metal.alucinados.com
jabber - [EMAIL PROTECTED]
signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
On Sat, 2007-01-20 at 16:58 +0000, Thomas Revell wrote:
> This is not in fact a PHP bug, it is the correct behaviour. See
> http://bugs.php.net/bug.php?id=4879 for more information.
thanks for digging that up! closing the bug...
signature.asc
Description: This is a digitally signed message part
--- End Message ---