Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix clang compat | Anatol Belski | 2016-08-27 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Anatol Belski | 2016-04-27 | 2 | -1/+24 |
|\ | | | | | | | | | * PHP-5.6: fix/improve tests | ||||
| * | fix/improve tests | Anatol Belski | 2016-04-27 | 2 | -1/+24 |
| | | |||||
* | | fix merge | Anatol Belski | 2016-04-27 | 1 | -2/+3 |
| | | |||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Anatol Belski | 2016-04-27 | 2 | -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.6 | Stanislav Malyshev | 2016-04-26 | 2 | -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_ definition | Stanislav Malyshev | 2016-04-24 | 2 | -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 year | Xinchen Hui | 2015-01-15 | 2 | -2/+2 |
| | | | |||||
| | * | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
| | | | |||||
* | | | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE | Nikita Popov | 2016-03-03 | 2 | -2/+2 |
| | | | | | | | | | | | | Also re bug #71575. | ||||
* | | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 2 | -2/+2 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 2 | -2/+2 |
| | | | |||||
| * | | bump year | Xinchen Hui | 2015-01-15 | 2 | -2/+2 |
| | | | |||||
* | | | switch to the unified globals accessor where appropriate | Anatol Belski | 2015-07-29 | 1 | -6/+2 |
| | | | |||||
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 1 | -2/+2 |
| | | | | | | | | | | | | semantick changes). | ||||
* | | | cleaning up the version macros | Anatol Belski | 2015-03-23 | 2 | -1/+4 |
| | | | |||||
* | | | made ZEND_TSRMLS_CACHE_* macros look like function calls | Anatol Belski | 2015-02-16 | 2 | -3/+3 |
| | | | | | | | | | | | | which also comply with the current semantics for such macros | ||||
* | | | bump year | Xinchen Hui | 2015-01-15 | 2 | -2/+2 |
| | | | |||||
* | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 27 | -49/+49 |
| | | | |||||
* | | | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-12-17 | 1 | -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 tests | Andrea Faulds | 2014-12-17 | 1 | -1/+2 |
| | | | | |||||
* | | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 13 | -147/+147 |
| | | | | |||||
* | | | | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-11-18 | 1 | -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 warnings | Anatol Belski | 2014-10-30 | 1 | -16/+16 |
| | | | | |||||
* | | | | opcache, intl, gmp, exif, com, bcmath to use static tsrmls | Anatol Belski | 2014-10-17 | 4 | -3/+12 |
|/ / / | |||||
* | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 2 | -2/+2 |
| | | | |||||
* | | | 's' works with size_t round 2 | Anatol Belski | 2014-08-27 | 1 | -1/+1 |
| | | | |||||
* | | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -8/+8 |
| | | | |||||
* | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 3 | -22/+22 |
| | | | |||||
* | | | fixes to ext/bcmath | Anatol Belski | 2014-08-19 | 2 | -19/+19 |
| | | | |||||
* | | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -1/+1 |
| | | | |||||
* | | | Refactor bcmath | Xinchen Hui | 2014-05-05 | 3 | -55/+40 |
|/ / | |||||
* | | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
|/ | |||||
* | Fix Bug #60633 build warning in bcmath | Remi Collet | 2013-10-03 | 1 | -3/+0 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 2 | -2/+2 |
| | |||||
* | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 4 | -0/+0 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 2 | -2/+2 |
| | |||||
* | - Fixed bug #60337 bcscale related crashed on 64bits platforms | Mateusz Kocielski | 2011-11-19 | 2 | -1/+14 |
| | |||||
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 2 | -2/+2 |
| | |||||
* | Add some bcmath tests | William Martin | 2010-03-08 | 14 | -0/+185 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 2 | -2/+2 |
| | |||||
* | add missing skipifs | Zoe Slattery | 2009-08-31 | 7 | -0/+14 |
| | |||||
* | bc math tests from testfest 2009 | Zoe Slattery | 2009-08-30 | 7 | -0/+78 |
| | |||||
* | - Fixed bug #49289 (bcmath module does not compile with phpize configure). | Jani Taskinen | 2009-08-20 | 1 | -11/+3 |
| | |||||
* | MFH: config.h is in this directory, not in ext/bcmath root, fixes ↵ | Kalle Sommer Nielsen | 2009-06-03 | 1 | -1/+1 |
| | | | | re-compilation for me | ||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 2 | -2/+2 |
| | |||||
* | Fixed bug#46847 (phpinfo() is missing some settings.) | Hannes Magnusson | 2008-12-12 | 1 | -0/+1 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -10/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+10 |
| |