php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2880 assignment of incompatible pointer type
Submitted: 1999-11-30 19:48 UTC Modified: 1999-11-30 21:00 UTC
From: evan715 at sirius dot com Assigned:
Status: Closed Package: Compile Warning
PHP Version: 4.0 Latest CVS (30/11/1999) OS: Red Hat Linux 6
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: evan715 at sirius dot com
New email:
PHP Version: OS:

 

 [1999-11-30 19:48 UTC] evan715 at sirius dot com
main.c: In function `php_module_startup':
main.c:897: warning: assignment from incompatible pointer type

I believe this has to do with the fact that fopen_function in struct zend_utility_functions hasn't been updated to the new (const char* filename, char **opened_path) that php_fopen_wrapper_for_zend() uses.

Patches

Add a Patch

Pull Requests

Add a Pull Request

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 03 23:01:30 2024 UTC