summaryrefslogtreecommitdiff
path: root/ext/bcmath/bcmath.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
|
* fix mergeAnatol Belski2016-04-271-2/+3
|
* Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-04-271-0/+21
|\ | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: Fix memory leak Fix bug #72099: xml_parse_into_struct segmentation fault 5.5.36 now Fix bug #72094 - Out of bounds heap read access in exif header processing Fix bug #72093: bcpowmod accepts negative scale and corrupts _one_ definition Fix bug #72061 - Out-of-bounds reads in zif_grapheme_stripos with negative offset Fix for bug #71912 (libgd: signedness vulnerability) Typo in NEWS
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2016-04-261-19/+41
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Fix memory leak Fix bug #72099: xml_parse_into_struct segmentation fault 5.5.36 now Fix bug #72094 - Out of bounds heap read access in exif header processing Fix bug #72093: bcpowmod accepts negative scale and corrupts _one_ definition Fix bug #72061 - Out-of-bounds reads in zif_grapheme_stripos with negative offset Fix for bug #71912 (libgd: signedness vulnerability) Typo in NEWS Conflicts: configure.in main/php_version.h
| | * Fix bug #72093: bcpowmod accepts negative scale and corrupts _one_ definitionStanislav Malyshev2016-04-241-19/+41
| | | | | | | | | | | | | | | We can not modify result since it can be copy of _zero_ or _one_, etc. and "copy" in bcmath is just bumping the refcount.
| | * Bump yearXinchen Hui2015-01-151-1/+1
| | |
| | * Bump yearXinchen Hui2014-01-031-1/+1
| | |
* | | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
| | | | | | | | | | | | Also re bug #71575.
* | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ \ | |/ / | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| | |
| * | bump yearXinchen Hui2015-01-151-1/+1
| | |
* | | cleaning up the version macrosAnatol Belski2015-03-231-1/+1
| | |
* | | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-161-2/+2
| | | | | | | | | | | | which also comply with the current semantics for such macros
* | | bump yearXinchen Hui2015-01-151-1/+1
| | |
* | | trailing whitespace removalStanislav Malyshev2015-01-101-17/+17
| | |
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-66/+66
| | |
* | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-181-16/+16
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: (398 commits) NEWS add test for bug #68381 Fixed bug #68381 Set FPM log level earlier during init proper dllexport move to size_t where zend_string is used internally fix some datatype mismatches return after the warning, to fix uninitialized salt usage fix datatype mismatches add missing type specifier fix datatype mismatches fix unsigned check "extern" shouldn't be used for definitions joined identical conditional blocks simplify fpm tests SEND_VAR_NO_REF optimization Add test for bug #68442 Add various tests for FPM - covering recent bugs (68420, 68421, 68423, 68428) - for UDS - for ping and status URI - for multi pool and multi mode Include small MIT FastCGI client library from https://github.com/adoy/PHP-FastCGI-Client Get rid of zend_free_op structure (use zval* instead). Get rid of useless TSRMLS arguments. Add new FPM test for IPv4/IPv6 ... Conflicts: win32/build/config.w32
| * | | fix datatype mismatch warningsAnatol Belski2014-10-301-16/+16
| | | |
* | | | opcache, intl, gmp, exif, com, bcmath to use static tsrmlsAnatol Belski2014-10-171-0/+6
|/ / /
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| | |
* | | 's' works with size_t round 2Anatol Belski2014-08-271-1/+1
| | |
* | | first show to make 's' work with size_tAnatol Belski2014-08-271-8/+8
| | |
* | | master renames phase 1Anatol Belski2014-08-251-19/+19
| | |
* | | fixes to ext/bcmathAnatol Belski2014-08-191-18/+18
| | |
* | | basic macro replacements, all at onceAnatol Belski2014-08-191-1/+1
| | |
* | | Refactor bcmathXinchen Hui2014-05-051-26/+9
|/ /
* | Bump yearXinchen Hui2014-01-031-1/+1
|/
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Fixed bug #60337 bcscale related crashed on 64bits platformsMateusz Kocielski2011-11-191-1/+1
|
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* Fixed bug#46847 (phpinfo() is missing some settings.)Hannes Magnusson2008-12-121-0/+1
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-10/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+10
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-10/+0
|
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-7/+7
|
* - New parameter parsing APIFelipe Pena2008-06-241-179/+122
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* Added missing error check inside bcpowmod().Ilia Alshanetsky2007-06-081-6/+10
|
* MFH: improve the checks for integer overflowAntony Dovgal2007-06-061-9/+13
|
* MFH: bcmath.scale must be greater or equal to zeroAntony Dovgal2007-05-101-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* Intialization code is moved from request startup to module startupDmitry Stogov2006-11-101-25/+15
|
* MFH: Fix double "wron param count" messagesHannes Magnusson2006-11-031-1/+1
|
* Added automatic module globals managementDmitry Stogov2006-06-151-5/+8
|
* MFH: arginfo, protos, vim foldingHannes Magnusson2006-06-111-10/+80
|