Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-08-22 | 1 | -0/+3 |
|\ | |||||
| * | Fix #68825: Exception in DirectoryIterator::getLinkTarget() | Christoph M. Becker | 2018-08-22 | 1 | -0/+3 |
| * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
* | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | Resources should be closed during object destructioin, not during freeing. | Dmitry Stogov | 2017-07-12 | 1 | -15/+31 |
* | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
* | | further normalizations, uint vs uint32_t | Anatol Belski | 2016-11-26 | 1 | -1/+1 |
* | | Remove Netware support | Kalle Sommer Nielsen | 2016-11-12 | 1 | -4/+4 |
|/ | |||||
* | Merge branch 'PHP-7.0' into PHP-7.1 | Stanislav Malyshev | 2016-11-05 | 1 | -13/+13 |
|\ | |||||
| * | More int->size_t and string overflow fixes | Stanislav Malyshev | 2016-11-05 | 1 | -13/+13 |
* | | Fixed bug #72888 (Segfault on clone on splFileObject) | Xinchen Hui | 2016-08-19 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2016-07-22 | 1 | -3/+6 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Christoph M. Becker | 2016-07-22 | 1 | -3/+6 |
| |\ | |||||
| | * | Fix #72646: SplFileObject::getCsvControl does not return the escape character | Christoph M. Becker | 2016-07-22 | 1 | -3/+6 |
* | | | Merge branch 'PHP-7.0' | Christoph M. Becker | 2016-07-05 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.6' into PHP-7.0 | Christoph M. Becker | 2016-07-05 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix bug #55701: GlobIterator throws LogicException | Valentin VALCIU | 2016-07-05 | 1 | -1/+1 |
| | * | Merge branch 'PHP-5.5' into PHP-5.6.23 | Stanislav Malyshev | 2016-06-21 | 1 | -102/+106 |
| | |\ | |||||
| | | * | Fix bug #72262 - do not overflow int | Stanislav Malyshev | 2016-06-15 | 1 | -107/+111 |
* | | | | Merge branch 'throw-error-in-extensions' | Aaron Piotrowski | 2016-07-05 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | Replace zend_ce_error with NULL and replace more E_ERROR with thrown Error | Aaron Piotrowski | 2016-06-13 | 1 | -1/+1 |
| * | | | | Merge branch 'master' into throw-error-in-extensions | Aaron Piotrowski | 2016-06-10 | 1 | -13/+6 |
| |\ \ \ \ | |||||
| * | | | | | Update memory freeing and other issues, revert some changes | Aaron Piotrowski | 2015-07-05 | 1 | -1/+1 |
| * | | | | | Convert E_ERROR to thrown Error in extensions | Aaron Piotrowski | 2015-07-05 | 1 | -3/+3 |
* | | | | | | Fixed compilation warnings | Dmitry Stogov | 2016-06-28 | 1 | -2/+2 |
* | | | | | | Fixed compilation warnings | Dmitry Stogov | 2016-06-22 | 1 | -3/+6 |
* | | | | | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions. | Dmitry Stogov | 2016-06-21 | 1 | -3/+3 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge branch 'PHP-7.0' | Dmitry Stogov | 2016-04-29 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | size_t is unsigned and can't be negative | Dmitry Stogov | 2016-04-29 | 1 | -1/+1 |
| | |/ / / | |/| | | | |||||
| * | | | | Remove TSRMLS_* from code, they are not used anymore | Stanislav Malyshev | 2016-02-17 | 1 | -1/+1 |
* | | | | | Removed "zend_fcall_info.function_table". It was assigned in many places, but... | Dmitry Stogov | 2016-04-27 | 1 | -1/+0 |
* | | | | | Removed zend_fcall_info.symbol_table | Dmitry Stogov | 2016-03-02 | 1 | -1/+0 |
* | | | | | Merge branch 'PHP-7.0' | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
* | | | | | Remove leftovers of TSRMLS in code | Tom Van Looy | 2015-12-25 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | These function docs are referencing zend_object_value but this should be zend... | Tom Van Looy | 2015-12-24 | 1 | -1/+1 |
* | | | | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2015-10-18 | 1 | -1/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Bug #70561: Fix DirectoryIterator to throw OutOfBoundsException | Bishop Bettini | 2015-09-23 | 1 | -1/+2 |
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2015-06-08 | 1 | -1/+1 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Fix bug #67805 - SplFileObject setMaxLineLength. | Willian Gustavo Veiga | 2015-06-08 | 1 | -1/+1 |
* | | | | Cleanup: don't keep useless dangling pointer | Dmitry Stogov | 2015-09-22 | 1 | -6/+1 |
* | | | | Revert SplFileInfo BC break while keeping fix for assertion removal | Anthony Ferrara | 2015-07-13 | 1 | -3/+1 |
* | | | | Fix issue with SplFileInfo::getExtension() on files with only a leading '.' c... | Anthony Ferrara | 2015-07-13 | 1 | -2/+3 |
| |_|/ |/| | | |||||
* | | | Cleanup (avoid reallocation). | Dmitry Stogov | 2015-07-01 | 1 | -5/+1 |
* | | | Get rid of ZVAL_ZVAL() macro usages. Replace them with more clear and optimal... | Dmitry Stogov | 2015-07-01 | 1 | -9/+18 |
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -8/+8 |
* | | | Fix more proto comments | Rasmus Lerdorf | 2015-06-23 | 1 | -4/+4 |
* | | | Avoid zval duplication in ZVAL_ZVAL() macro (it was necessary only in few pla... | Dmitry Stogov | 2015-06-12 | 1 | -6/+6 |