#
57440cc9 |
| 15-Oct-2002 |
Sterling Hughes |
hopefully silence compile warnings on Solaris related to HUGEVAL being undefined.. HUGEVAL is defined (well the manual would indicate so) in stdlib.h, not math.h. Bug #: 19807 |
Revision tags: RELEASE_1_0b1, php-4.3.0pre1 |
|
#
df0ea33d |
| 04-Oct-2002 |
Sascha Schumann |
peek at freebsd's libc and fix _php_math_basetozval PR: #19733 |
Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003, RELEASE_0_91, php-4.3.0dev_zend2_alpha3 |
|
#
828c2a9c |
| 06-Sep-2002 |
Derick Rethans |
- argh... this is getting annoying |
#
338332c7 |
| 06-Sep-2002 |
Anantha Kesari H Y |
NetWare related changes/modifications |
Revision tags: php-4.2.3, php-4.2.3RC2 |
|
#
149ad05b |
| 24-Aug-2002 |
Marcus Boerger |
php_error_docref #New conversion available at: http://docref.txt.marcus-boerger.de |
Revision tags: php-4.2.3RC1, dev, php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2 |
|
#
67689bd5 |
| 18-Jun-2002 |
Edin Kadribasic |
ZTS fix. |
#
fb6bcda1 |
| 18-Jun-2002 |
Edin Kadribasic |
Check for +/- infinity in base_convert (bug #14807). |
Revision tags: php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2, php-4.2.1RC1, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2 |
|
#
f4447a9c |
| 01-Apr-2002 |
Derick Rethans |
- Fix for bug #14966 |
Revision tags: php-4.2.0RC1, help |
|
#
6729e0e9 |
| 11-Mar-2002 |
Sebastian Bergmann |
Fix thread-safe build. |
#
8544cc15 |
| 10-Mar-2002 |
jim winstead |
handle numeric strings. this means we're less picky about the argument types, but the math functions aren't generally that picky. |
#
547b25fd |
| 02-Mar-2002 |
Hartmut Holzgraefe |
php has no 'double', only 'float' |
#
90613d22 |
| 28-Feb-2002 |
Sebastian Bergmann |
Maintain headers. |
Revision tags: php-4.1.2 |
|
#
15daf992 |
| 21-Feb-2002 |
Yasuo Ohgaki |
Added fmod() function # Is there any reason that math.c does not use errno? |
Revision tags: BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH |
|
#
9aba9071 |
| 28-Jan-2002 |
Jon Parise |
These are now defined in zend_config.w32.h. |
#
e40e7a66 |
| 27-Jan-2002 |
Jon Parise |
zend_isinf() is already defined in Zend/zend_config.w32.h for Win32. |
#
f174bbc7 |
| 27-Jan-2002 |
Jon Parise |
Use the zend_* versions of finite(), isinf(), and isnan(), as defined in php_config.h. Redefine the zend_* versions in the case of Win32. This fixes the build on systems that don't prov
Use the zend_* versions of finite(), isinf(), and isnan(), as defined in php_config.h. Redefine the zend_* versions in the case of Win32. This fixes the build on systems that don't provide a native version of, say, isinf() (e.g. Solaris).
show more ...
|
#
831473d7 |
| 09-Jan-2002 |
jim winstead |
Rename finite/isinf/isnan to more standard is_*() names. |
#
62395159 |
| 05-Jan-2002 |
jim winstead |
Fix the Win32 compile. |
#
87ad1fdb |
| 05-Jan-2002 |
Egon Schmid |
Fixed some protos. |
#
b9d68b8e |
| 05-Jan-2002 |
jim winstead |
Apparently multi_convert_to_double_ex() didn't quite do what I thought. Still need to handle numeric strings. |
#
461e1050 |
| 05-Jan-2002 |
jim winstead |
Fixed pow(), and added finite(), isinf(), and isnan(). Also fixed pow() tests. @- Fixed pow(), and added finite(), isinf(), and isnan(). (Jim) # Jeroen was on crack, and apparently flunke
Fixed pow(), and added finite(), isinf(), and isnan(). Also fixed pow() tests. @- Fixed pow(), and added finite(), isinf(), and isnan(). (Jim) # Jeroen was on crack, and apparently flunked arithmetic. Names of new # functions subject to change if people get persnickety about them. # (They're currently the same as the underlying C library function # names. Hope nobody forgets to update the tests if they change the # names.) # Oh, and pow() uses the new parameter-passing API now.
show more ...
|
Revision tags: php-4.1.1 |
|
#
e8f3e3ff |
| 22-Dec-2001 |
Derick Rethans |
- Let ceil also return a float in every case |
#
ca1bcd9a |
| 21-Dec-2001 |
Derick Rethans |
- Fix for bug #14646, floor() always returns a float now. |
#
3709eb6a |
| 16-Dec-2001 |
Derick Rethans |
- Fix for bug #14544, bogus warning in pow() #- I think I do not need to tell who screwed this up.... |
Revision tags: PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog |
|
#
38933514 |
| 11-Dec-2001 |
Sebastian Bergmann |
Update headers. |