History log of /PHP-5.6/ext/standard/php_math.h (Results 51 – 53 of 53)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH
# cd754d78 03-Jul-2000 Sascha Schumann

Rename macros which begin with underscore to appropiate macros. The general
rule is:

macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'`


Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC
# 3ce3e9ba 13-Jun-2000 Sascha Schumann

Include <math.h> in php_math.h. This is necessary, because we might
otherwise redefine system macros.


# d1c1e99d 13-Jun-2000 Sascha Schumann

Rename phpmath.h to php_math.h.


123