History log of /PHP-5.5/ext/standard/string.c (Results 201 – 225 of 675)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# ffc3d4a0 29-Aug-2006 Antony Dovgal

fix win32 build
EG(precision) can be changed in runtime, even in php_implode() (hint: __toString()), so please think twice before optimizing


# 914d3621 28-Aug-2006 Ilia Alshanetsky

Adjust code to avoid TSRMLS_FETCH


# 615f2d72 28-Aug-2006 Antony Dovgal

fix ZTS build


# 78d7b0bf 27-Aug-2006 Ilia Alshanetsky

Optimize the operation of implode() on non-string parameters


Revision tags: php-5.1.6
# d5c9b41d 22-Aug-2006 Antony Dovgal

fix implode() function (see http://news.php.net/php.qa/26876)
add test


Revision tags: php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1
# a4d2f043 10-Aug-2006 Ilia Alshanetsky

Fixed overflow on 64bit systems in str_repeat() and wordwrap().
Disabled CURLOPT_FOLLOWLOCATION in curl when open_basedir or safe_mode are
enabled.

# Patches by Stefan E.


# 1a4b715e 08-Aug-2006 Antony Dovgal

use memrchr/zend_memrchr instead of strrchr


Revision tags: php-4.4.3
# a28a95c1 28-Jul-2006 Antony Dovgal

MFH: patch for #37846 (wordwrap() wraps incorrectly)
by Dmitry Kononov <ddk at krasn dot ru>


Revision tags: php-5.2.0RC1
# c0fcaa7a 17-Jul-2006 Michael Wallner

- fix bug #37945 pathinfo() cannot handle argument with special characters
like german "Umlaute"


# f3f44275 17-Jul-2006 Antony Dovgal

MFH


# f03f2c5e 16-Jul-2006 Marcus Boerger

- MFH Pathinfo allows to get filename (Toby S, Christian S)


# 3cce4655 12-Jul-2006 Antony Dovgal

fix invalid read - no need to compare strings if haystack is "" or shorter than needle
add test


Revision tags: php-4.4.3RC2
# ec420c3d 26-Jun-2006 Hannes Magnusson

Updated protos & vim folding


# d74f9ff5 11-Jun-2006 Ilia Alshanetsky

Improved performance of the implode() function on associated arrays by
200-300%.


# 37d88ca5 10-Jun-2006 Ilia Alshanetsky

Improved performance of str_replace() when doing 1 char to 1 char or 1 char
to many chars replacement by 30-40%.


Revision tags: BEFORE_NEW_OUTPUT_API, php-4.4.3RC1
# 91bd50d1 10-May-2006 Ilia Alshanetsky

Fixed bug #37394 (substr_compare() returns an error when offset equals
string length).


Revision tags: php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2
# 896a5216 25-Apr-2006 Antony Dovgal

fix possible substr_compare() crash
add new tests


Revision tags: RELEASE_1_3, php-5.1.3RC3
# bace0def 03-Apr-2006 Antony Dovgal

fix spelling in error messages:
greater/less thEn -> greater/less thAn


Revision tags: php-5.1.3RC2
# ef3d8793 14-Mar-2006 Antony Dovgal

MFH: add brackets and clarity


# 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


12345678910>>...27