ID: 30559 Updated by: [EMAIL PROTECTED] Reported By: jbarwick at sentienthealth dot com -Status: Wont fix +Status: Bogus Bug Type: Compile Failure -Operating System: SuSE 9.1 (amd64) +Operating System: * -PHP Version: 4.3.8 +PHP Version: * New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. Upgrade your re2c: http://sf.net/projects/re2c Previous Comments: ------------------------------------------------------------------------ [2004-10-26 11:28:28] [EMAIL PROTECTED] 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. ------------------------------------------------------------------------ [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
