php-src/ext/intl
Christoph M. Becker b93e4aa11c Relax test expectation
Since we're dealing with floating point numbers, precision issues may
hit us, and actually it's not necessary to check for the exact number
anyway, because it is not exact in the first place.  Therefore, we
relax the test expectations.
2020-02-03 13:03:54 +01:00
..
breakiterator Remove unused variables 2018-07-25 22:05:41 -03:00
calendar Trim trailing whitespace in source code files 2018-10-13 14:14:50 +02:00
collator Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized destructors. 2018-07-04 19:22:24 +03:00
common Sync leading and final newlines in source code files 2018-10-14 12:55:24 +02:00
converter Don't keep dangling pointer to function_name 2018-07-05 12:20:50 +03:00
dateformat Merge branch 'PHP-7.2' into PHP-7.3 2019-04-15 15:27:30 +02:00
formatter Fix #79212: NumberFormatter::format() may detect wrong type 2020-02-03 12:28:32 +01:00
grapheme Sync leading and final newlines in source code files 2018-10-14 12:55:24 +02:00
idn Merge branch 'PHP-7.2' into PHP-7.3 2019-09-10 16:29:30 +02:00
locale Merge branch 'PHP-7.2' into PHP-7.3 2019-11-11 23:08:38 -08:00
msgformat Merge branch 'PHP-7.2' into PHP-7.3 2019-09-25 10:34:25 +02:00
normalizer Trim trailing whitespace in source code files 2018-10-13 14:16:33 +02:00
resourcebundle Convert CRLF to LF 2019-05-13 03:51:00 +02:00
spoofchecker Export standard object handlers, to avoid indirect access 2018-05-31 11:57:22 +03:00
tests Relax test expectation 2020-02-03 13:03:54 +01:00
timezone Fixed incorrrecr zval_dtor() usage to replace value of argument passed by reference, that may lead to memory leaks. 2018-07-05 10:57:49 +03:00
transliterator Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy new created object (This is safer and produces less code) 2018-07-05 11:54:26 +03:00
uchar Sync leading and final newlines in source code files 2018-10-14 12:55:24 +02:00
config.m4 Merge branch 'PHP-7.2' 2018-06-20 10:42:04 -07:00
config.w32 Trim trailing whitespace in source code files 2018-10-13 14:16:33 +02:00
CREDITS
ERROR.CONVENTIONS Trim trailing whitespace in source code files 2018-10-13 14:16:33 +02:00
intl_common.h fix extern "C" 2015-04-01 13:18:52 +02:00
intl_convert.c Avoid useless checks, using zend_string_efree(), in cases where the string is known to be a temporary allocated zend_string. 2018-05-08 17:30:15 +03:00
intl_convert.h Cleanup (avoid string reallocations) 2015-07-01 13:26:39 +03:00
intl_convertcpp.cpp Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
intl_convertcpp.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
intl_cppshims.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
intl_data.h Fixed bug #74385 Locale::parseLocale() broken with some arguments 2018-05-03 16:34:33 +02:00
intl_error.c Trim trailing whitespace in source code files 2018-10-13 14:14:50 +02:00
intl_error.h Reduce struct size by 8 bytes on 64-bit 2018-02-19 10:12:46 +01:00
php_intl.c Bump intl extension version to PHP release version 2018-06-14 23:35:29 +02:00
php_intl.h Bump intl extension version to PHP release version 2018-06-14 23:35:29 +02:00