summaryrefslogtreecommitdiff
path: root/ext/intl/resourcebundle
Commit message (Expand)AuthorAgeFilesLines
* Improve class entry generationMáté Kocsis2021-02-161-2/+1
* Implicitly enable function entry generation when class entry generation is en...Máté Kocsis2021-02-092-5/+2
* Add support for generating class entries from stubsMáté Kocsis2021-01-263-12/+20
* Merge branch 'PHP-8.0'Nikita Popov2021-01-191-1/+2
|\
| * Fixed bug #80644: ResourceBundle::get() doesn't reset error stateNikita Popov2021-01-191-1/+2
* | Replace zend_bool uses with boolNikita Popov2021-01-152-4/+4
|/
* Improve parameter names in ext/intlMáté Kocsis2020-10-122-6/+6
* Promote warnings to exceptions in ext/intlMáté Kocsis2020-09-071-5/+3
* Prevent ResourceBundle double-constructionNikita Popov2020-08-261-0/+5
* Remove proto comments from C filesMax Semenik2020-07-061-26/+7
* Add get_gc handle for object iteratorsNikita Popov2020-07-011-1/+2
* Update outdated arginfo hashesMáté Kocsis2020-06-301-1/+1
* Introduce InternalIteratorNikita Popov2020-06-243-2/+17
* Include stub hash in generated arginfo filesNikita Popov2020-06-241-1/+2
* Generate method entries for ext/intlMáté Kocsis2020-04-144-28/+45
* Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-2/+2
* Do not include the same stub multiple timesMáté Kocsis2020-04-032-41/+0
* Revert "Replace @param annotations with type declarations"Christoph M. Becker2020-02-172-4/+6
* Replace @param annotations with type declarationsChristoph M. Becker2020-02-162-6/+4
* Throw exception for unconstructed intl objectsMáté Kocsis2020-01-053-11/+7
* Add stubs for various intl functionsMáté Kocsis2020-01-033-43/+103
* Use RETURN_THROWS() after zend_parse_method_parameters()Máté Kocsis2020-01-021-4/+4
* Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-311-1/+1
* Cleanup return values for Intl when parameter parsing is unsuccessfulMáté Kocsis2019-10-301-5/+5
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-256-12/+0
* Remove unused is_constructor argumentsNikita Popov2019-07-151-3/+3
* Merge branch 'PHP-7.4'Christoph M. Becker2019-05-311-1/+1
|\
| * SimpleXMLElement and ResourceBundle implement CountableThomas Gerbet2019-05-311-1/+1
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-05-281-1/+2
|\ \ | |/
| * Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macrosDmitry Stogov2019-05-281-1/+2
* | Intl: Don't separately report "bad arguments" errorsNikita Popov2019-03-111-12/+0
* | Make zpp failures always throw, independent of strict_typesNikita Popov2019-03-111-2/+1
* | Refactor zend_object_handlers API to pass zend_object* and zend_string* inste...Dmitry Stogov2019-02-041-7/+6
|/
* Remove local variablesPeter Kokot2019-02-033-27/+0
* Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-151-1/+1
* Replace getThis() by EX(This), when additional check is not necessary.Dmitry Stogov2018-11-141-1/+1
* Get rid of ZEND_ACC_CTOR, ZEND_ACC_DTOR and ZEND_ACC_IMPLEMENTED_ABSTRACTDmitry Stogov2018-09-051-1/+1
* Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy...Dmitry Stogov2018-07-051-1/+1
* Remove return types from some magic method in protosGabriel Caruso2018-03-091-1/+1
* Use int instead of integer in protoGabriel Caruso2018-02-021-2/+2
* Use free_obj for intl ResourceBundleNikita Popov2017-12-281-3/+5
* Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* Move zend_object_iterator_funcs structures into read-only data segmentDmitry Stogov2017-12-141-1/+1
* Remove outdated TODO filesPeter Kokot2017-12-091-1/+0
* Add zend_object_alloc() APINikita Popov2017-11-251-1/+1
* Remove superfluous checks of register_internal_class retvalNikita Popov2017-08-251-6/+0
* Bug #73218: add mitigation for ICU int overflowStanislav Malyshev2016-10-121-0/+12
* Cleanup: zend_object_std_dtor() is called through free_obj handlerDmitry Stogov2015-09-231-2/+0
* Fix Intl constructor leaksNikita Popov2015-04-171-9/+9
* Always throw TypeException on throwing zpp failuresNikita Popov2015-04-061-4/+5