Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | Implement JIT request decoding support for $_GET and $_POST. | Andrei Zmievski | 2009-05-23 | 1 | -2/+2 |
| | |||||
* | explode() stuff: | Matt Wilmas | 2009-04-01 | 1 | -1/+1 |
| | | | | | | | | | | - 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?) | ||||
* | - This is PHP 6 - if this ... ever gets out | Marcus Boerger | 2009-03-10 | 1 | -1/+1 |
| | |||||
* | change functions to be consistent between branches | Antony Dovgal | 2009-01-09 | 1 | -4/+4 |
| | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - Added lcfirst() function. The sister function of ucfirst() | David Coallier | 2008-01-19 | 1 | -0/+1 |
| | | | | | - Test #1 for lcfirst() | ||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | - Put the PHPAPI php_u_str_to_str() function in the .h, just like the rest. | Derick Rethans | 2007-08-29 | 1 | -0/+2 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | Bite the bullet and port the natural comparison algorithm to support | Andrei Zmievski | 2006-12-21 | 1 | -0/+5 |
| | | | | | | | UChar strings. Also, simplify the original code. # Argggghh, post-incremented iteration sucks. That means you, U16_* stuff. | ||||
* | MFB: Less hackish support for spaces at the start of tags within | Ilia Alshanetsky | 2006-12-18 | 1 | -0/+1 |
| | | | | | strip_tags() | ||||
* | Add str_getcsv() and fix a couple cases in recent fgetcsv() reimplementation | Sara Golemon | 2006-12-05 | 1 | -0/+1 |
| | |||||
* | fix build | Antony Dovgal | 2006-10-03 | 1 | -1/+1 |
| | |||||
* | ZTS fix | Sara Golemon | 2006-10-02 | 1 | -1/+1 |
| | |||||
* | Avoid TSRMLS_FETCH | Ilia Alshanetsky | 2006-08-30 | 1 | -1/+1 |
| | |||||
* | Fix some trim() issues. | Andrei Zmievski | 2006-08-15 | 1 | -1/+1 |
| | |||||
* | Upgrade dirname() to support IS_UNICODE. | Andrei Zmievski | 2006-08-04 | 1 | -2/+4 |
| | |||||
* | - Adjusted php_u_strtoupper/php_u_strtolower/php_u_strtotitle API to be | Andrei Zmievski | 2006-08-03 | 1 | -2/+2 |
| | | | | | | more sane. - Upgrade strtoupper(), strtolower(), strtotitle() to use params API. | ||||
* | - Moved strtotitle to ext/standard and implemented the fallback case to | Derick Rethans | 2006-03-22 | 1 | -0/+1 |
| | | | | | | | | non-unicode with ucwords. There is also an implementation for unicode ucwords but that returns different results then strtotitle as it uppercases the first character of every word, and doesn't *titlecase* a word. The test case shows that. | ||||
* | Nuke int32_t (everywhere except streams layer) and signed/unsigned warnings | Dmitry Stogov | 2006-03-02 | 1 | -10/+10 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Nuke php3 legacy | foobar | 2005-12-05 | 1 | -2/+2 |
| | |||||
* | Adding missing function declarations to fix win32 build | Frank M. Kromann | 2005-10-28 | 1 | -0/+3 |
| | |||||
* | - Unicode impl of stristr() | Rolland Santimano | 2005-10-20 | 1 | -0/+1 |
| | |||||
* | Fix Win32 build by adding missing function declaration. | Frank M. Kromann | 2005-10-06 | 1 | -0/+1 |
| | |||||
* | - Unicode impl of {add,strip}slashes() | Rolland Santimano | 2005-09-28 | 1 | -0/+3 |
| | |||||
* | php_trim() takes extra arg to determine string type to be returned | Rolland Santimano | 2005-08-16 | 1 | -1/+1 |
| | |||||
* | Unicode support. | Andrei Zmievski | 2005-08-11 | 1 | -1/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #33200 (preg_replace(): magic_quotes_sybase=On makes 'e' ↵ | foobar | 2005-05-31 | 1 | -0/+1 |
| | | | | modifier misbehave) | ||||
* | - Fixed bug #30630: Added a BSD based strtod function that is | Derick Rethans | 2004-11-03 | 1 | -1/+1 |
| | | | | | locale-independent. (PHP part) | ||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | Fixed ZTS build. | Ilia Alshanetsky | 2003-12-10 | 1 | -1/+1 |
| | |||||
* | Fix bug #26574 (basename() doesn't work properly with multibyte characters) | Moriyoshi Koizumi | 2003-12-10 | 1 | -1/+1 |
| | |||||
* | Expose the macro globally | Moriyoshi Koizumi | 2003-12-10 | 1 | -0/+10 |
| | |||||
* | Added substr_compare(). | Ilia Alshanetsky | 2003-10-30 | 1 | -0/+1 |
| | |||||
* | Fix Bug#24784 single character search keys not respecting case ↵ | Sara Golemon | 2003-07-25 | 1 | -0/+1 |
| | | | | sensitivity/replace count parameters. | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | basename() now binary safe, testcases added | Hartmut Holzgraefe | 2003-05-05 | 1 | -1/+1 |
| | |||||
* | Modify str_replace/str_ireplace to report how many needles were matched. (FR ↵ | Sara Golemon | 2003-04-13 | 1 | -1/+1 |
| | | | | #8218) | ||||
* | Forgot about this one :) | Moriyoshi Koizumi | 2003-04-12 | 1 | -1/+1 |
| | |||||
* | Remove php_memnstr (it's in ZE now). | Andrei Zmievski | 2003-04-08 | 1 | -25/+0 |
| | |||||
* | * email address change | Stig Bakken | 2003-03-18 | 1 | -1/+1 |
| | |||||
* | Made strip_tags() binary safe | Moriyoshi Koizumi | 2003-02-24 | 1 | -1/+1 |
| | |||||
* | Added strpbrk(), which is essentially a wrapper around C's strpbrk function | Ilia Alshanetsky | 2003-02-11 | 1 | -0/+1 |
| | | | | | that allows searching through a string for a character list. | ||||
* | Added str_split() function. This function can be used to break down a | Ilia Alshanetsky | 2003-02-07 | 1 | -0/+1 |
| | | | | | string into an array. | ||||
* | Feature Request # 5919 - Addition of str_ireplace() | Sara Golemon | 2003-01-30 | 1 | -0/+3 |
| | | | | | | Also removed deprecated BM str replace menthod Also rewrote php_str_to_str to use more processor/memory efficient method (ilia) | ||||
* | Added part of strpos commit that never made it in for some reason. | Ilia Alshanetsky | 2003-01-29 | 1 | -0/+2 |
| | | | | | # Thanks Pollita. | ||||
* | Move rot13 filter into a new filters.c source file. | Wez Furlong | 2003-01-01 | 1 | -3/+0 |
| | | | | | | | Tidy up some other filter related code. # win32 -> someone please add user_filters.c and filters.c to the .dsp |