From:             sysadmin at alexdupre dot com
Operating system: FreeBSD 4.8
PHP version:      4CVS-2003-03-14 (stable)
PHP Bug Type:     Compile Warning
Bug description:  Compile warnings on 4-stable and 5-dev

ext/standard/incomplete_class.c: In function
`php_create_incomplete_class':
ext/standard/incomplete_class.c:95: warning: assignment from incompatible
pointer type
ext/standard/incomplete_class.c:96: warning: assignment from incompatible
pointer type
ext/standard/incomplete_class.c:97: warning: assignment from incompatible
pointer type

Rows 94-97:
        INIT_OVERLOADED_CLASS_ENTRY(incomplete_class, INCOMPLETE_CLASS,
NULL,
                        incomplete_class_call_func,
                        incomplete_class_get_property,
                        incomplete_class_set_property);


ext/standard/var_unserializer.c: In function `php_var_unserialize':
ext/standard/var_unserializer.c:308: warning: comparison is always false
due to limited range of data type

Row 308:
                                if(yych <= '\277')      goto yy15;

-- 
Edit bug report at http://bugs.php.net/?id=22700&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22700&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22700&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22700&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22700&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22700&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22700&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22700&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22700&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22700&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22700&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22700&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22700&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22700&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22700&r=gnused

Reply via email to