History log of /PHP-5.3/ext/standard/string.c (Results 76 – 100 of 606)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: RELEASE_1_2_2
# 25be330c 01-Oct-2007 Jani Taskinen

- ws + cs + sync HEAD


# b34fcd47 01-Oct-2007 Jani Taskinen

MFH: Fixed bug #42789


# adae5131 30-Sep-2007 Jani Taskinen

- Nuked ending dots from error messages


# 793956a0 07-Sep-2007 Pierre Joye

- #42592, remove ending dot in warning msg


# 022d4fc0 07-Sep-2007 Ilia Alshanetsky

Added missing safety checks for 2nd parameter of setlocale() function


Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2
# cd32b4e2 05-Aug-2007 Ilia Alshanetsky

Fixed bug #42208 (substr_replace() crashes when the same array is passed
more than once)


Revision tags: php-5.2.4RC1
# f8217712 30-Jul-2007 Ilia Alshanetsky

Fixed bug #42142 (substr_replace() returns FALSE when length > string
length).

[doc] Adjust length validation check inside substr_replace() to be similar
to that inside substr() so t

Fixed bug #42142 (substr_replace() returns FALSE when length > string
length).

[doc] Adjust length validation check inside substr_replace() to be similar
to that inside substr() so that excessive length is truncated to string
length.

show more ...


Revision tags: BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND
# e8fcd747 23-Jul-2007 Jani Taskinen

MFH: Fixed str_pad() when passed huge negative pad length.


# 3fea65b0 22-Jul-2007 Ilia Alshanetsky

Fixed "Floating point exception" inside wordwrap()


# 2041566a 06-Jun-2007 Antony Dovgal

MFH


# d114d0b0 06-Jun-2007 Stanislav Malyshev

fix the chunks fix


# 29b9d79c 06-Jun-2007 Stanislav Malyshev

Fix chunk_split fix - avoid using floats
Fix money_format - don't give strfmon more arguments then supplied
Fix str[c]spn integer overflow


# ceef5840 05-Jun-2007 Antony Dovgal

fix folding


# 405a1504 03-Jun-2007 Ilia Alshanetsky

Corrected fix for CVE-2007-2872


Revision tags: php-5.2.3, RELEASE_1_4
# 9282d4ad 30-May-2007 Ilia Alshanetsky

Fixed an interger overflow inside chunk_split(), identified by Gerhard
Wagner


Revision tags: php-5.2.3RC1
# 2fba3bf1 24-May-2007 Rasmus Lerdorf

Uh, only meant to remove the null check, not the assignment


# 61b06f15 24-May-2007 Rasmus Lerdorf

Avoid running off the end of a non-null terminated string. Not that we
should have any of those, but a mistake in an extension could hit this
and the check doesn't actually make any sense as

Avoid running off the end of a non-null terminated string. Not that we
should have any of those, but a mistake in an extension could hit this
and the check doesn't actually make any sense as far as I am concerned.

show more ...


Revision tags: RELEASE_1_2_0
# 8de1ecef 10-May-2007 Antony Dovgal

MFH: fix segfault in strripos() when offset == INT_MAX+1
identified and repoted by Joxean Koret


Revision tags: php-4.4.7, php-5.2.2, php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1
# 7053b890 26-Mar-2007 Antony Dovgal

MFH: fix #40915 (addcslashes unexpected behavior with binary input)


# 81f99c72 12-Mar-2007 Antony Dovgal

return false instead of empty string when -length is greater than (len - offset)


# e82c30c8 10-Mar-2007 Ilia Alshanetsky

Re-added check removed by the previous patch


# 982de65f 09-Mar-2007 Antony Dovgal

fix substr()
it's perfectly legal to do substr("str", 0, 1000000);


# 02fae929 09-Mar-2007 Ilia Alshanetsky

Fixed bug #40754 (added substr() & substr_replace() overflow checks).


# 79195bfe 08-Mar-2007 Stanislav Malyshev

clarify checks and error messages


# 8696c9bc 08-Mar-2007 Ilia Alshanetsky

Improved length parameter validation


12345678910>>...25