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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: sysadmin at alexdupre dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sat Dec 21 13:01:31 2024 UTC