summaryrefslogtreecommitdiff
path: root/ext/bcmath
Commit message (Collapse)AuthorAgeFilesLines
* fix clang compatAnatol Belski2016-08-271-1/+1
|
* Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-04-272-1/+24
|\ | | | | | | | | * PHP-5.6: fix/improve tests
| * fix/improve testsAnatol Belski2016-04-272-1/+24
| |
* | fix mergeAnatol Belski2016-04-271-2/+3
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-04-272-0/+34
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | * 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-262-19/+54
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-242-19/+54
| | | | | | | | | | | | | | | 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-152-2/+2
| | |
| | * Bump yearXinchen Hui2014-01-032-2/+2
| | |
* | | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-032-2/+2
| | | | | | | | | | | | Also re bug #71575.
* | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-012-2/+2
|\ \ \ | |/ / | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-012-2/+2
| | |
| * | bump yearXinchen Hui2015-01-152-2/+2
| | |
* | | switch to the unified globals accessor where appropriateAnatol Belski2015-07-291-6/+2
| | |
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵Dmitry Stogov2015-06-301-2/+2
| | | | | | | | | | | | semantick changes).
* | | cleaning up the version macrosAnatol Belski2015-03-232-1/+4
| | |
* | | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-162-3/+3
| | | | | | | | | | | | which also comply with the current semantics for such macros
* | | bump yearXinchen Hui2015-01-152-2/+2
| | |
* | | trailing whitespace removalStanislav Malyshev2015-01-1027-49/+49
| | |
* | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-171-1/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: fix unserializer patch move this entry to the correct version add missing NEWS entry add missing NEWS entry Updated or skipped certain 32-bit tests add NEWS entry for #68594 5.4.37 add more BC breaks update news add CVE add missing test file Fix bug #68594 - Use after free vulnerability in unserialize() Fix typo Hash value must not zero?
| * | | Updated or skipped certain 32-bit testsAndrea Faulds2014-12-171-1/+2
| | | |
* | | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-1313-147/+147
| | | |
* | | | 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-174-3/+12
|/ / /
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-192-2/+2
| | |
* | | '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-253-22/+22
| | |
* | | fixes to ext/bcmathAnatol Belski2014-08-192-19/+19
| | |
* | | basic macro replacements, all at onceAnatol Belski2014-08-191-1/+1
| | |
* | | Refactor bcmathXinchen Hui2014-05-053-55/+40
|/ /
* | Bump yearXinchen Hui2014-01-032-2/+2
|/
* Fix Bug #60633 build warning in bcmathRemi Collet2013-10-031-3/+0
|
* Happy New YearXinchen Hui2013-01-012-2/+2
|
* Remove executable permission on phptXinchen Hui2012-10-104-0/+0
|
* - Year++Felipe Pena2012-01-012-2/+2
|
* - Fixed bug #60337 bcscale related crashed on 64bits platformsMateusz Kocielski2011-11-192-1/+14
|
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
|
* - Year++Felipe Pena2011-01-012-2/+2
|
* Add some bcmath testsWilliam Martin2010-03-0814-0/+185
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
|
* add missing skipifsZoe Slattery2009-08-317-0/+14
|
* bc math tests from testfest 2009Zoe Slattery2009-08-307-0/+78
|
* - Fixed bug #49289 (bcmath module does not compile with phpize configure).Jani Taskinen2009-08-201-11/+3
|
* MFH: config.h is in this directory, not in ext/bcmath root, fixes ↵Kalle Sommer Nielsen2009-06-031-1/+1
| | | | re-compilation for me
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
|
* 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
|