summaryrefslogtreecommitdiff
path: root/ext/intl
Commit message (Expand)AuthorAgeFilesLines
* Convert CRLF line endings to LFPeter Kokot2018-10-131-32/+32
* Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2018-10-053-0/+38
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-10-053-0/+38
| |\
| | * Add test for bug #76942Anatol Belski2018-10-051-0/+33
| | * Fixed Bug #76942 U_ARGUMENT_TYPE_MISMATCHAnatol Belski2018-10-052-0/+5
* | | Remove invalid freeNikita Popov2018-09-181-1/+0
* | | Improve fix for bug #76829Anatol Belski2018-09-011-7/+15
* | | Fixed bug #76829 Incorrect validation of domain on idn_to_utf8() functionAnatol Belski2018-09-012-2/+18
* | | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2018-08-092-0/+52
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-08-092-0/+52
| |\ \ | | |/
| | * Fixed bug #74484 MessageFormatter::formatMessage memory corruptionAnatol Belski2018-08-092-0/+52
* | | Remove unused variablesGabriel Caruso2018-07-252-3/+1
* | | Remove unused Git attributes identPeter Kokot2018-07-2511-19/+0
* | | Give a reason why the test was skippedGabriel Caruso2018-07-223-6/+6
* | | Fixed testsDmitry Stogov2018-07-121-10/+10
* | | Export stdClass objects using (object) cast (fixes #48016)Andrea Faulds2018-07-122-20/+20
* | | Uze ZVAL_COPY_DEREF() instead of ZVAL_DEREF() and ZVAL_COPY()Dmitry Stogov2018-07-092-4/+2
* | | Use zval_ptr_dtor() instead of legacy zval_dtor(), to destroy unused values r...Dmitry Stogov2018-07-051-4/+4
* | | Replace zval_dtor() with specialized destructorsDmitry Stogov2018-07-051-2/+2
* | | Don't keep dangling pointer to function_nameDmitry Stogov2018-07-051-1/+2
* | | Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy...Dmitry Stogov2018-07-053-14/+14
* | | Fixed incorrrecr zval_dtor() usage to replace value of argument passed by ref...Dmitry Stogov2018-07-053-9/+7
* | | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-046-14/+14
* | | Avoid magic method hash lookupsDmitry Stogov2018-07-022-3/+3
* | | Merge branch 'PHP-7.2'Christoph M. Becker2018-07-011-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-07-011-1/+1
| |\ \ | | |/
| | * Make newly introduced bug76556.phpt more resilientChristoph M. Becker2018-07-011-1/+1
* | | Merge branch 'PHP-7.2'Christoph M. Becker2018-06-302-1/+24
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-06-302-1/+24
| |\ \ | | |/
| | * Fix #76556: get_debug_info handler for BreakIterator shows wrong typeChristoph M. Becker2018-06-302-1/+24
* | | Merge branch 'PHP-7.2'Anatol Belski2018-06-2512-5/+356
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-06-2512-5/+356
| |\ \ | | |/
| | * Prepare tests for ICU 62.1Anatol Belski2018-06-2512-5/+356
* | | Merge branch 'PHP-7.2'Stanislav Malyshev2018-06-201-3/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-06-201-3/+0
| |\ \ | | |/
| | * Revert "ICU 59+ requires C++11 and errors out without the option"Stanislav Malyshev2018-06-201-3/+0
* | | Move class constant definition to the right enum fileSara Golemon2018-06-192-2/+4
* | | Merge branch 'PHP-7.2'Stanislav Malyshev2018-06-171-0/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-06-171-0/+3
| |\ \ | | |/
| | * ICU 59+ requires C++11 and errors out without the optionStanislav Malyshev2018-06-171-0/+3
* | | Bump intl extension version to PHP release versionPeter Kokot2018-06-142-4/+2
* | | Merge branch 'PHP-7.2'Nikita Popov2018-06-133-16/+10
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-06-133-16/+10
| |\ \ | | |/
| | * Make $locale parameter to BreakIterator ctors optionalNikita Popov2018-06-133-16/+10
* | | Removed "dead" code (zend_hash_update() never fails)Dmitry Stogov2018-06-011-16/+4
* | | Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-3112-15/+15
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-285-25/+25
* | | Avoid useless checks, using zend_string_efree(), in cases where the string is...Dmitry Stogov2018-05-085-7/+7
* | | Merge branch 'PHP-7.2'Anatol Belski2018-05-034-8/+8
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-05-034-8/+8
| |\ \ | | |/