Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.1.0a2

Bug #2897 Capitalization typo in falseposition.php
Submitted: 2004-12-05 11:13 UTC
From: adamg at pld-linux dot org Assigned: firman
Status: Closed Package: Math_Numerical_RootFinding
PHP Version: Irrelevant OS: Irrelevant
Roadmaps: (Not assigned)    
Subscription  


 [2004-12-05 11:13 UTC] adamg at pld-linux dot org
Description: ------------ In Math/Numerical/RootFinding/falseposition.php there is a call: require_once 'Math/Numerical/RootFinding/bracketing.php'; While the file is called Bracketing.php. This does not affect Windows, but on platforms where capitalization does matter, it causes an error. Reproduce code: --------------- Apply with -p1 --- php-pear-Math_Numerical_RootFinding-0.2.0.orig/Math_Numerical_RootFinding-0.2.0/Math/Numerical/RootFinding/falseposition.php 2004-12-05 11:59:13.152387880 +0100 +++ php-pear-Math_Numerical_RootFinding-0.2.0/Math_Numerical_RootFinding-0.2.0/Math/Numerical/RootFinding/falseposition.php 2004-12-05 11:59:58.942426736 +0100 @@ -30,7 +30,7 @@ /** * Require bracketing method base class. */ -require_once 'Math/Numerical/RootFinding/bracketing.php'; +require_once 'Math/Numerical/RootFinding/Bracketing.php'; /** * False Position method class.

Comments

 [2005-01-20 19:22 UTC] firman
Thank you for your bug report. This issue has been fixed in the latest released version of the package, which you can download at http://pear.php.net/get/Math_Numerical_RootFinding