History log of /PHP-5.3/ext/standard/string.c (Results 26 – 50 of 606)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.2.12, php-5.2.12RC4
# a94558c8 08-Dec-2009 Felipe Pena

- Added MAKE_COPY_ZVAL(ppzv, pzv) macro


Revision tags: php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1
# 065167bd 06-Nov-2009 Scott MacVicar

Fix a typo


Revision tags: php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2
# 6a733878 31-Aug-2009 Ilia Alshanetsky

Fixed bug #49361 (wordwrap() wraps incorrectly on end of line boundaries).


# a8604e2c 13-Aug-2009 Felipe Pena

- Fix ZTS build


Revision tags: php-5.2.11RC1
# e52517d6 13-Aug-2009 Stanislav Malyshev

standardise and clean up string functions parameter parsing


# 2539da79 27-Jul-2009 Jani Taskinen

- HEAD and PHP_5_2 have it like this, PHP_5_3 should not be different!


# 82cfb156 27-Jul-2009 Kalle Sommer Nielsen

Fixed bug #48872 (string.c: errors: duplicate case values) (Only in PHP_5_3)


Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1, php-5.3.0RC2
# c27bf17f 01-Apr-2009 Matt Wilmas

MFH: explode() stuff:
- Fixed bug #47560 (explode()'s limit parameter odd behaviour) by reverting change for bug #47546
- Changed int to long where needed (should fix memory errors from overf

MFH: explode() stuff:
- Fixed bug #47560 (explode()'s limit parameter odd behaviour) by reverting change for bug #47546
- Changed int to long where needed (should fix memory errors from overflow seen in bug #47854)
- Simplified logic a bit with limit and its default value
- php_explode_negative_limit(): removed safe_emalloc (not needed; plain erealloc is used later)
- Moved declarations/allocation to optimize if the delimiter isn't found
- Changed ALLOC_STEP size for less realloc's (and maybe better memory block alignment?)

show more ...


# e1cb53f5 01-Apr-2009 Ilia Alshanetsky

Fixed bug #47856 (stristr() converts needle to lower-case).


Revision tags: php-5.3.0RC1
# 7f373057 17-Mar-2009 Matt Wilmas

Removed unneeded HashPosition variable (php_implode() doesn't change the internal pointer)
- It was added in '06 with the "200-300%" implode() optimization (hasn't been merged to HEAD)


Revision tags: RELEASE_1_3_5
# 627caefc 03-Mar-2009 Kalle Sommer Nielsen

MFH: Fixed bug #47546 (Default value for limit parameter in explode is 0, not -1)


Revision tags: php-5.2.9, php-5.2.9RC3
# 3a9a83e7 14-Feb-2009 Moriyoshi Koizumi

- MFH: These should be E_WARNING for consistency with strpos()


Revision tags: php-5.2.9RC2, php-5.2.9RC1
# a820c7c5 30-Jan-2009 Ilia Alshanetsky

Improved validation checks inside str_pad()


Revision tags: php-5.3.0beta1
# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.


# b4141cc4 27-Dec-2008 Brian Shire

MFH: fix explode behavior to respect negative limit when string is empty.


Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5
# b4150fdc 21-Nov-2008 Felipe Pena

- MFH: Fixed bug #46578 (strip_tags() does not honor end-of-comment when it encounters a single quote)


Revision tags: php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3
# 8f12025b 02-Nov-2008 Felipe Pena

- MFH: Added str_getcsv()


Revision tags: php-5.2.7RC2
# d69dfa4b 21-Oct-2008 Arnaud Le Blanc

MFH: initialize optional vars


Revision tags: php-5.2.7RC1
# 0dbc7933 16-Aug-2008 Felipe Pena

- New parameter parsing API (zend_get_parameters_array_ex--)
- Fixed tests


# fcf11ba6 14-Aug-2008 Kalle Sommer Nielsen

MFH: Implemented feature request #34381 (nl2br() should have an option for XHTML/HTML compatible BR element)


Revision tags: php-4.4.9, php-5.3.0alpha1
# d247a231 31-Jul-2008 Olivier Hill

Fix regression issue


Revision tags: php-4.4.9RC1
# 6c48a01f 22-Jul-2008 Scott MacVicar

MFH: Fix integer oveflow in strrpos()


# a9d60c01 15-Jul-2008 Scott MacVicar

MFH: Fix bug when < is used within attribute.


# 8ea5ae6c 11-Jul-2008 Felipe Pena

- MFB: Fixed bug #45485 (strip_tags and <?XML tag)


# b691365e 03-Jul-2008 Antony Dovgal

size_t -> int


12345678910>>...25