ID:               30559
 Updated by:       [EMAIL PROTECTED]
 Reported By:      jbarwick at sentienthealth dot com
-Status:           Open
+Status:           Wont fix
 Bug Type:         Compile Failure
 Operating System: SuSE 9.1 (amd64)
 PHP Version:      4.3.8
 New Comment:

This is a generated file (by re2c) from var_serializer.re. This is not
an ERROR, but a warning, and something that should be fixed in the re2c
tool. You can safely ignore this warning.


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

[2004-10-26 10:10:00] jbarwick at sentienthealth dot com

Description:
------------
in /etx/standard/var_unserializer.c line 310
data type error...

Changed line from:

if (yych <= '\277) gogo yy15;

to

if (yych <= (YYCTYPE) '\277') goto yy15;

this removed a compiler warning on this file relating to limited range
of data type and the fact that this if would always return false..

Reproduce code:
---------------
compile the code

Expected result:
----------------
no error relating to date type size

Actual result:
--------------
error relating to data type size


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


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

Reply via email to