php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9363 Floating point error upon startup
Submitted: 2001-02-20 17:28 UTC Modified: 2001-02-20 17:36 UTC
From: zerodiv at zerodivide dot net Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 4.0.4pl1 OS: FREEBSD 3.4
Private report: No CVE-ID: None
 [2001-02-20 17:28 UTC] zerodiv at zerodivide dot net
# apache configure
./configure \
"--with-layout=Apache" \
"--prefix=/usr/local/apache" \
"--enable-module=rewrite" \
"--enable-module=so" \
"$@"

# php4 configure
./configure  --enable-debug=no --enable-memory-limit --with-apxs=/usr/local/apache/bin/apxs --enable-shmop --enable-sysvshm --enable-versioning --with-ldap --with-mysql --with-imap=/usr/local/

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-20 17:33 UTC] derick@php.net
Already fixed in CVS. You can use a snapshot from snaps.php.net or the CVS version.
 [2001-02-20 17:36 UTC] zerodiv at zerodivide dot net
Any eta on a point release? I'd rather not use a snapshot on productional servers.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 01:01:28 2024 UTC