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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
19 - 4 = ?
Subscribe to this entry?

 
 [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 Apr 19 20:01:29 2024 UTC