History log of /PHP-7.4/ext/standard/string.c (Results 226 – 250 of 1022)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 588e803e 14-Jan-2015 Dmitry Stogov

Ipmrove strtr() by maintaining a set of characters that may start a matched pattern and avoid zend_hash_find() calls for other paterns.


# 2193de0d 14-Jan-2015 Xinchen Hui

Faster sorting algo


# ade7a410 13-Jan-2015 Dmitry Stogov

Optimized str_[i]replace to aviod reallocations and repeatable conversions to lowercase


# a7ce6795 12-Jan-2015 Dmitry Stogov

Fixed type (case sensetive/insensetive mess)


# c5047d1f 12-Jan-2015 Dmitry Stogov

Use FAST_ZPP in few more frequently used functions


# 8d2a7e98 12-Jan-2015 Dmitry Stogov

Added special optimized cases when strtr() called with zero or one search/replace pair.


# 2f1ddff2 12-Jan-2015 Xinchen Hui

Faster strrpos implementation


# b7a7b1a6 03-Jan-2015 Stanislav Malyshev

trailing whitespace removal


# 7b4808a6 08-Jan-2015 Dmitry Stogov

Fixed bug #68636 (setlocale no longer returns current value per category).


# b9466213 29-Dec-2014 Stanislav Malyshev

fix "comparing size_t to <0" warning


# 94d26ad4 25-Dec-2014 Xinchen Hui

Add php_string_tolower/toupper which is locale depened


# f26c50e3 25-Dec-2014 Xinchen Hui

Revert "Use zend_string_tolower in zif_strtolower"

This reverts commit 06abeab50c00fce1e8f06a8a137d4760ac13acae.


# 06abeab5 24-Dec-2014 Xinchen Hui

Use zend_string_tolower in zif_strtolower


# 6ec5ab77 23-Dec-2014 Dmitry Stogov

Improved trim/ltrim/rtrim functions.
Now php_trim() operates on zend_string and returns zend_string (it may return the same zend_string).


# ffc49aca 19-Dec-2014 Dmitry Stogov

Avoid NULL pointer dereferencing


# 4514ba01 19-Dec-2014 Dmitry Stogov

Improved setlocale(). Eliminated locale comparison in ext/pcre if it's not necessary.


# 989c6ecf 19-Dec-2014 Dmitry Stogov

Improved chr() function. Use FAST_ZPP, use interned strings.


# bdeb220f 13-Dec-2014 Anatol Belski

first shot remove TSRMLS_* things


# 204e3f8d 22-Oct-2014 Nikita Popov

Drop unnecessary zval containers


# 7943f944 05-Dec-2014 Anatol Belski

Fixed bug #65769 localeconv() broken in TS builds


# 4b953534 19-Nov-2014 Veres Lajos

typo fixes - https://github.com/vlajos/misspell_fixer


# 0a5b7d13 25-Oct-2014 Anatol Belski

refix the broken place

typecast from signed to unsigned of a bigger size


# 010f4b79 24-Oct-2014 Anatol Belski

fix infinite loop


# 2af99b18 24-Oct-2014 Anatol Belski

fix datatype mismatch warnings


# f03100cb 22-Oct-2014 Xinchen Hui

Better convert


12345678910>>...41