History log of /PHP-7.4/ext/standard/string.c (Results 251 – 275 of 1022)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# c00424e4 15-Oct-2014 Anatol Belski

bring back all the TSRMLS_FETCH() stuff

for better comparability with the mainstream


# a3b88036 07-Oct-2014 Nikita Popov

Directly use zend_string for php_implode/php_explode

Also drop some unnecessary zval separations and copies


# 142a01db 28-Sep-2014 Nikita Popov

Fix a couple compile warnings


# 283609e3 26-Sep-2014 Anatol Belski

cleanup TSRMLS_FETCH in ext/standard


# a770d29d 21-Sep-2014 Nikita Popov

Add smart_str_append for appending zend_strings

Also replaces usages in Zend/ and ext/standard


# e33f3d3b 20-Sep-2014 Nikita Popov

Move smart_str implementation into Zend/

So we can use it there as well...

For now I've retained the zend_smart_str_public.h header, though
it would probably be better to just m

Move smart_str implementation into Zend/

So we can use it there as well...

For now I've retained the zend_smart_str_public.h header, though
it would probably be better to just move that one struct into
zend_types.h.

show more ...


# d0cb7153 19-Sep-2014 Johannes Schlüter

s/PHP 5/PHP 7/


# bccc6531 19-Sep-2014 Dmitry Stogov

Avoid double IS_INTERNED() check


# 3bc8a958 19-Sep-2014 Dmitry Stogov

Fixed useless or duplicated IS_INTERNED() checks


# dda7a014 16-Sep-2014 Anatol Belski

fix signed/unsigned mismatch


# f2e72861 16-Sep-2014 Anatol Belski

fix signed/unsigned mismatch warnings


# 7ba43ea0 16-Sep-2014 Anatol Belski

fix signed/unsigned mismatch


# 2b133e91 03-Sep-2014 Nikita Popov

Separate php_mb_reset() from php_mblen()

Instead of fighting against warnings ...


Revision tags: php-5.5.17RC1, php-5.4.33RC1
# 898e1570 28-Aug-2014 Anatol Belski

fixed trim() and strtok() to work with big strings


# 8e05b910 28-Aug-2014 Anatol Belski

fixed strip_tags() and hebrev() to work with big strings


# 6db8d4f8 27-Aug-2014 Anatol Belski

's' works with size_t round 3


# 257ed406 27-Aug-2014 Anatol Belski

's' works with size_t round 2


# 32344808 27-Aug-2014 Anatol Belski

first show to make 's' work with size_t


Revision tags: php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE
# af59e92b 25-Aug-2014 Anatol Belski

master renames phase 7


# 4d997f63 25-Aug-2014 Anatol Belski

master renames phase 3


# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1


Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE
# 411b920a 21-Aug-2014 Anatol Belski

fix zpp


# 6bea54b7 21-Aug-2014 Anatol Belski

fixed mem leak


# 98bb620b 21-Aug-2014 Anatol Belski

fixed memory leak


Revision tags: php-5.5.16, php-5.4.32
# e08fa78a 20-Aug-2014 Anatol Belski

fixed count_chars()


1...<<11121314151617181920>>...41