History log of /PHP-7.4/ext/standard/string.c (Results 101 – 125 of 1022)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 3a4fcee7 30-May-2017 Dmitry Stogov

trim() micro-optimization


# dd4a78b6 23-May-2017 Dmitry Stogov

Don't separate output arguments


# a08723d3 18-May-2017 Dmitry Stogov

Use interned empty and "one char" strings.


# c6982995 04-Mar-2017 Anatol Belski

Interned strings unification for TS/NTS

Hereby, interned strings are supported in thread safe PHP. The patch
implements two types of interned strings

- interning per process, st

Interned strings unification for TS/NTS

Hereby, interned strings are supported in thread safe PHP. The patch
implements two types of interned strings

- interning per process, strings are not freed till process end
- interning per request, strings are freed at request end

There is no runtime interning.

With Opcache, all the permanent iterned strings are copied into SHM on
startup, additional copying into SHM might happen on demand.

show more ...


# 2634b13e 01-Feb-2017 Nikita Popov

Deprecate parse_str() without second argument


# 8660e95b 03-Feb-2017 Nikita Popov

Fixed bug #74041


# d1d002fc 16-Jan-2017 Stanislav Malyshev

Fix bug #73648 - integer overflow in substr


# 8dd523a2 09-Jan-2017 Joe Watkins

Fixed bug #72979 money_format stores wrong length on AIX


Revision tags: php-5.6.30RC1, php-7.1.1RC1, php-7.0.15RC1
# dac6c639 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# 478f119a 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# 9e29f841 02-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017


# a23f08a3 31-Dec-2016 Sara Golemon

Use new param API in standard


# 331dcf08 31-Dec-2016 Sara Golemon

Use new param API in standard/string


Revision tags: php-7.1.1, php-5.6.29, php-7.0.14, php-7.1.0
# bc85678d 26-Nov-2016 Stanislav Malyshev

Add more mbfl string size checks (bug #73505)


# 5ee02b20 26-Nov-2016 Stanislav Malyshev

Add more mbfl string size checks (bug #73505)


Revision tags: php-5.6.29RC1, php-7.0.14RC1
# 5ff2990c 20-Nov-2016 Levi Morrison

Refactor: rename variables to match documentation

Rename 'arr' to 'pieces'
Rename 'delim' to 'glue'


# 2104bea5 12-Nov-2016 Kalle Sommer Nielsen

Remove Netware support

If this does not break the Unix system somehow, I'll be amazed. This should get most of it out, apologies for any errors this may cause on non-Windows ends which I can

Remove Netware support

If this does not break the Unix system somehow, I'll be amazed. This should get most of it out, apologies for any errors this may cause on non-Windows ends which I cannot test atm.

show more ...


Revision tags: php-7.1.0RC6, php-5.6.28, php-7.0.13
# ea9fac94 04-Nov-2016 Stanislav Malyshev

More string length checks & fixes


Revision tags: php-5.6.28RC1, php-7.1.0RC5, php-7.0.13RC1, php-7.1.0RC4, php-5.6.27
# 1a512eed 13-Oct-2016 Andrea Faulds

Move utf8_encode and utf8_decode to ext/standard


Revision tags: php-7.0.12, php-7.1.0RC3, php-5.6.27RC1, php-7.0.12RC1
# 0ca15cbe 15-Sep-2016 Anatol Belski

reduce size of stream struct

32 bytes are spared on 64-bit build


# 8ea01d5f 04-Oct-2016 Stanislav Malyshev

Apparently negative wordwrap is a thing and should work as length = 0.

I'll leave it as is for now.


# 631173aa 04-Oct-2016 Stanislav Malyshev

Really fix bug #73017


Revision tags: php-5.6.26, php-7.1.0RC2, php-7.0.11
# c403b302 13-Sep-2016 Anatol Belski

pick up the safe alloc pieces from
19866fb76cf4c95d904ebb0e08592cf38303fae9


# 65c8caaf 06-Sep-2016 Stanislav Malyshev

Also fix overflow in wordwrap


# 19866fb7 02-Sep-2016 Stanislav Malyshev

Fix various int size overflows.

Add function for detection of string zvals with length that does not fit
INT_MAX.


12345678910>>...41