History log of /PHP-7.4/ext/standard/string.c (Results 151 – 175 of 1022)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 49493a2d 01-Jan-2016 Lior Kaplan

Happy new year (Update copyright to 2016)


# ff7ed902 22-Dec-2015 Julien Pauli

Fix #70720


# 4037ba58 22-Dec-2015 Anatol Belski

release only appropriate string


# d63ae2c3 22-Dec-2015 Xinchen Hui

Fixed bug #71190 (substr_replace converts integers in original $search array to strings)


# 3524849f 22-Dec-2015 Xinchen Hui

Fixed #71188 (str_replace converts integers in original $search array to strings)


# fa78da99 13-Dec-2015 Yoshio HANAWA

Optimize strtolower()/strtoupper()


# c3789006 11-Nov-2015 Thomas Punt

Remove useless check in substr()

This check (if the start position is greater than the string length) is already performed on line 2399


# 9af07e71 08-Oct-2015 Dmitry Stogov

Fixed bug #70667 (strtr() causes invalid writes and a crashes)


# 560e4fa3 29-Sep-2015 Dmitry Stogov

Removed or simplified incorrect SEPARATE_*() macros usage.


# ad4fa8f7 24-Sep-2015 Dmitry Stogov

Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more appropriate Z_ARRVAL_P() or Z_OBJPROP_P().


# 80edd403 27-Jul-2015 Remi Collet

fix memleak


# 11613a1b 27-Jul-2015 Xinchen Hui

Cleanup and also include the error path into test


# e811770a 25-Jul-2015 Remi Collet

Fix #70112 RFE Allow dirname to go up various times


# 6aeee47b 27-Jul-2015 Xinchen Hui

Fixed bug #70140 (str_ireplace/php_string_tolower - Arbitrary Code Execution)


Revision tags: php-7.0.0beta2
# 42e32c33 17-Jul-2015 Nikita Popov

More warning fixes


# ad4d139f 04-Aug-2015 Bob Weinand

Make bin2hex() and hex2bin() timing safe


Revision tags: php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43
# 29533ae5 07-Jul-2015 Ferenc Kovacs

add missing second argument for ucfirst to the proto


# 017d3530 02-Jul-2015 Xinchen Hui

Unnecessary duplication


# d2d326a3 01-Jul-2015 Dmitry Stogov

Cleanup (avoid reallocatios and side effects in php_strip_tags)


# 4a2e40bb 30-Jun-2015 Dmitry Stogov

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


# 845b191f 29-Jun-2015 Anatol Belski

refix the negative zend_long to size_t casts

There is no good way to fix this for 32-bit without enormously
overcomplicating the logic. Therefore switching back to the previous
code

refix the negative zend_long to size_t casts

There is no good way to fix this for 32-bit without enormously
overcomplicating the logic. Therefore switching back to the previous
code and adding the casts to ensure there are no sudden casts of
negative to size_t.

show more ...


# 4bd22cf1 29-Jun-2015 Dmitry Stogov

Improved zend_string API (Francois Laupretre)

Squashed commit of the following:

commit d96eab8d79b75ac83d49d49ae4665f948d15a804
Author: Francois Laupretre <francois@tekwire.net>

Improved zend_string API (Francois Laupretre)

Squashed commit of the following:

commit d96eab8d79b75ac83d49d49ae4665f948d15a804
Author: Francois Laupretre <francois@tekwire.net>
Date: Fri Jun 26 01:23:31 2015 +0200

Use the new 'ZSTR' macros in the rest of the code.

Does not change anything to the generated code (thanks to compat macros) but cleaner.

commit b3526439104ac7a89a8e0c79dbebf33b22bd01b8
Author: Francois Laupretre <francois@tekwire.net>
Date: Thu Jun 25 13:45:06 2015 +0200

Improve zend_string API

Add missing methods

show more ...


# c783645b 29-Jun-2015 Anatol Belski

fix more places with subtle negative zend_long to size_t cast


# c2ac0304 29-Jun-2015 Anatol Belski

remove useless check

thanks Yasuo :)


# 8ccf29eb 29-Jun-2015 Anatol Belski

remove comment

f and l are the $start and $length, since they come from the user
land, they only can be zend_long


12345678910>>...41