summaryrefslogtreecommitdiff
path: root/ext/standard/string.c
Commit message (Expand)AuthorAgeFilesLines
* - Value stored to var is never usedFelipe Pena2012-08-191-1/+0
* Fix potential integer overflow in nl2brNikita Popov2012-07-051-6/+5
* Fix potential integer overflow in bin2hexNikita Popov2012-07-051-1/+1
* MFH: Fix bug #60801 (strpbrk() mishandles NUL byte). (Trunk commit: r322934).Adam Harvey2012-03-021-5/+9
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed bug #55366: keys lost when using substr_replace an arrayArpad Ray2011-08-291-1/+11
* Revert bug #54454 fix from PHP_5_3 branch to avoid BC break in minor releasePierrick Charron2011-04-211-0/+4
* - Remove undesired line (reported by Gökhan Özbulak)Felipe Pena2011-04-131-2/+0
* fix bug #54238 (use-after-free in substr_replace())Stanislav Malyshev2011-04-131-26/+63
* Fixed bug #54454 (substr_compare incorrectly reports equality in some cases)Pierrick Charron2011-04-031-4/+0
* - Year++Felipe Pena2011-01-011-1/+1
* - Fixed bug #53319 (strip_tags() may strip '<br />' incorrectly)Felipe Pena2010-11-161-3/+2
* Fixed issues inside str_pad() identified by bug #52550Ilia Alshanetsky2010-08-061-4/+7
* Use correct order of operations. Second of many fixes for bug #52550Ilia Alshanetsky2010-08-061-3/+3
* MFH: fix bug #52380 (Typo in lcfirst comment docs).Adam Harvey2010-07-231-1/+1
* vim failRasmus Lerdorf2010-06-021-3/+3
* Tweak the fix for bug #51847 to still call libintl_setlocaleRasmus Lerdorf2010-06-021-2/+10
* Fix for bug #51847Rasmus Lerdorf2010-06-021-0/+3
* Fixed a possible memory corruption in parse_str(). Reported by Stefan EsserDmitry Stogov2010-05-121-3/+6
* Fixed a possible memory corruption in substr_replace()Dmitry Stogov2010-05-111-0/+9
* Fixed bug #50847 (strip_tags() removes all tags greater then 1023 bytes long)Ilia Alshanetsky2010-02-011-9/+37
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Fixed bug #45599 (strip_tags() truncates rest of string with invalid attribute).Ilia Alshanetsky2009-12-221-1/+1
* - Added MAKE_COPY_ZVAL(ppzv, pzv) macroFelipe Pena2009-12-081-6/+2
* Fix a typoScott MacVicar2009-11-061-1/+1
* Fixed bug #49361 (wordwrap() wraps incorrectly on end of line boundaries).Ilia Alshanetsky2009-08-311-1/+1
* - Fix ZTS buildFelipe Pena2009-08-131-8/+8
* standardise and clean up string functions parameter parsingStanislav Malyshev2009-08-131-117/+135
* - HEAD and PHP_5_2 have it like this, PHP_5_3 should not be different!Jani Taskinen2009-07-271-2/+4
* Fixed bug #48872 (string.c: errors: duplicate case values) (Only in PHP_5_3)Kalle Sommer Nielsen2009-07-271-4/+2
* MFH: explode() stuff:Matt Wilmas2009-04-011-15/+15
* Fixed bug #47856 (stristr() converts needle to lower-case).Ilia Alshanetsky2009-04-011-2/+4
* Removed unneeded HashPosition variable (php_implode() doesn't change the inte...Matt Wilmas2009-03-171-5/+0
* MFH: Fixed bug #47546 (Default value for limit parameter in explode is 0, not...Kalle Sommer Nielsen2009-03-031-1/+1
* - MFH: These should be E_WARNING for consistency with strpos()Moriyoshi Koizumi2009-02-141-6/+6
* Improved validation checks inside str_pad()Ilia Alshanetsky2009-01-301-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: fix explode behavior to respect negative limit when string is empty.Brian Shire2008-12-271-1/+3
* - MFH: Fixed bug #46578 (strip_tags() does not honor end-of-comment when it e...Felipe Pena2008-11-211-1/+4
* - MFH: Added str_getcsv()Felipe Pena2008-11-021-0/+24
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-11/+9
* - New parameter parsing API (zend_get_parameters_array_ex--)Felipe Pena2008-08-161-82/+72
* MFH: Implemented feature request #34381 (nl2br() should have an option for XH...Kalle Sommer Nielsen2008-08-141-11/+21
* Fix regression issueOlivier Hill2008-07-311-4/+0
* MFH: Fix integer oveflow in strrpos()Scott MacVicar2008-07-221-1/+1
* MFH: Fix bug when < is used within attribute.Scott MacVicar2008-07-151-0/+3
* - MFB: Fixed bug #45485 (strip_tags and <?XML tag)Felipe Pena2008-07-111-1/+2
* size_t -> intAntony Dovgal2008-07-031-1/+2
* - Removed unused variablesFelipe Pena2008-07-011-2/+1
* "l" is long, that's why it is "l", not "i"Antony Dovgal2008-06-301-9/+7