php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5466 On Make: incompatible types in assignment
Submitted: 2000-07-08 17:49 UTC Modified: 2000-08-15 13:12 UTC
From: jsj7898 at nebrwesleyan dot edu Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Release Candidate 2 OS: Linux
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jsj7898 at nebrwesleyan dot edu
New email:
PHP Version: OS:

 

 [2000-07-08 17:49 UTC] jsj7898 at nebrwesleyan dot edu
After *successfully* configuring PHP against mysql and apache, when I type make, it goes fine until:

main.c: In function 'php_error_cb':
main.c:370: incompatible types in assignment
main.c:435: incompatible types in assignment
make[2]: *** [main.lo] Error 1
make[2]: Leaving directory '/home/root/php-4.0.1pl2/main'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/root/php-4.0.1pl2/main'
make: *** [all-recursive] Error 1

When configuring, I typed the command:

./configure --with-apache=../apache_1.3.12 --with-mysql=/usr/local/mysql

Thanks for any support you may have!

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-15 13:12 UTC] sas@php.net
Fixed in CVS. Thanks for your report.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Tue Jul 07 18:00:01 2026 UTC