History log of /PHP-5.5/ext/standard/string.c (Results 176 – 200 of 675)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.4.6RC1
# fc49f98e 13-Feb-2007 Ilia Alshanetsky

Make sure p is not pointing to the start of the buffer


Revision tags: php-4.4.5
# 103b8c33 13-Feb-2007 Ilia Alshanetsky

Fixed bug #40432 (strip_tags() fails with greater than in attribute).


# 7b12fd54 10-Feb-2007 Antony Dovgal

MFH


Revision tags: php-5.2.1, RELEASE_1_0_0RC1
# 82f70c94 01-Feb-2007 Antony Dovgal

fix leaks on error


Revision tags: php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3
# 60e20922 08-Jan-2007 Ilia Alshanetsky

Use safe_emalloc() rather then emalloc()


Revision tags: php-4.4.5RC1, php-5.2.1RC2
# 4223aa4d 01-Jan-2007 Sebastian Bergmann

MFH: Bump year.


# 0abe62e0 20-Dec-2006 Antony Dovgal

MFH


# a0e2ccf4 20-Dec-2006 Antony Dovgal

MFH


# 090e14df 18-Dec-2006 Ilia Alshanetsky

Less hackish support for spaces at the start of tags within strip_tags()


# 7d724839 18-Dec-2006 Ilia Alshanetsky

Filter fixes:
Fixed possible double encoding problem with sanitizing filters
Make use of space-strict strip_tags() function


Revision tags: php-5.2.1RC1
# 56322178 13-Dec-2006 Ilia Alshanetsky

Removed deadcode found by Ron Korving


# 6b651f8e 04-Dec-2006 Stanislav Malyshev

Improve tolower()-related functions on Windows and VC2005 by caching locale and using
tolower_l function.
# Gives 10-18% speedup on bench.php
# Does not change behaviour for non-windows


# 93fc85b2 24-Nov-2006 Antony Dovgal

MFH: fix #39621 (str_replace() is not binary safe on strings with equal length)


# 07cdfefd 06-Nov-2006 Ilia Alshanetsky

Fixed bug #39350 (crash with implode("\n", array(false))).


Revision tags: php-5.2.0, php-5.2.0RC6
# a3920167 11-Oct-2006 Ilia Alshanetsky

Catch empty strings right away.


# 9b7ba016 11-Oct-2006 Antony Dovgal

MFH: avoid reading str[-1], add warning when invalid format specified
add test


Revision tags: php-5.2.0RC5
# e779c3aa 05-Oct-2006 Andrei Zmievski

Increment replace count value for case-sensitive single char searches.


# d8648eae 04-Oct-2006 Antony Dovgal

MFH: fix #39032 (strcspn() stops on null character)


# 8581c732 03-Oct-2006 Ilia Alshanetsky

optimize zend_hash_init() with known hash table sizes.


# 5c96544b 02-Oct-2006 Andrei Zmievski

Use php_error_docref() instead.


# 007c6ff8 02-Oct-2006 Andrei Zmievski

More offset fixes. Added E_NOTICE where appropriate.


# c36d94aa 02-Oct-2006 Andrei Zmievski

Fix invalid memory access in strrpos().


Revision tags: php-5.2.0RC4, php-5.2.0RC3
# 0c482b5c 31-Aug-2006 Antony Dovgal

more z/Z fixes


# 1b9e18d4 29-Aug-2006 Ilia Alshanetsky

Corrected problems introduced by previous commit.

# Issue found by Stefan


# 7c618c40 29-Aug-2006 Ilia Alshanetsky

Finalize implode() patch


12345678910>>...27