History log of /PHP-5.3/ext/standard/string.c (Results 151 – 175 of 606)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0a076b11 14-Mar-2006 Ilia Alshanetsky

Fixed offset/length parameter validation in substr_compare() function.


# 80ea07d3 13-Mar-2006 Ilia Alshanetsky

Added overflow checks to wordwrap() function.


Revision tags: php-5.1.3RC1, RELEASE_1_2
# 5a69b290 26-Feb-2006 Marcus Boerger

- Warning fixes by Steph


# f80f5816 29-Jan-2006 foobar

nuke ws pollution


# 2bfe34e0 28-Jan-2006 Pierre Joye

- MFH: #36185 str_rot13(NULL) crash


Revision tags: RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2
# 6fcc365c 05-Jan-2006 Antony Dovgal

MFH: fix typo


Revision tags: php-4.4.2RC2
# 5bd93221 01-Jan-2006 foobar

bump year and license version


Revision tags: php-5.1.2RC1
# 1b7e3fe2 14-Dec-2005 Antony Dovgal

MFH: fix spelling and #35665


Revision tags: RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0
# d0a54af4 05-Dec-2005 foobar

MFH: Nuke php3 legacy


Revision tags: RELEASE_2_0_2
# 0242b892 29-Nov-2005 Ilia Alshanetsky

Fixed bug #35427 (str_word_count() handles '-' incorrectly).


Revision tags: php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0
# 1a04335e 28-Sep-2005 Ilia Alshanetsky

MFH: Fixed possible GLOBALS variable override when register_globals are ON.
MFH: Fixed possible register_globals toggle via parse_str().
MFH: Fixed negative offset handling in substr_compare(

MFH: Fixed possible GLOBALS variable override when register_globals are ON.
MFH: Fixed possible register_globals toggle via parse_str().
MFH: Fixed negative offset handling in substr_compare() function.

show more ...


Revision tags: RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 23e671a5 03-Aug-2005 foobar

- Bumber up year


Revision tags: RELEASE_0_9
# 29bf2d3a 23-Jul-2005 Ilia Alshanetsky

Fixed bug in str_word_count() when charlist if specified and "word" starts
with a character found inside the charlist.


# 384a96fa 15-Jul-2005 Anantha Kesari H Y

ext/standard/file.h NetWare LibC has fnmatch and realpath implemented.
ext/standard/syslog.c Except LOG_SYSLOG other syslog macros are supported by NetWare LibC.
ext/standard/string.c NetWare

ext/standard/file.h NetWare LibC has fnmatch and realpath implemented.
ext/standard/syslog.c Except LOG_SYSLOG other syslog macros are supported by NetWare LibC.
ext/standard/string.c NetWare fix for dirname
-- Kamesh

show more ...


Revision tags: php-5.1.0b3, php-4.4.0
# 3baf1f76 07-Jul-2005 Antony Dovgal

fix #33605 (substr_compare() crashes with negative offset & length)


Revision tags: php-4.4.0RC2, php-5.1.0b2
# b9575ead 19-Jun-2005 Ilia Alshanetsky

make substr_count() 30% when counting instances of 1 byte long strings.


# 67ea97df 18-Jun-2005 Ilia Alshanetsky

Added offset & length parameters to substr_count() function.


Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# ad21bb1b 02-Jun-2005 Derick Rethans

- That should have been removed, not commented out.


# 90f4590d 02-Jun-2005 Derick Rethans

- Fixed memory corruption in stristr().


# 156a9089 31-May-2005 foobar

- Fixed bug #33200 (preg_replace(): magic_quotes_sybase=On makes 'e' modifier misbehave)


# 4ce95ef1 20-May-2005 Antony Dovgal

fix bug #33076 (str_ireplace() incorrectly counts result string length and may cause segfault)
add test


Revision tags: RELEASE_0_3
# ca10457a 03-Apr-2005 Ilia Alshanetsky

Fixed bug #32530 (chunk_split() does not append endstr if chunklen is
longer then the original string).


Revision tags: php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1
# f56e5c04 12-Mar-2005 Ilia Alshanetsky

A more performance friendly version of Andrey's patch.


# f15c24d4 12-Mar-2005 Andrey Hristov

added an optional third parameter to str_word_count(), which is used as
a list of characters which are considerd "is_alpha()". Thus V14GR4 can
be extracted as one word if the user supplies "1

added an optional third parameter to str_word_count(), which is used as
a list of characters which are considerd "is_alpha()". Thus V14GR4 can
be extracted as one word if the user supplies "14" as charlist.
FR #31560
# Nuno, are you wishing to document this one too? :)

show more ...


# 1236cfa3 12-Mar-2005 Andrey Hristov

- type is either 1 or 2 if second parameter is set. if not set then type
is 0.
- use the lvalue for the second rvalue


12345678910>>...25