History log of /PHP-8.0/ext/mbstring/mbstring.c (Results 226 – 250 of 719)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# d0d9e725 05-Jan-2016 Francois Laupretre

mb_strpos()/mb_stripos(): Add support for negative offset


# 70187267 03-Jan-2016 Francois Laupretre

mb_strimwidth(): Add support for negative 'start' and 'width'


# 89a43425 07-Mar-2016 Anatol Belski

fix incompatible pointers on 64-bit


# 1ac15293 03-Mar-2016 Nikita Popov

Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE

Also re bug #71575.


# ff10dcef 18-Jan-2016 Yasuo Ohgaki

Fixed bug #71397 (mb_send_mail segmentation fault)


# e585696a 17-Jan-2016 Tim Düsterhus

Fixed bug 71397 (mb_send_mail segmentation fault)


# 49493a2d 01-Jan-2016 Lior Kaplan

Happy new year (Update copyright to 2016)


# 84b99702 09-Dec-2015 Xinchen Hui

Fixed bug #71066 (mb_send_mail: Program terminated with signal SIGSEGV, Segmentation fault)


# 1287c480 02-Oct-2015 Nikita Popov

Fix/improve zpp usage

The ext/interbase changes are done blindly, fingers crossed.

Some of these are bug fixes, some make zpp usage more idiomatic.


# 4a2e40bb 30-Jun-2015 Dmitry Stogov

Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).


# 533c4be0 12-Apr-2015 Lauri Kenttä

Fix compile error when oniguruma is not available


# 2d780232 23-Mar-2015 Anatol Belski

cleanup the mod version macros, round 2


# ff337bf5 12-Mar-2015 Anatol Belski

expose oniguruma version


# 4ee0395a 11-Mar-2015 Anatol Belski

init mbstring tsrm_ls_cache on MINIT

as some globals are accessed there already


# 15e32fdc 07-Mar-2015 Masaki Kagaya

generate utf-8 string directly instead of using php_mb_convert_encoding


# b8468ada 02-Mar-2015 Masaki Kagaya

introduce fast zpp


# d24dacc5 01-Mar-2015 Masaki Kagaya

replace AND operator with OR operator


# 905dfb91 01-Mar-2015 Masaki Kagaya

add argument for output_len


# 70e241f1 01-Mar-2015 Masaki Kagaya

replace zend_string_alloc with safe_emalloc


# 29d09b7d 27-Feb-2015 Masaki Kagaya

update the functions for checking the names of encodings


# 84100270 21-Feb-2015 Masaki Kagaya

fix memory leak in php_mb_check_encoding


# bdb7a59a 21-Feb-2015 Masaki Kagaya

fix memory leak


# 2a3c08b8 21-Feb-2015 Masaki Kagaya

fix php_mb_ord for better handling the value of MBSTRG(current_filter_illegal_substchar)


# 1033bad0 21-Feb-2015 Masaki Kagaya

add php_mb_check_unicode_encoding


# 325faea5 20-Feb-2015 Masaki Kagaya

rename php_mb_check_forbidden_encoding to php_mb_check_unsupported_encoding


12345678910>>...29