summaryrefslogtreecommitdiff
path: root/ext/intl
Commit message (Expand)AuthorAgeFilesLines
* Use ZPP instead of custom type checksMáté Kocsis2020-09-045-9/+7
* Add more precise type info for stubsMáté Kocsis2020-09-0111-71/+71
* Prevent ResourceBundle double-constructionNikita Popov2020-08-262-0/+23
* Prevent double-construction of NumberFormatterNikita Popov2020-08-262-0/+16
* Prevent double-construction of IntlGregorianCalendarNikita Popov2020-08-262-2/+15
* Prevent double-construction of IntlRuleBasedBreakIteratorNikita Popov2020-08-262-1/+17
* Ensure RuleBasedBreakIterator constructor throws on failureNikita Popov2020-08-253-20/+17
* Clean up BreakIterator create_object handlerNikita Popov2020-08-251-3/+3
* Fixed bug #79946Nikita Popov2020-08-102-2/+1
* Add many missing closing PHP tags to testsMáté Kocsis2020-08-09121-2/+121
* Add another round of missing parameter types to stubsMáté Kocsis2020-08-0718-24/+60
* Accept zend_object* in zend_update_propertyNikita Popov2020-08-071-1/+1
* Add a bunch of missing argument types to stubsMáté Kocsis2020-08-032-3/+13
* Warning to ValueError promotion in Intl extension Part 1George Peter Banyard2020-07-3124-459/+442
* Add a few missing parameter types in stubsMáté Kocsis2020-07-302-2/+3
* Validate collator earlier during sortNikita Popov2020-07-243-28/+15
* Fix some clang warningsNikita Popov2020-07-231-1/+1
* Fix UConvert::getErrorMessage() leak on zpp failureNikita Popov2020-07-211-1/+1
* Fix IntlGregorianCalendar constructor signatureNikita Popov2020-07-175-8/+19
* Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-1/+1
* Remove no_separation flagNikita Popov2020-07-071-2/+0
* Explicitly create references in UConverter callbacksNikita Popov2020-07-071-2/+4
* Fix a few commentsMáté Kocsis2020-07-066-55/+23
* Remove proto comments from C filesMax Semenik2020-07-0634-590/+185
* Add get_gc handle for object iteratorsNikita Popov2020-07-011-1/+2
* Update outdated arginfo hashesMáté Kocsis2020-06-302-2/+2
* Drop non-well numeric string in Intl testGeorge Peter Banyard2020-06-281-4/+0
* Introduce InternalIteratorNikita Popov2020-06-247-5/+36
* Include stub hash in generated arginfo filesNikita Popov2020-06-2416-16/+32
* Add ZVAL_OBJ_COPY macroNikita Popov2020-06-171-2/+1
* Add zend_call_known_function() API familyNikita Popov2020-06-092-3/+6
* Fix some UNKNOWN default valuesMáté Kocsis2020-06-098-13/+12
* Add tests to check mismatching function signaturesMáté Kocsis2020-06-061-34/+17
* Refactor IntlBreakIterator::next() handlingGeorge Peter Banyard2020-06-051-13/+8
* Convert code path which should never happen to assertionGeorge Peter Banyard2020-06-051-7/+4
* Fix weird zend_bool usage in Intl Calendar::roll() methodGeorge Peter Banyard2020-06-041-11/+5
* Implement #47074: phpinfo() reports "On" as 1 for the some extensionsChristoph M. Becker2020-06-041-1/+1
* Improve type error messages when an object is givenMáté Kocsis2020-05-262-2/+2
* Fix [-Wundef] warning in INTL extensionGeorge Peter Banyard2020-05-201-2/+2
* Use new Fast ZPP macros for string|int parar typesGeorge Peter Banyard2020-05-133-354/+203
* Deprecate old ReflectionParameter type declaration APIsNikita Popov2020-05-111-15/+0
* Make float to string casts locale-independentMáté Kocsis2020-05-082-2/+2
* Update intl test suite for ICU 67.1Christoph M. Becker2020-04-244-3/+469
* Fix Bug #79431 Various compiler warnings on Big endian architecture with GCC ...vibhutisawant2020-04-151-1/+1
* Add Intl resource bundle files for big-endian architecture.George Peter Banyard2020-04-148-1/+10
* Generate method entries for ext/intlMáté Kocsis2020-04-14106-1912/+1829
* Fix nullable types in PHPDocMáté Kocsis2020-04-122-10/+10
* Fix the default value of the $length parameter of grapheme_substr()Máté Kocsis2020-04-102-2/+2
* Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-0815-115/+115
* Verify that all stubs have a return typeNikita Popov2020-04-031-0/+5