summaryrefslogtreecommitdiff
path: root/ext/intl
Commit message (Expand)AuthorAgeFilesLines
* Fix expect sectionAnatol Belski2019-06-011-1/+1
* Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2019-06-018-7/+377
|\
| * Change ZPP only if compiled with ICU >= 64Anatol Belski2019-06-011-1/+7
| * Update tests for ICU 64Nikita Popov2019-06-018-7/+371
| * Convert CRLF to LFPeter Kokot2019-05-131-1/+1
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-04-152-1/+14
|\ \ | |/
| * Fixed bug #77895Nikita Popov2019-04-152-1/+14
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-03-181-3/+3
|\ \ | |/
| * Make test independent of icu versionNikita Popov2019-03-181-3/+3
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-03-182-1/+13
|\ \ | |/
| * Allow DateTimeImmutable in datefmt_format_object()Nikita Popov2019-03-182-1/+13
* | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2018-10-202-12/+12
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-10-202-12/+12
| |\
| | * Fix tests for ICU 63.1Anatol Belski2018-10-202-12/+12
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15162-252/+15
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1467-175/+175
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-1415-17/+1
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-1311-161/+161
| | * Convert CRLF line endings to LFPeter Kokot2018-10-1312-137/+137
| | * Add test for bug #76942Anatol Belski2018-10-051-0/+33
| * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15162-252/+15
| * | Trim trailing whitespace in *.phptPeter Kokot2018-10-1467-175/+175
| * | Sync leading and final newlines in source code filesPeter Kokot2018-10-1415-17/+1
| * | Trim trailing whitespace in source code filesPeter Kokot2018-10-1311-161/+161
| * | Convert CRLF line endings to LFPeter Kokot2018-10-131-32/+32
* | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15163-253/+15
* | | Trim trailing whitespace in *.phptPeter Kokot2018-10-1469-185/+185
* | | Sync leading and final newlines in source code filesPeter Kokot2018-10-1412-12/+1
* | | Trim trailing whitespace in source code filesPeter Kokot2018-10-133-6/+6
* | | 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