summaryrefslogtreecommitdiff
path: root/ext/standard/php_string.h
Commit message (Expand)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Implement JIT request decoding support for $_GET and $_POST.Andrei Zmievski2009-05-231-2/+2
* explode() stuff:Matt Wilmas2009-04-011-1/+1
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-101-1/+1
* change functions to be consistent between branchesAntony Dovgal2009-01-091-4/+4
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - Added lcfirst() function. The sister function of ucfirst()David Coallier2008-01-191-0/+1
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* - Put the PHPAPI php_u_str_to_str() function in the .h, just like the rest.Derick Rethans2007-08-291-0/+2
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* Bite the bullet and port the natural comparison algorithm to supportAndrei Zmievski2006-12-211-0/+5
* MFB: Less hackish support for spaces at the start of tags withinIlia Alshanetsky2006-12-181-0/+1
* Add str_getcsv() and fix a couple cases in recent fgetcsv() reimplementationSara Golemon2006-12-051-0/+1
* fix buildAntony Dovgal2006-10-031-1/+1
* ZTS fixSara Golemon2006-10-021-1/+1
* Avoid TSRMLS_FETCHIlia Alshanetsky2006-08-301-1/+1
* Fix some trim() issues.Andrei Zmievski2006-08-151-1/+1
* Upgrade dirname() to support IS_UNICODE.Andrei Zmievski2006-08-041-2/+4
* - Adjusted php_u_strtoupper/php_u_strtolower/php_u_strtotitle API to beAndrei Zmievski2006-08-031-2/+2
* - Moved strtotitle to ext/standard and implemented the fallback case toDerick Rethans2006-03-221-0/+1
* Nuke int32_t (everywhere except streams layer) and signed/unsigned warningsDmitry Stogov2006-03-021-10/+10
* bump year and license versionfoobar2006-01-011-3/+3
* - Nuke php3 legacyfoobar2005-12-051-2/+2
* Adding missing function declarations to fix win32 buildFrank M. Kromann2005-10-281-0/+3
* - Unicode impl of stristr()Rolland Santimano2005-10-201-0/+1
* Fix Win32 build by adding missing function declaration.Frank M. Kromann2005-10-061-0/+1
* - Unicode impl of {add,strip}slashes()Rolland Santimano2005-09-281-0/+3
* php_trim() takes extra arg to determine string type to be returnedRolland Santimano2005-08-161-1/+1
* Unicode support.Andrei Zmievski2005-08-111-1/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* - Fixed bug #33200 (preg_replace(): magic_quotes_sybase=On makes 'e' modifier...foobar2005-05-311-0/+1
* - Fixed bug #30630: Added a BSD based strtod function that isDerick Rethans2004-11-031-1/+1
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* Fixed ZTS build.Ilia Alshanetsky2003-12-101-1/+1
* Fix bug #26574 (basename() doesn't work properly with multibyte characters)Moriyoshi Koizumi2003-12-101-1/+1
* Expose the macro globallyMoriyoshi Koizumi2003-12-101-0/+10
* Added substr_compare().Ilia Alshanetsky2003-10-301-0/+1
* Fix Bug#24784 single character search keys not respecting case sensitivity/re...Sara Golemon2003-07-251-0/+1
* updating license information in the headers.James Cox2003-06-101-3/+3
* basename() now binary safe, testcases addedHartmut Holzgraefe2003-05-051-1/+1
* Modify str_replace/str_ireplace to report how many needles were matched. (FR ...Sara Golemon2003-04-131-1/+1
* Forgot about this one :)Moriyoshi Koizumi2003-04-121-1/+1
* Remove php_memnstr (it's in ZE now).Andrei Zmievski2003-04-081-25/+0
* * email address changeStig Bakken2003-03-181-1/+1
* Made strip_tags() binary safeMoriyoshi Koizumi2003-02-241-1/+1
* Added strpbrk(), which is essentially a wrapper around C's strpbrk functionIlia Alshanetsky2003-02-111-0/+1
* Added str_split() function. This function can be used to break down aIlia Alshanetsky2003-02-071-0/+1
* Feature Request # 5919 - Addition of str_ireplace()Sara Golemon2003-01-301-0/+3
* Added part of strpos commit that never made it in for some reason.Ilia Alshanetsky2003-01-291-0/+2
* Move rot13 filter into a new filters.c source file.Wez Furlong2003-01-011-3/+0