equal
deleted
inserted
replaced
12 * obtain it through the world-wide-web, please send an email |
12 * obtain it through the world-wide-web, please send an email |
13 * to license@zend.com so we can send you a copy immediately. |
13 * to license@zend.com so we can send you a copy immediately. |
14 * |
14 * |
15 * @category Zend |
15 * @category Zend |
16 * @package Zend_Locale |
16 * @package Zend_Locale |
17 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
17 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
18 * @license http://framework.zend.com/license/new-bsd New BSD License |
18 * @license http://framework.zend.com/license/new-bsd New BSD License |
19 * @version $Id: PhpMath.php 24593 2012-01-05 20:35:02Z matthew $ |
19 * @version $Id$ |
20 */ |
20 */ |
21 |
21 |
22 |
22 |
23 /** |
23 /** |
24 * Utility class for proxying math function to bcmath functions, if present, |
24 * Utility class for proxying math function to bcmath functions, if present, |
26 * Sampling of PHP environments and platforms suggests that at least 80% to 90% support bcmath. |
26 * Sampling of PHP environments and platforms suggests that at least 80% to 90% support bcmath. |
27 * This file should only be loaded for the 10% to 20% lacking access to the bcmath extension. |
27 * This file should only be loaded for the 10% to 20% lacking access to the bcmath extension. |
28 * |
28 * |
29 * @category Zend |
29 * @category Zend |
30 * @package Zend_Locale |
30 * @package Zend_Locale |
31 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
31 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
32 * @license http://framework.zend.com/license/new-bsd New BSD License |
32 * @license http://framework.zend.com/license/new-bsd New BSD License |
33 */ |
33 */ |
34 class Zend_Locale_Math_PhpMath extends Zend_Locale_Math |
34 class Zend_Locale_Math_PhpMath extends Zend_Locale_Math |
35 { |
35 { |
36 public static function disable() |
36 public static function disable() |