summaryrefslogtreecommitdiff
path: root/ext/mbstring
Commit message (Expand)AuthorAgeFilesLines
* Remove HAVE_STDARG_HPeter Kokot2018-09-181-18/+1
* Remove HAVE_STRING_HPeter Kokot2018-09-188-32/+1
* Remove HAVE_STDIO_HPeter Kokot2018-09-171-1/+0
* Explain why the test was skippedGabriel Caruso2018-09-161-1/+1
* Remove HAVE_STDLIB_HPeter Kokot2018-09-165-8/+2
* Remove HAVE_ASSERT_HPeter Kokot2018-09-092-4/+0
* Remove HAVE_STDDEF_HPeter Kokot2018-09-0524-56/+0
* Remove AC_FUNC_MEMCMPPeter Kokot2018-09-041-1/+0
* Merge branch 'PHP-7.3'Christoph M. Becker2018-09-0332-8684/+13149
|\
| * Update to Oniguruma 6.9.0Christoph M. Becker2018-09-0332-8684/+13149
* | Remove AC_HEADER_TIMEPeter Kokot2018-09-021-1/+0
* | Remove AC_C_CONSTPeter Kokot2018-09-022-4/+0
* | Make PHP development tools files and scripts executablePeter Kokot2018-08-292-0/+2
* | Change some permissions from 755 to 644Peter Kokot2018-08-281-0/+0
* | Merge branch 'PHP-7.3'Christoph M. Becker2018-08-0512-8/+36
|\ \ | |/
| * Add missing skip conditionsChristoph M. Becker2018-08-0512-8/+36
* | Merge branch 'PHP-7.3'Christoph M. Becker2018-08-041-1/+1
|\ \ | |/
| * Fix #76706: mbstring.http_output_conv_mimetypes is ignoredChristoph M. Becker2018-08-041-1/+1
* | Merge branch 'PHP-7.3'Christoph M. Becker2018-08-042-4/+20
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-08-042-4/+20
| |\
| | * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-08-042-4/+20
| | |\
| | | * Fix #76704: mb_detect_order return value varies based on argument typeChristoph M. Becker2018-08-042-5/+21
* | | | Remove superfluous checks of always available functionsGabriel Caruso2018-08-032-6/+0
|/ / /
* | | Replace obsolete AC_TRY_FOO with AC_FOO_IFELSEPeter Kokot2018-07-301-5/+5
* | | Remove unused libmbfl build system related filesPeter Kokot2018-07-2913-462/+0
* | | Fix typos in code commentsPeter Kokot2018-07-251-1/+1
* | | Remove unused Git attributes identPeter Kokot2018-07-2510-21/+1
* | | Deprecate undocumented mbereg_* aliasesNikita Popov2018-07-216-27/+38
* | | Fix #76574: use of undeclared identifiers INT_MAX and LONG_MAXChristoph M. Becker2018-07-101-1/+1
* | | Fix #76594: Bus Error due to unaligned access in zend_ini.c OnUpdateLongChristoph M. Becker2018-07-091-1/+1
* | | Add UPGRADING for mb_ereg changesNikita Popov2018-07-071-20/+14
* | | adds support for named subpatterns to `mb_ereg_replace`ju1ius2018-07-063-31/+181
* | | adds support for named captures to mb_ereg & mb_ereg_searchju1ius2018-07-064-0/+185
* | | Reduce error buffer sizeAnatol Belski2018-07-051-1/+1
* | | Fixed incorrrecr zval_dtor() usage to replace value of argument passed by ref...Dmitry Stogov2018-07-052-2/+2
* | | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-2/+2
* | | Merge branch 'PHP-7.2'Nikita Popov2018-06-283-1/+20
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-06-283-1/+20
| |\ \ | | |/
| | * Fixed bug #76532 (excessive memory usage in mb_strimwidth)Marcus Schwarz2018-06-283-1/+20
* | | Remove code duplicationNikita Popov2018-06-201-12/+8
* | | Update data tables for Unicode 11Nikita Popov2018-06-111-2996/+3197
* | | Skip tests when Oniguruma is disabledAnatol Belski2018-06-112-0/+2
* | | Fix mbstring fallback when --disable-mbregex usedAnatol Belski2018-06-111-9/+21
* | | Removed "dead" code (zend_hash_update() never fails)Dmitry Stogov2018-06-011-7/+1
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-282-12/+12
* | | Update to Oniguruma 6.8.2Christoph M. Becker2018-05-2649-321/+1283
* | | Fixed bug #76319Nikita Popov2018-05-254-8/+38
* | | Rework datatypes wrt warningsAnatol Belski2018-03-201-13/+15
* | | Update to Oniguruma 6.8.1Christoph M. Becker2018-03-2056-680/+4474
* | | Merge branch 'PHP-7.2'Christoph M. Becker2018-03-201-1/+1
|\ \ \ | |/ /