Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | Revert "Move safe_address into zend_multiply.h" | Nikita Popov | 2014-09-06 | 1 | -0/+1 |
* | Move safe_address into zend_multiply.h | Nikita Popov | 2014-09-06 | 1 | -1/+0 |
* | fix acosh for vs2012 and earlier | Anatol Belski | 2014-09-01 | 1 | -0/+8 |
* | fix asinh() on win64 for big negative values | Anatol Belski | 2014-09-01 | 1 | -0/+9 |
* | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -1/+1 |
* | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -3/+3 |
* | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -6/+6 |
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -36/+36 |
* | further fixes to ext/standard | Anatol Belski | 2014-08-18 | 1 | -3/+3 |
* | some more pure naming replacements | Anatol Belski | 2014-08-17 | 1 | -1/+1 |
* | several fixes - | Anatol Belski | 2014-08-16 | 1 | -20/+20 |
* | fix macros in the 5 basic extensions | Anatol Belski | 2014-08-16 | 1 | -19/+19 |
* | Merge branch 'master' into phpng | Dmitry Stogov | 2014-08-14 | 1 | -6/+18 |
|\ | |||||
| * | Merge branch 'pull-request/658' | Sara Golemon | 2014-08-14 | 1 | -7/+20 |
| |\ | |||||
| | * | Improved logarithm of base 2 and 10 of standard math functions | Marc Bennewitz | 2014-04-28 | 1 | -7/+20 |
| | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | | | Merge branch 'master' into test | Dmitry Stogov | 2014-08-11 | 1 | -1/+22 |
|\ \ \ | |/ / | |||||
| * | | Added -1 safety check, fixed test | Andrea Faulds | 2014-07-15 | 1 | -0/+4 |
| * | | php_error_docref | Andrea Faulds | 2014-07-15 | 1 | -1/+1 |
| * | | Implemented intdiv() | Andrea Faulds | 2014-07-15 | 1 | -1/+18 |
* | | | Fast parameter parsing API | Dmitry Stogov | 2014-07-11 | 1 | -0/+179 |
* | | | Use strpprintf | Xinchen Hui | 2014-05-10 | 1 | -14/+12 |
* | | | Replace more convert_to_* calls | Nikita Popov | 2014-04-25 | 1 | -4/+2 |
* | | | Merge mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 1 | -37/+1 |
|\ \ \ | |/ / | |||||
| * | | add T_POW (**) operator | datibbaw | 2014-02-06 | 1 | -37/+1 |
* | | | Fix ZTS build | Nikita Popov | 2014-04-09 | 1 | -5/+5 |
* | | | Fixed wrong fix for tmpbuf | Xinchen Hui | 2014-03-06 | 1 | -10/+13 |
* | | | Use stack memory here to avoid mem leak | Xinchen Hui | 2014-03-03 | 1 | -5/+2 |
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-13 | 1 | -88/+72 |
|/ / | |||||
* | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | code related typo fixes | Veres Lajos | 2013-08-18 | 1 | -1/+1 |
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
|/ | |||||
* | Fix test fails: ext/standard/tests/general_functions/bug27678.phpt | Reeze Xia | 2012-07-17 | 1 | -0/+4 |
* | Fix bug #62112: number_format() is not binary safe | Gustavo André dos Santos Lopes | 2012-05-23 | 1 | -2/+18 |
* | fix stack overflow in php_intlog10abs() | Nuno Lopes | 2012-05-11 | 1 | -2/+2 |
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | - Reverted r301991, which is a (partial) fix to bug #52550, addressing an | Gustavo André dos Santos Lopes | 2011-06-12 | 1 | -5/+17 |
* | MFH: Fixed comilation on x86_64 | Stanislav Malyshev | 2011-05-27 | 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 | -17/+20 |
* | Additional fix for bug #52550 & fix test & warning from previous fixes | Ilia Alshanetsky | 2010-08-08 | 1 | -1/+7 |
* | - Fix build | Felipe Pena | 2010-08-06 | 1 | -1/+1 |
* | WS | Ilia Alshanetsky | 2010-08-06 | 1 | -3/+3 |
* | Another fix for issue indentified in bug #52550 | Ilia Alshanetsky | 2010-08-06 | 1 | -1/+5 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | Fixed floating point mathematic speed degradation (Christian) | Dmitry Stogov | 2009-03-18 | 1 | -9/+3 |
* | 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 | -47/+164 |