| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add more argument types to stubs | Máté Kocsis | 2020-08-07 | 1 | -1/+1 |
| * | Constify char * arguments of APIs | twosee | 2020-06-08 | 1 | -3/+3 |
| * | Remove now unnecessary PHP_FUNCTION() declarations | Nikita Popov | 2020-04-03 | 1 | -54/+0 |
| * | Fix #78880: Final spelling fixes | Máté Kocsis | 2020-01-16 | 1 | -1/+1 |
| * | Add fdiv() function | Nikita Popov | 2019-10-11 | 1 | -0/+1 |
| * | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 1 | -2/+0 |
| * | Expect string argument in hexdec, octdec, bindec | Nikita Popov | 2019-06-03 | 1 | -1/+1 |
| * | Remove year range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
| * | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
| * | Trailing whitespaces on ext/* | Gabriel Caruso | 2018-01-04 | 1 | -2/+2 |
| * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -2/+2 |
| * | Merge branch 'PHP-7.1' | Leigh | 2016-08-10 | 1 | -0/+1 |
| |\ | |||||
| | * | Preserve BC for rand() AND mt_rand() where min > max | Leigh | 2016-08-10 | 1 | -0/+1 |
| * | | Merge branch 'PHP-7.1' | Remi Collet | 2016-08-03 | 1 | -3/+0 |
| |\ \ | |/ | |||||
| | * | clean removed functions (since they are alias) | Remi Collet | 2016-08-03 | 1 | -3/+0 |
| * | | Fix ext/standard build with the recent fixes to array.c | Kalle Sommer Nielsen | 2016-07-30 | 1 | -0/+1 |
| |/ | |||||
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| |\ | |||||
| | * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| * | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| * | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -2/+2 |
| * | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| * | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
| * | | several fixes - | Anatol Belski | 2014-08-16 | 1 | -1/+1 |
| * | | Merge branch 'master' into test | Dmitry Stogov | 2014-08-11 | 1 | -0/+1 |
| |\ \ | |||||
| | * | | Implemented intdiv() | Andrea Faulds | 2014-07-15 | 1 | -0/+1 |
| | |/ | |||||
| * | | Fix ZTS build | Nikita Popov | 2014-04-09 | 1 | -1/+1 |
| * | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-13 | 1 | -4/+4 |
| |/ | |||||
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| * | Implement FR #53457 (number_format must support more than one character for | Adam Harvey | 2010-12-03 | 1 | -1/+2 |
| * | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| * | - MFH: Implemented http://wiki.php.net/rfc/rounding | Christian Seiler | 2008-12-02 | 1 | -0/+17 |
| * | Merge PHP_5_3 - Implemented Windows support for asinh(), acosh(), atanh(), lo... | Kalle Sommer Nielsen | 2008-05-05 | 1 | -8/+0 |
| * | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| * | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| * | Added missing API declarations. | Ilia Alshanetsky | 2006-11-10 | 1 | -0/+3 |
| * | Added missing PHPAPI declaration | Ilia Alshanetsky | 2006-11-09 | 1 | -0/+1 |
| * | MFH: add missing ifdefs | Antony Dovgal | 2006-01-13 | 1 | -1/+2 |
| * | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| * | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| * | move math_standard_deviation and math_variance to the stats PECL extension | Andrey Hristov | 2005-05-13 | 1 | -2/+0 |
| * | rename math_std_dev to math_standard_deviation (the API wasn't published | Andrey Hristov | 2005-05-10 | 1 | -1/+1 |
| * | add also math_variance() which uses the same calculation as math_std_dev() | Andrey Hristov | 2005-05-02 | 1 | -0/+1 |
| * | add math_std_dev() | Andrey Hristov | 2005-05-02 | 1 | -0/+1 |
| * | Fix win32 build | Frank M. Kromann | 2004-09-21 | 1 | -2/+0 |
