Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-07-21 | 1 | -2/+0 |
|\ | | | | | | | | | * PHP-7.0: Move the define into the header to reduce diff for future upgrade | ||||
| * | Move the define into the header to reduce diff for future upgrade | Anatol Belski | 2017-07-21 | 1 | -2/+0 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-07-21 | 1 | -0/+2 |
|\ \ | |/ | | | | | | | | | | | | | * PHP-7.0: Fixed bug #74947 (Segfault in scanner on INF number) Conflicts: Zend/zend_language_scanner.c | ||||
| * | Fixed bug #74947 (Segfault in scanner on INF number) | Xinchen Hui | 2017-07-21 | 1 | -0/+2 |
| | | |||||
| * | More int->size_t and string overflow fixes | Stanislav Malyshev | 2016-11-05 | 1 | -1/+9 |
| | | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Stanislav Malyshev | 2016-11-05 | 1 | -1/+9 |
|\ \ | | | | | | | | | | | | | * PHP-7.0: More int->size_t and string overflow fixes | ||||
| * | | More int->size_t and string overflow fixes | Stanislav Malyshev | 2016-11-05 | 1 | -1/+9 |
| |/ | |||||
* | | Fixed compilation warnings | Dmitry Stogov | 2016-06-21 | 1 | -1/+1 |
| | | |||||
* | | Remove unnecessary strlen check | Xinchen Hui | 2016-05-07 | 1 | -14/+0 |
|/ | |||||
* | Strlen cleanup (additions for previous one fix) | Xinchen Hui | 2016-05-07 | 1 | -2/+2 |
| | | | | Probably compilers will do similar optimization | ||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Xinchen Hui | 2016-05-06 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: Zend/zend_strtod.c | ||||
| * | Fixed bug #72172 (zend_hex_strtod should not use strlen) | Xinchen Hui | 2016-05-06 | 1 | -1/+1 |
| | | |||||
* | | Fixed bug #71729 (Possible crash in zend_bin_strtod, zend_oct_strtod, ↵ | Xinchen Hui | 2016-03-09 | 1 | -3/+9 |
| | | | | | | | | zend_hex_strtod) | ||||
* | | fix thread safety | Anatol Belski | 2015-07-29 | 1 | -1/+1 |
| | | |||||
* | | Use zend_error_noreturn() for fatal errors | Dmitry Stogov | 2015-04-01 | 1 | -2/+2 |
| | | |||||
* | | fix endianness check plus better visual origin compat | Anatol Belski | 2015-03-18 | 1 | -36/+17 |
| | | |||||
* | | this check isn't applicable anymore | Anatol Belski | 2015-03-18 | 1 | -3/+0 |
| | | |||||
* | | catching up with the git history | Anatol Belski | 2015-03-17 | 1 | -3/+11 |
| | | |||||
* | | fix undefined symbol | Anatol Belski | 2015-03-17 | 1 | -1/+1 |
| | | |||||
* | | restore freeing stuff and some small improvements | Anatol Belski | 2015-03-17 | 1 | -4/+1 |
| | | |||||
* | | first shot on updating strtod stuff | Anatol Belski | 2015-03-17 | 1 | -1295/+3158 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -5/+5 |
|/ | |||||
* | Replace invalid code with a proper #error | Lior Kaplan | 2013-12-08 | 1 | -2/+1 |
| | | | | | This code creates a nasty error as mentioned in bugs #31131, #37062 Patch taken from Debian's PHP package: 044-strtod_arm_fix | ||||
* | Fixed Bug #55649 (Undefined function Bug()). (Laruence) | Dmitry Stogov | 2011-09-13 | 1 | -0/+6 |
| | |||||
* | Check if given string is long enough in zend_*_strtod | David Soria Parra | 2011-07-27 | 1 | -0/+15 |
| | |||||
* | - add binary suport, FR #50638, as defined in RFC ↵ | Pierre Joye | 2011-07-27 | 1 | -0/+38 |
| | | | | https://wiki.php.net/rfc/binnotation4ints, patch by Jonah Harris | ||||
* | Fix bug #53682 | Rasmus Lerdorf | 2011-01-06 | 1 | -0/+1 |
| | |||||
* | Fix bug #53632 with x87 fpu | Scott MacVicar | 2011-01-04 | 1 | -1/+1 |
| | |||||
* | marked char pointer arguments as const in lots of | Hartmut Holzgraefe | 2010-10-14 | 1 | -6/+6 |
| | | | | | | places where strings pointed to are not modified to prevent compiler warnings about discarded qualifiers ... | ||||
* | Fixed floating point mathematic speed degradation (Christian) | Dmitry Stogov | 2009-03-18 | 1 | -5/+1 |
| | |||||
* | - MFH: Changed floating point behaviour to consistently use double precision | Christian Seiler | 2008-12-02 | 1 | -1/+5 |
| | | | | | on all platforms and with all compilers. | ||||
* | Fixed bug #43053 (Regression: some numbers shown in scientific notation). ↵ | Dmitry Stogov | 2008-09-15 | 1 | -8/+1 |
| | | | | | | | (int-e at gmx dot de) some 64bit test files may need to be fixed | ||||
* | Fix for bug #43487 (Wrong conversion of float to string) | Dmitry Stogov | 2008-07-27 | 1 | -7/+7 |
| | |||||
* | - Rewrite scanner to be based on re2c instead of flex | Marcus Boerger | 2008-03-16 | 1 | -1/+1 |
| | | | | | | | | | The full patch is available as: http://php.net/~helly/php-re2c-5.3-20080316.diff.txt This is against php-re2c repository version 98 An older patch against version 97 is available under: http://php.net/~helly/php-re2c-97-20080316.diff.txt | ||||
* | MFH: detect endianness in compile time when using Apple's GCC (fixes ↵ | Antony Dovgal | 2007-09-04 | 1 | -0/+10 |
| | | | | universal binary build) | ||||
* | MFH: - Fixed buf #42071 (ini scanner allows using NULL as option name). | Jani Taskinen | 2007-07-23 | 1 | -0/+1 |
| | | | | | MFH: Use Z_* macros to access the zvals. | ||||
* | fix comments | Antony Dovgal | 2007-05-04 | 1 | -3/+3 |
| | |||||
* | MFH | Antony Dovgal | 2007-04-26 | 1 | -0/+2 |
| | |||||
* | MFH: fix #41118 (PHP does not handle overflow of octal integers) | Antony Dovgal | 2007-04-22 | 1 | -0/+28 |
| | |||||
* | fix double-to-string conversion utils | Antony Dovgal | 2007-04-19 | 1 | -1/+8 |
| | |||||
* | Added missing allocation checks | Ilia Alshanetsky | 2007-03-06 | 1 | -0/+8 |
| | |||||
* | MFH: fix #40545 (multithreading issue in zend_strtod()) | Antony Dovgal | 2007-02-20 | 1 | -7/+6 |
| | |||||
* | Fixed compiler warning | Ilia Alshanetsky | 2006-12-26 | 1 | -1/+1 |
| | |||||
* | is_numeric_string() optimization | Ilia Alshanetsky | 2006-12-26 | 1 | -0/+33 |
| | | | | | # Original Patch by Matt Wilmas | ||||
* | initialize variables | Antony Dovgal | 2006-12-07 | 1 | -4/+4 |
| | |||||
* | MFH | Antony Dovgal | 2006-12-06 | 1 | -1/+1 |
| | |||||
* | MFH: use BSD licensed implementation of double-to-string utilities instead ↵ | Antony Dovgal | 2006-12-06 | 1 | -383/+1153 |
| | | | | | | | of LGPL one this patch also fixes thread safety issues in zend_strtod() | ||||
* | fix #37062 (compile failure on ARM architecture) | Antony Dovgal | 2006-04-15 | 1 | -0/+1 |
| | | | | | if ARM is big endian - don't define IEEE_LITTLE_ENDIAN | ||||
* | fix leak in zend_strtod() on big doubles | Antony Dovgal | 2006-02-14 | 1 | -1/+17 |
| | | | | | add new test | ||||
* | - Compile fix for systems without int32_t typedef | foobar | 2005-02-17 | 1 | -0/+8 |
| |