Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore. | ||||
* | Changed php_add[c]slashes prototypes (removed should_free argument) | Dmitry Stogov | 2018-06-29 | 1 | -3/+4 |
| | |||||
* | Remove outdated comments about PHP 3 | Peter Kokot | 2018-06-27 | 1 | -2/+0 |
| | |||||
* | Use const pointers where appropriate | Anatol Belski | 2018-03-16 | 1 | -2/+2 |
| | |||||
* | Fixed build (extern php_stripslashes) | Bob Weinand | 2018-02-28 | 1 | -1/+1 |
| | |||||
* | Optimized php_stripslash with SSSE3 instr | Xinchen Hui | 2018-02-21 | 1 | -1/+2 |
| | |||||
* | Implement intrinsic function resolving per MINIT | Anatol Belski | 2018-01-24 | 1 | -0/+7 |
| | |||||
* | Trailing whitespaces on ext/* | Gabriel Caruso | 2018-01-04 | 1 | -3/+3 |
| | | | | Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com> | ||||
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -2/+2 |
| | |||||
* | Move utf8_encode and utf8_decode to ext/standard | Andrea Faulds | 2016-10-17 | 1 | -0/+2 |
| | |||||
* | reduce size of stream struct | Anatol Belski | 2016-10-05 | 1 | -2/+2 |
| | | | | 32 bytes are spared on 64-bit build | ||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | Explicitly ignore mblen(NULL, 0) retval | Nikita Popov | 2015-07-16 | 1 | -1/+1 |
| | | |||||
* | | Cleanup (avoid reallocatios and side effects in php_strip_tags) | Dmitry Stogov | 2015-07-01 | 1 | -2/+2 |
| | | |||||
* | | fix mbrlen prototype availability | Anatol Belski | 2015-05-18 | 1 | -0/+3 |
| | | |||||
* | | Use zend_string in case we will optimize them | Xinchen Hui | 2015-01-20 | 1 | -3/+3 |
| | | |||||
* | | Remove addslashes_str | Xinchen Hui | 2015-01-20 | 1 | -1/+0 |
| | | |||||
* | | Optimized php_addslashes | Xinchen Hui | 2015-01-19 | 1 | -1/+2 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | Optimized str_[i]replace to aviod reallocations and repeatable conversions ↵ | Dmitry Stogov | 2015-01-13 | 1 | -4/+0 |
| | | | | | | | | to lowercase | ||||
* | | Add php_string_tolower/toupper which is locale depened | Xinchen Hui | 2014-12-25 | 1 | -0/+2 |
| | | |||||
* | | Improved trim/ltrim/rtrim functions. | Dmitry Stogov | 2014-12-23 | 1 | -1/+1 |
| | | | | | | | | Now php_trim() operates on zend_string and returns zend_string (it may return the same zend_string). | ||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -9/+9 |
| | | |||||
* | | Directly use zend_string for php_implode/php_explode | Nikita Popov | 2014-10-09 | 1 | -2/+2 |
| | | | | | | | | Also drop some unnecessary zval separations and copies | ||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | Separate php_mb_reset() from php_mblen() | Nikita Popov | 2014-09-03 | 1 | -5/+6 |
| | | | | | | | | Instead of fighting against warnings ... | ||||
* | | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -14/+14 |
| | | |||||
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
| | | |||||
* | | fixes to string functions | Anatol Belski | 2014-08-18 | 1 | -9/+9 |
| | | |||||
* | | several fixes - | Anatol Belski | 2014-08-16 | 1 | -6/+6 |
| | | | | | | | | | | | | - param parsing Z_PARAM_STR vs Z_PARAM_STRING - some functions for new params - etc | ||||
* | | Refactor php_addslashes using zend_string | Xinchen Hui | 2014-02-24 | 1 | -1/+1 |
| | | |||||
* | | Refactor php_str_to_str returning zend_string | Xinchen Hui | 2014-02-23 | 1 | -4/+4 |
| | | |||||
* | | Refactor basename using zend_string | Xinchen Hui | 2014-02-23 | 1 | -1/+1 |
| | | |||||
* | | Refactor php_addcslashes using zend_string | Xinchen Hui | 2014-02-22 | 1 | -2/+2 |
|/ | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Fixed bug #65947 (basename is no more working after fgetcsv in certain ↵ | Xinchen Hui | 2013-11-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | situation) previous codes: "#define php_mblen(ptr, len) ((ptr) == NULL ? mbsinit(&BG(mblen_state)): (int)mbrlen(ptr, len, &BG(mblen_state)))# it use mbsinit there, seems try to initialize the mblen_state, but: "This function does not change the state identified by ps. Typical ways to make the state pointed by ps an initial state are: memset (ps,0,sizeof(*ps)); // ps points to zero-valued object " http://www.cplusplus.com/reference/cwchar/mbsinit/?kw=mbsinit | ||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 1 | -2/+2 |
| | |||||
* | add support for SORT_NATURAL and SORT_FLAG_CASE in array sort functions | Arpad Ray | 2011-08-29 | 1 | -0/+4 |
| | |||||
* | - remove magic quotes support, functions are kept (see the NEWS entry for ↵ | Pierre Joye | 2011-07-22 | 1 | -1/+0 |
| | | | | the details) for BC reasons but do not allow to set enable MQ | ||||
* | Added fabled hex2bin() function | Scott MacVicar | 2011-06-03 | 1 | -0/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | standardise and clean up string functions parameter parsing | Stanislav Malyshev | 2009-08-13 | 1 | -1/+1 |
| | |||||
* | MFH: 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?) |