ID:               49393
 Updated by:       sjo...@php.net
 Reported By:      mudoch at gmail dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Scripting Engine problem
 Operating System: Win XPsp3
 PHP Version:      5.3.0
 New Comment:

Thank you for your bug report.

I was unable to reproduce the bug you described. Are you sure there is
no ?> somewhere in the comment? Did you supplied the right example code?
Is there some non-ASCII character in your file? It may help us if you
put the file up for download somewhere.


Previous Comments:
------------------------------------------------------------------------

[2009-08-27 19:00:02] mudoch at gmail dot com

Description:
------------
The comment block /* ... */ will exit at the first > in the block
verses the action in 5.2.5 where the code was written and tested.



Reproduce code:
---------------
<?
/* *
 * @author Karim Mribti
 * @license LGPL >= 2.1
 * @package barcode-mribti
 * @copyright 2001 Karim Mribti
 * @see image.php
 * @version $Id$
 * 
 * barcode site home page
 * Adapted from 0.0.7a on 2007-05-24 by Frédéric G. MARAND for Agorus
S.A.
 * 
 * May2009 Lawrence Sall - modified for a cleaner fit, adjust util.php
for
 * desired defaults.
 * 
 *  
*/
include("home.php");
?>

Expected result:
----------------
Page in home.php to be displayed

Actual result:
--------------
= 2.1 * @package barcode-mribti * @copyright 2001 Karim Mribti * @see
image.php * @version $Id$ * * barcode site home page * Adapted from
0.0.7a on 2007-05-24 by Frédéric G. MARAND for Agorus S.A. * * May2009
Lawrence Sall - modified for a cleaner fit, adjust util.php for *
desired defaults. * * */ include("home.php"); ?>


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=49393&edit=1

Reply via email to