php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18960 bcmath does not compile as a module - fix included
Submitted: 2002-08-17 21:33 UTC Modified: 2002-08-18 01:17 UTC
From: alan_k@php.net Assigned:
Status: Closed Package: BC math related
PHP Version: 4CVS-2002-08-17 OS: linux
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: alan_k@php.net
New email:
PHP Version: OS:

 

 [2002-08-17 21:33 UTC] alan_k@php.net
see:
http://lxr.php.net/source/php4/ext/bcmath/bcmath.c#31

#include "ext/bcmath/libbcmath/src/bcmath.h"

should read as 

#include "libbcmath/src/bcmath.h"

(ext/bcmath) does not exist in the path when you are building modules..

regards
alan


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-08-18 00:34 UTC] kalowsky@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip

And in STABLE
 [2002-08-18 01:17 UTC] alan_k@php.net
builds ok as modules and staticly

closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 16:01:27 2024 UTC