From:             mudoch at gmail dot com
Operating system: Win XPsp3
PHP version:      5.3.0
PHP Bug Type:     Scripting Engine problem
Bug description:  Comment Block exiting prematurally

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 bug report at http://bugs.php.net/?id=49393&edit=1
-- 
Try a snapshot (PHP 5.2):            
http://bugs.php.net/fix.php?id=49393&r=trysnapshot52
Try a snapshot (PHP 5.3):            
http://bugs.php.net/fix.php?id=49393&r=trysnapshot53
Try a snapshot (PHP 6.0):            
http://bugs.php.net/fix.php?id=49393&r=trysnapshot60
Fixed in SVN:                        
http://bugs.php.net/fix.php?id=49393&r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=49393&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=49393&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=49393&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=49393&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=49393&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=49393&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=49393&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=49393&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=49393&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=49393&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=49393&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=49393&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=49393&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=49393&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=49393&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=49393&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=49393&r=mysqlcfg

Reply via email to