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

Pull Requests

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: Sat Dec 21 16:01:28 2024 UTC