php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4263 Installation issue
Submitted: 2000-04-27 11:49 UTC Modified: 2000-05-15 15:06 UTC
From: brendan at crescentcontrol dot co dot uk Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0 Release Candidate 1 OS: Suse 6.3
Private report: No CVE-ID: None
 [2000-04-27 11:49 UTC] brendan at crescentcontrol dot co dot uk
When I compile with the bcmath config turned on, I get the following error: 

                      zend_operators.c: In function `zendi_smart_strcmp': 
                      zend_operators.c:1302: `bc_num' undeclared (first use in this function) 
                      zend_operators.c:1302: (Each undeclared identifier is reported only once 
                      zend_operators.c:1302: for each function it appears in.) 
                      zend_operators.c:1302: parse error before `first' 
                      zend_operators.c:1305: warning: implicit declaration of function `init_num' 
                      zend_operators.c:1305: `first' undeclared (first use in this function) 
                      zend_operators.c:1306: `second' undeclared (first use in this function) 
                      zend_operators.c:1307: warning: implicit declaration of function `str2num' 
                      zend_operators.c:1309: warning: implicit declaration of function `bc_compare' 
                      zend_operators.c:1311: warning: implicit declaration of function `free_num' 
                      make[1]: *** [zend_operators.lo] Error 1 
                      make[1]: Leaving directory `/web/src/php-4.0b4pl1/Zend' 
                      make: *** [all-recursive] Error 1 

                      If I take out the --enable-bcmath from the configure, then the following "make" 
                      runs okay

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-04-27 20:43 UTC] joey at cvs dot php dot net
Please read either README-BCMATH or README.bcmath
 [2000-05-15 15:06 UTC] sas at cvs dot php dot net
joey forgot to close the bug report.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Thu Jun 25 06:00:02 2026 UTC