Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | year++ | Xinchen Hui | 2018-01-02 | 2 | -2/+2 |
* | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -3/+3 |
* | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
* | Cleanup type conversion | Dmitry Stogov | 2017-12-07 | 1 | -1/+1 |
* | Drop unnecessary allocator return value checks | Nikita Popov | 2017-03-13 | 1 | -24/+6 |
* | Drop unnecessary checks of pemalloc() return value | David Carlier | 2017-03-12 | 1 | -11/+2 |
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 2 | -2/+2 |
* | further normalizations, uint vs uint32_t | Anatol Belski | 2016-11-26 | 1 | -1/+1 |
* | Remove the b prefix from literals on unrelated tests | Pedro Magalhães | 2016-11-20 | 13 | -33/+33 |
* | Remove Netware support | Kalle Sommer Nielsen | 2016-11-12 | 1 | -10/+1 |
* | catch up with stream datatypes | Anatol Belski | 2016-10-05 | 1 | -1/+1 |
* | remove useless assignment | Anatol Belski | 2016-09-01 | 1 | -1/+0 |
* | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2016-08-30 | 2 | -2/+16 |
|\ | |||||
| * | Fix #72320: iconv_substr returns false for empty strings | Christoph M. Becker | 2016-07-29 | 2 | -2/+16 |
* | | Add negative offset support to iconv_strpos() | Francois Laupretre | 2016-03-09 | 5 | -132/+172 |
* | | strpos()/stripos(): Add support for negative offsets | Francois Laupretre | 2016-03-09 | 1 | -1/+0 |
|/ | |||||
* | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE | Nikita Popov | 2016-03-03 | 2 | -2/+2 |
* | Format string fixes | Nikita Popov | 2016-02-14 | 1 | -2/+2 |
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 2 | -2/+2 |
|\ | |||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 2 | -2/+2 |
| * | fix tests | Anatol Belski | 2015-08-21 | 1 | -1/+1 |
* | | Removed dead code | Julien Pauli | 2015-08-17 | 1 | -1/+0 |
* | | Fixed condition | Xinchen Hui | 2015-07-30 | 1 | -1/+1 |
* | | switch to the unified globals accessor where appropriate | Anatol Belski | 2015-07-29 | 1 | -6/+3 |
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -61/+61 |
* | | added regression test for bug #69840 | Christoph M. Becker | 2015-06-17 | 1 | -0/+20 |
* | | Fixed bug #69840 (iconv_substr() doesn't work with UTF-16BE) | Kalle Sommer Nielsen | 2015-06-17 | 1 | -1/+1 |
* | | Make convert_to_* safe with rc>1 | Nikita Popov | 2015-06-11 | 1 | -9/+5 |
* | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-06-11 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-06-11 | 1 | -2/+2 |
| |\ | |||||
| | * | fix bad copypaste | Stanislav Malyshev | 2015-06-11 | 1 | -2/+2 |
| * | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-05-09 | 3 | -4/+92 |
| |\ \ | | |/ | |||||
| | * | Fix #48147 - implement manual handling of //IGNORE for broken libc | Stanislav Malyshev | 2015-05-09 | 3 | -4/+92 |
| | * | Bump year | Xinchen Hui | 2015-01-15 | 2 | -2/+2 |
| * | | bump year | Xinchen Hui | 2015-01-15 | 2 | -2/+2 |
* | | | Fix #48147 - implement manual handling of //IGNORE for broken libc | Stanislav Malyshev | 2015-05-08 | 3 | -4/+92 |
* | | | Clean up some type conversions | Nikita Popov | 2015-04-27 | 1 | -13/+5 |
* | | | cleanup the mod version macros, round 2 | Anatol Belski | 2015-03-23 | 2 | -1/+4 |
* | | | implemented --with-all-shared option | Anatol Belski | 2015-03-23 | 1 | -1/+1 |
* | | | Optimize zend_string_realloc() add more specialized versions zend_string_exte... | Dmitry Stogov | 2015-03-20 | 1 | -3/+3 |
* | | | Use specialized macro for string zval creation | Dmitry Stogov | 2015-03-12 | 1 | -1/+1 |
* | | | made ZEND_TSRMLS_CACHE_* macros look like function calls | Anatol Belski | 2015-02-16 | 2 | -3/+3 |
* | | | fix warnings | Michael Wallner | 2015-01-30 | 1 | -1/+4 |
* | | | bump year | Xinchen Hui | 2015-01-15 | 2 | -2/+2 |
* | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 2 | -2/+2 |
* | | | remove the extra comma | Anatol Belski | 2014-12-26 | 1 | -1/+1 |
* | | | Merge branch 'PHP-5.6' | Xinchen Hui | 2014-12-25 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.5' into PHP-5.6 | Xinchen Hui | 2014-12-25 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | Fixed test | Xinchen Hui | 2014-12-25 | 1 | -0/+2 |
* | | | Use "float" and "integer" in typehint and zpp errors | Andrea Faulds | 2014-12-21 | 5 | -39/+39 |