History log of /PHP-5.3/ext/standard/string.c (Results 176 – 200 of 606)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# df56c39b 10-Mar-2005 Marcus Boerger

- Cosmetics


# 4172ec99 10-Mar-2005 Marcus Boerger

- Do not touch return_valu's refcount or is_ref


# 033a4590 01-Mar-2005 Anantha Kesari H Y

NetWare allows directory seperator as \ and /


Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# 1e6454a6 18-Jan-2005 Ilia Alshanetsky

Fixed bug #31479 (Fixed crash in chunk_split(), when chunklen > strlen).


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1
# 39b25e4f 21-Nov-2004 Antony Dovgal

fix yet another typo


# d9dd604a 21-Nov-2004 Antony Dovgal

fix typo (bug #30857)


# 59651c4e 03-Nov-2004 Derick Rethans

- Fixed bug #30630: Added a BSD based strtod function that is
locale-independent. (PHP part)


Revision tags: PRE_NEW_VM_GEN_PATCH
# 0818faee 20-Oct-2004 Ilia Alshanetsky

Slight optimization in str_split() when split length is the same or greater
then the string length.


# 24761980 07-Oct-2004 Ilia Alshanetsky

Fixed bug #30356 (str_ireplace() does not work on all strings).


Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1
# 56f8195f 19-Jul-2004 Andi Gutmans

- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
used to return "" and not bool(false). It's not worth keeping it because
STR_FREE() and zval_dtor() always have

- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
used to return "" and not bool(false). It's not worth keeping it because
STR_FREE() and zval_dtor() always have to check for it and it slows down
the general case. In addition, it seems that empty_string has been abused
quite a lot, and was used not only for setting zval's but generally in
PHP code instead of "", which wasn't the intention. Last but not least,
nuking empty_string should improve stability as I doubt every place
correctly checked if they are not mistakenly erealloc()'ing it or
calling efree() on it.
NOTE: Some code is probably broken. Each extension maintainer should
check and see that my changes are OK. Also, I haven't had time to touch
PECL yet. Will try and do it tomorrow.

show more ...


# 96f5c697 18-Jul-2004 Andrey Hristov

Add support for negative values of limit of explode(). If limit is negative
then all components are returned except the last abs(limit) ones.


Revision tags: php-5.0.0RC4, php-5.0.0, php-4.3.8
# 0eef82a7 11-Jul-2004 Andrey Hristov

fixing bug #28974 : overflow in array_slice()
The same kind of overflow appeared in array_splice(), substr() and
substr_replace()


# 5201e62d 06-Jul-2004 Ilia Alshanetsky

Fixed bug #29034 (wordwrap() returns a boolean when passed empty string).


# a27d5d84 26-Jun-2004 Stefan Esser

IE we love you all...


# 585628ba 15-Jun-2004 Stefan Esser

Fixed: made 3rd parameter to strrpos 64bit safe.


Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1
# d24465ba 13-May-2004 Ilia Alshanetsky

Fixed bug #28386 (wordwrap() wraps lines 1 character too soon).


# 8f306fd7 06-May-2004 Jay Smith

Fixed a segfault. (It's possible for large offsets to make strrpos()
read past the end of the haystack string...)


Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1
# c52cc1c3 26-Mar-2004 Sara Golemon

BugFix 27675 and add regression test.


Revision tags: php-4.3.5, php-4.3.5RC4, php-5.0.0RC1
# 6e63ea45 18-Mar-2004 Dmitry Stogov

BUG #27457 was fixed (using temporary hash table with string keys only)


Revision tags: php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0
# 81f05c18 25-Feb-2004 Ard Biesheuvel

Wordsize fixes


# ba8ad292 23-Feb-2004 Sara Golemon

Make today's changes work w/ str_ireplace() as well.


# 1c827976 23-Feb-2004 Sara Golemon

Short circuit str_replaces when we already know that needle does not occur in haystack.

Note: Prior bugfix was for #27176 not #27276


# 5144a1f5 23-Feb-2004 Sara Golemon

Bugfix #27276: When using str_replace to expand a string, count occurances of needle in haystack to avoid massive overallocation


Revision tags: php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1
# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# 56f046a6 10-Dec-2003 Ilia Alshanetsky

Fixed ZTS build.


12345678910>>...25