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
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: 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

Pull Requests

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 16:01:28 2024 UTC