php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22700 Compile warnings on 4-stable and 5-dev
Submitted: 2003-03-14 07:24 UTC Modified: 2003-03-14 09:47 UTC
From: sysadmin at alexdupre dot com Assigned:
Status: Closed Package: Compile Warning
PHP Version: 4CVS-2003-03-14 (stable) OS: FreeBSD 4.8
Private report: No CVE-ID: None
 [2003-03-14 07:24 UTC] sysadmin at alexdupre dot com
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;

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-03-14 09:47 UTC] sniper@php.net
Those can be safely ignored.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 06:01:35 2024 UTC