Comment in end of file produces fatal error

 [2005-11-25 08:02 UTC] stochnagara at hotmail dot com

Description:
------------
This is a recent bug since it used to work with most of the 5.1 release candidates. See the sample. The line with the comment is the last line of the php code

Reproduce code:
---------------
<?
echo 'hello';
//last line comment

Expected result:
----------------
hello

Actual result:
--------------
Fatal error: fatal flex scanner internal error--end of buffer missed in .....\php-bug35382.php on line 3


 [2005-11-25 11:09 UTC] tony2001@php.net

Works fine here.
Any chance you can try it on non-Win32 OS too ?

 [2005-11-25 15:11 UTC] gumatu at web dot de

I stumbled over this bug too.
WinXP with IIS and PHP 5.1.0

 [2005-11-26 14:15 UTC] tony2001@php.net

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 [2005-11-27 07:48 UTC] iliaa@php.net

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.