summaryrefslogtreecommitdiff
path: root/ext/intl
Commit message (Expand)AuthorAgeFilesLines
* added basic test for UConverter::setSourceEncoding()Andy McNeice2019-02-191-0/+17
* added basic test for UConverter::getDestinationEncoding()Andy McNeice2019-02-191-0/+14
* added basic test for UConverter::getSourceEncoding()Andy McNeice2019-02-191-0/+14
* Update and fix remaining year ranges (2019)Peter Kokot2019-02-082-2/+2
* Remove local variablesPeter Kokot2019-02-0349-444/+0
* Implement typed propertiesNikita Popov2019-01-113-20/+19
* ext/intl: Use pkg-config to detect icuHugh McMaster2018-12-091-1/+1
* Clean up unnecessary ternary expressions and simplify some returnsGabriel Caruso2018-12-031-1/+1
* Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-1512-41/+41
* Eliminate useless $this related checkDmitry Stogov2018-11-146-25/+29
* Replace getThis() by EX(This), when additional check is not necessary.Dmitry Stogov2018-11-148-24/+24
* Merge branch 'PHP-7.3'Anatol Belski2018-10-202-12/+12
|\
| * 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
* | | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15159-249/+14
* | | | Remove assignment irrelevant for release buildAnatol Belski2018-10-141-2/+1
* | | | Trim trailing whitespace in *.phptPeter Kokot2018-10-1416-26/+26
* | | | Trim trailing whitespace in testsGabriel Caruso2018-10-1456-141/+141
* | | | 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
* | | | Enforce C++11 in ext/intlAnatol Belski2018-10-071-2/+4
* | | | Simplify buffer management in php_intl_idn_to_46()Nikita Popov2018-09-181-16/+3
* | | | Merge branch 'PHP-7.3'Nikita Popov2018-09-181-1/+0
|\ \ \ \ | |/ / /
| * | | Remove invalid freeNikita Popov2018-09-181-1/+0
* | | | Change default of $variant param of idn_to_ascii() and idn_to_utf8()Christoph M. Becker2018-09-152-5/+2
* | | | Require ICU ≥ 50.1Christoph M. Becker2018-09-15107-4075/+20
* | | | Get rid of ZEND_ACC_CTOR, ZEND_ACC_DTOR and ZEND_ACC_IMPLEMENTED_ABSTRACTDmitry Stogov2018-09-058-8/+8
* | | | Fix off-by-one errors in skip reasonsChristoph M. Becker2018-09-0315-17/+17