summaryrefslogtreecommitdiff
path: root/ext/standard/string.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* int -> longAntony Dovgal2008-06-301-1/+1
* New parameter parsing APIOlivier Hill2008-06-251-327/+250
* Fixed strtolower/strtoupper to not modify the passed argumentDmitry Stogov2008-06-241-4/+5
* New parameter parsing API for string, part IOlivier Hill2008-06-221-102/+81
* MFH: Add array_init_size() and use it where array size is known at initializa...Matt Wilmas2008-05-271-4/+2
* MFH: Fix compile error if _GNU_SOURCE is definedScott MacVicar2008-05-091-4/+2
* Lazy EG(active_symbol_table) initializationDmitry Stogov2008-04-291-1/+4
* MFH: New way for check void parametersFelipe Pena2008-03-101-2/+2
* - MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus)Marcus Boerger2008-02-231-1/+1
* MFH: Fix inconcistencies between substr and substr_compareEtienne Kneuss2008-02-131-4/+5
* [DOC] Add compile-time __DIR__ constant which implements dirname(__FILE__)Stanislav Malyshev2008-02-121-88/+1
* Fixed reference problem (variable were converted)Felipe Pena2008-02-031-25/+13
* MFH: New parameter 'before_needle'Felipe Pena2008-02-011-8/+18
* Adjust new chr() param handling to address chr("") callsIlia Alshanetsky2008-01-251-2/+7
* use new param parsing APIIlia Alshanetsky2008-01-221-9/+7
* - MFH (lcfirst())David Coallier2008-01-191-0/+30
* MFH: fix #43863 (str_word_count() breaks on cyrillic "ya" in locale cp1251)Antony Dovgal2008-01-161-1/+1
* - MFHDavid Coallier2008-01-161-7/+17
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Additional fix for bug #42868Dmitry Stogov2007-12-241-3/+3
* MFH: add workaround for glibc issueAntony Dovgal2007-12-131-5/+172
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-1/+1
* MFH:- Moved the old regex functions to own extension: eregJani Taskinen2007-10-051-1/+0
* - ws + cs + sync HEADJani Taskinen2007-10-011-5/+3
* MFH: Fixed bug #42789Jani Taskinen2007-10-011-2/+2
* - Nuked ending dots from error messagesJani Taskinen2007-09-301-29/+29
* - #42592, remove ending dot in warning msgPierre Joye2007-09-071-1/+1
* Added missing safety checks for 2nd parameter of setlocale() functionIlia Alshanetsky2007-09-071-1/+5
* Fixed bug #42208 (substr_replace() crashes when the same array is passedIlia Alshanetsky2007-08-051-0/+1
* Fixed bug #42142 (substr_replace() returns FALSE when length > stringIlia Alshanetsky2007-07-301-1/+1
* MFH: Fixed str_pad() when passed huge negative pad length.Jani Taskinen2007-07-231-1/+1
* Fixed "Floating point exception" inside wordwrap()Ilia Alshanetsky2007-07-221-0/+5
* MFHAntony Dovgal2007-06-061-4/+3
* fix the chunks fixStanislav Malyshev2007-06-061-1/+1
* Fix chunk_split fix - avoid using floatsStanislav Malyshev2007-06-061-6/+30