Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use modern autotools name of configure.ac instead of configure.in | Brian Evans | 2017-01-27 | 1 | -0/+0 |
* | Merge branch 'pull-request/2268' | Joe Watkins | 2017-01-04 | 46 | -46/+46 |
|\ | |||||
| * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 46 | -46/+46 |
* | | Merge branch 'pull-request/1094' | Joe Watkins | 2017-01-04 | 2 | -3/+89 |
|\ \ | |/ |/| | |||||
| * | add declaration of functions | Masaki Kagaya | 2016-08-14 | 1 | -0/+5 |
| * | delete duplicate functions | Masaki Kagaya | 2016-08-14 | 74 | -2040/+6003 |
| |\ | |||||
| * | | replace emalloc with safe_emalloc | Masaki Kagaya | 2015-03-01 | 1 | -4/+4 |
| * | | update the functions for checking the names of encodings | Masaki Kagaya | 2015-02-27 | 1 | -58/+90 |
| * | | delete unnecessary functions | Masaki Kagaya | 2015-02-22 | 2 | -322/+76 |
| * | | fix return type | Masaki Kagaya | 2015-02-22 | 1 | -6/+6 |
| * | | fix memory leak | Masaki Kagaya | 2015-02-22 | 1 | -10/+12 |
| * | | added php_mb_check_code_point for mb_substitute_character | Masaki Kagaya | 2015-02-19 | 2 | -2/+122 |
| * | | changed the position of calling php_mb_check_forbidden_encoding | Masaki Kagaya | 2015-02-19 | 1 | -7/+5 |
| * | | use php_mb_convert_encoding instead of php_mb_check_encoding | Masaki Kagaya | 2015-02-19 | 1 | -23/+24 |
| * | | added various encoding support other than unicode | Masaki Kagaya | 2015-02-19 | 1 | -22/+51 |
| * | | added check by php_mb_check_forbidden_encoding | Masaki Kagaya | 2015-02-19 | 1 | -1/+1 |
| * | | added mb_chr | Masaki Kagaya | 2015-02-19 | 2 | -0/+99 |
| * | | added php_mb_check_forbidden_encoding | Masaki Kagaya | 2015-02-19 | 1 | -25/+34 |
| * | | added support for various encodings other than unicode | Masaki Kagaya | 2015-02-19 | 1 | -13/+43 |
| * | | added utf16 and ucs2 for supported encodings | Masaki Kagaya | 2015-02-19 | 1 | -0/+6 |
| * | | added check for forbidden encodings | Masaki Kagaya | 2015-02-19 | 1 | -0/+26 |
| * | | added utf32 and ucs4 for available encodings | Masaki Kagaya | 2015-02-19 | 1 | -0/+6 |
| * | | added mb_ord | Masaki Kagaya | 2015-02-19 | 2 | -0/+74 |
| * | | added php_mb_check_encoding | Masaki Kagaya | 2015-02-19 | 1 | -20/+35 |
* | | | Merge branch 'PHP-7.1' | Anatol Belski | 2016-12-17 | 1 | -3/+6 |
|\ \ \ | |||||
| * \ \ | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-12-17 | 1 | -3/+6 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'PHP-5.6' into PHP-7.0 | Anatol Belski | 2016-12-17 | 1 | -3/+6 |
| | |\ \ \ | |||||
| | | * | | | fix C89 compat | Anatol Belski | 2016-12-17 | 1 | -3/+6 |
| | | * | | | Add more mbfl string size checks (bug #73505) | Stanislav Malyshev | 2016-11-26 | 1 | -1/+29 |
* | | | | | | Merge branch 'PHP-7.1' | Xinchen Hui | 2016-12-09 | 2 | -6/+17 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Fixed bug #73646 (mb_ereg_search_init null pointer dereference) | Xinchen Hui | 2016-12-09 | 2 | -6/+17 |
* | | | | | | Removed IS_TYPE_IMMUTABLE (it's the same as COPYABLE & !REFCOUED) | Dmitry Stogov | 2016-11-28 | 1 | -4/+4 |
* | | | | | | Fixed build | Dmitry Stogov | 2016-11-28 | 1 | -1/+1 |
* | | | | | | Merge branch 'PHP-7.1' | Stanislav Malyshev | 2016-11-26 | 1 | -0/+28 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge branch 'PHP-7.0' into PHP-7.1 | Stanislav Malyshev | 2016-11-26 | 1 | -0/+28 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2016-11-26 | 1 | -0/+28 |
| | |\ \ \ \ | |||||
| | | * | | | | Add more mbfl string size checks (bug #73505) | Stanislav Malyshev | 2016-11-26 | 1 | -1/+29 |
| | | |/ / / | |||||
| | | * | | | Fix bug #73082 | Stanislav Malyshev | 2016-09-25 | 1 | -48/+48 |
| | | * | | | Fix bug26639.phpt | Yasuo Ohgaki | 2016-09-08 | 1 | -0/+1 |
* | | | | | | further normalizations, uint vs uint32_t | Anatol Belski | 2016-11-26 | 2 | -2/+2 |
* | | | | | | fix oniguruma.h copying | Anatol Belski | 2016-11-25 | 1 | -1/+6 |
* | | | | | | fix tests | Anatol Belski | 2016-11-25 | 3 | -5/+11 |
* | | | | | | remove generated file | Anatol Belski | 2016-11-25 | 1 | -836/+0 |
* | | | | | | upgrade to Oniguruma 6.1.2 | Anatol Belski | 2016-11-25 | 93 | -18194/+44567 |
* | | | | | | Remove more PHP 6 leftovers from tests | Nikita Popov | 2016-11-24 | 1 | -1/+1 |
* | | | | | | Merge branch 'PHP-7.1' | Anatol Belski | 2016-11-22 | 1 | -2/+2 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-11-22 | 1 | -2/+2 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | remove TSRMLS_* | Anatol Belski | 2016-11-21 | 1 | -2/+2 |
* | | | | | | Fix CRLF line-endings in tests | Nikita Popov | 2016-11-20 | 1 | -23/+23 |
* | | | | | | Remove the b prefix from literals on unrelated tests | Pedro Magalhães | 2016-11-20 | 94 | -356/+356 |