History log of /PHP-5.3/ext/standard/string.c (Results 251 – 275 of 606)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 53f96c8b 11-Feb-2003 Ilia Alshanetsky

Added strpbrk(), which is essentially a wrapper around C's strpbrk function
that allows searching through a string for a character list.


# b7a9ef8d 08-Feb-2003 foobar

style & ws fixes


# 67b19b08 07-Feb-2003 Ilia Alshanetsky

Added str_split() function. This function can be used to break down a
string into an array.


# 65146ceb 30-Jan-2003 Sara Golemon

Unify str_replace and str_ireplace using INTERNAL_FUNCTION_PARAM_PASSTHRU -- reduce codebase/maintenance complexity


# 37ff9897 30-Jan-2003 Sara Golemon

Feature Request # 5919 - Addition of str_ireplace()
Also removed deprecated BM str replace menthod
Also rewrote php_str_to_str to use more processor/memory efficient method (ilia)


Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# 600fce58 24-Jan-2003 Andrey Hristov

Resolving problem on OSF1 and probably other
64 bit platforms. Thanks for the feedback of Magnus (novell kiruna se).


# 1d0214be 24-Jan-2003 Andrey Hristov

Adding cast.


# 8a9e09a4 21-Jan-2003 Ilia Alshanetsky

ARG_COUNT(ht) -> ZEND_NUM_ARGS().


# a1e64575 19-Jan-2003 Moriyoshi Koizumi

Fixed bug #21744(21741)
Added test case for the bug


# 71e9f8cd 18-Jan-2003 Ilia Alshanetsky

Removed pointless memory allocation checks.


# 7fa09705 11-Jan-2003 Moriyoshi Koizumi

Reverted because correct decision has not been made yet.


# b66b92e9 11-Jan-2003 Moriyoshi Koizumi

Reduced warnings in ZE2 build


# 8facc652 11-Jan-2003 Ilia Alshanetsky

Added stripos() & strripos() functions.
Added 3rd parameter (offset) to strrpos().


# 97dd1e8a 06-Jan-2003 Ilia Alshanetsky

Fixed bug #21453 (improper handling of non-terminated <).


# d5a8bb2d 05-Jan-2003 Ilia Alshanetsky

Fixed a memory leak in setlocale() & localeconv().


# f58628ca 01-Jan-2003 Wez Furlong

Move rot13 filter into a new filters.c source file.
Tidy up some other filter related code.

# win32 -> someone please add user_filters.c and filters.c to the .dsp


# b506f5c8 31-Dec-2002 Sebastian Bergmann

Bump year.


# f88e29bc 31-Dec-2002 Rasmus Lerdorf

Fix for bug #21311


Revision tags: php-4.3.0
# 457f22c1 26-Dec-2002 Sterling Hughes

if needle is empty free allocated memory


# ca67d27f 26-Dec-2002 Sterling Hughes

remove memleak


Revision tags: php-4.3.0RC4, RELEASE_1_0b3
# 75c180f2 12-Dec-2002 Ilia Alshanetsky

Fixed bug #20927 and updated the test case for the bug.


Revision tags: php-4.3.0RC3
# c6680551 05-Dec-2002 Ilia Alshanetsky

Remove pointless checks for array_init() return values.


Revision tags: php-4.3.0RC2
# e195b10e 27-Nov-2002 Ilia Alshanetsky

Fixed bug #20664.


Revision tags: RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1
# bef514af 05-Nov-2002 Moriyoshi Koizumi

style fix


# ec3b50b8 02-Nov-2002 Ilia Alshanetsky

Revert previous dirname() patch.


1...<<11121314151617181920>>...25