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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 12:01:33 2025 UTC