php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #40732 math_std_dev not available
Submitted: 2007-03-05 16:57 UTC Modified: 2007-03-06 10:33 UTC
From: adrya dot stembridge at gmail dot com Assigned: andrey (profile)
Status: Wont fix Package: Feature/Change Request
PHP Version: 5.2.1 OS: XP
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: adrya dot stembridge at gmail dot com
New email:
PHP Version: OS:

 

 [2007-03-05 16:57 UTC] adrya dot stembridge at gmail dot com
Description:
------------
From http://bugs.php.net/bug.php?id=24064

>> [2 May 2005 11:18am UTC] andrey@php.net 
>> math_std_dev() will be available in 5.1.0

Attempting to access math_std_dev results in unknown function error. 

Reproduce code:
---------------
I don't know the parameters, so I'm just calling the function name to see if it exists. 

$blah = math_std_dev();



Expected result:
----------------
math_std_dev is not currently documented, but was said to appear in 5.1.0.  

Actual result:
--------------
Fatal error:  Call to undefined function math_std_dev() in blahblah.php


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-03-05 17:04 UTC] tony2001@php.net
It was never added.
 [2007-03-06 10:32 UTC] andrey@php.net
It was added and moved to pecl/stats, which is also compatible with PHP4, so one can have the function with PHP4 and PHP5. Very easy to install, and there is a windows extension dll available through pecl.php.net 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 02:02:52 2024 UTC