| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Sara Golemon | 2017-05-27 | 1 | -4/+4 |
| |\ | |||||
| | * | Bugfix #74598 ftp:// ignores context | Sara Golemon | 2017-05-27 | 1 | -4/+4 |
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2016-08-17 | 1 | -1/+2 |
| |\ \ | |/ | |||||
| | * | Merge branch 'PHP-7.0' into PHP-7.0.10 | Stanislav Malyshev | 2016-08-16 | 1 | -12/+12 |
| | |\ | |||||
| | * | | Fix bug #72771: ftps:// opendir wrapper is vulnerable to protocol downgrade a... | Anatol Belski | 2016-08-16 | 1 | -3/+4 |
| * | | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2016-08-05 | 1 | -12/+11 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Merge branch 'PHP-5.6' into PHP-7.0 | Nikita Popov | 2016-08-05 | 1 | -12/+11 |
| | |\ \ | |||||
| | | * | | Fix #72764 | Ville Hukkamaki | 2016-08-05 | 1 | -11/+11 |
| * | | | | Merge branch 'PHP-7.0' into PHP-7.1 | Stanislav Malyshev | 2016-08-03 | 1 | -2/+3 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2016-08-03 | 1 | -2/+3 |
| | |\ \ \ | | |/ / | | | / | | |/ | |/| | |||||
| | | * | Fix bug #72716 - initialize buffer before read | Stanislav Malyshev | 2016-08-03 | 1 | -40/+41 |
| * | | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2016-07-27 | 1 | -13/+17 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-5.6' into PHP-7.0 | Nikita Popov | 2016-07-27 | 1 | -13/+17 |
| | |\ \ | | |/ | |||||
| | | * | Fix bug #72667 | Ville Hukkamäki | 2016-07-27 | 1 | -13/+17 |
| * | | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2016-07-23 | 1 | -2/+2 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-5.6' into PHP-7.0 | Nikita Popov | 2016-07-23 | 1 | -2/+2 |
| | |\ \ | | |/ | |||||
| | | * | Fix for bug #54431 | vhuk | 2016-07-23 | 1 | -2/+2 |
| * | | | Fixed compilation warnings | Dmitry Stogov | 2016-06-23 | 1 | -3/+4 |
| * | | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions. | Dmitry Stogov | 2016-06-21 | 1 | -2/+2 |
| |/ / | |||||
| * | | 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 |
| | * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | * | fix loop - size_t is unsigned so can not be negative | Stanislav Malyshev | 2014-11-11 | 1 | -5/+4 |
| * | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -2/+2 |
| * | | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati... | Dmitry Stogov | 2015-03-04 | 1 | -3/+3 |
| * | | fix warnings | Michael Wallner | 2015-01-30 | 1 | -1/+1 |
| * | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| * | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -42/+42 |
| * | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -79/+79 |
| * | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-19 | 1 | -1/+1 |
| * | | fix loop - size_t is unsigned so can not be negative | Stanislav Malyshev | 2014-11-11 | 1 | -4/+3 |
| * | | fix datatype mismatches | Anatol Belski | 2014-10-23 | 1 | -8/+8 |
| * | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| * | | fix condition | Anatol Belski | 2014-09-19 | 1 | -1/+1 |
| * | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -6/+6 |
| * | | fixes to %pd format usage | Anatol Belski | 2014-08-24 | 1 | -2/+2 |
| * | | fix macros in the 5 basic extensions | Anatol Belski | 2014-08-16 | 1 | -5/+5 |
| * | | Refactor basename using zend_string | Xinchen Hui | 2014-02-23 | 1 | -14/+5 |
| * | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-13 | 1 | -9/+9 |
| * | | Merge branch 'PHP-5.6' | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| * | | Kill a TSRMLS_FETCH() in php_stream_context_set() by passing TSRMLS_CC to it | Kalle Sommer Nielsen | 2013-12-18 | 1 | -3/+3 |
| |/ | |||||
| * | Constify streams API and a few other calls down the rabbit hole. | Andrey Hristov | 2013-07-30 | 1 | -9/+12 |
| * | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -2/+2 |
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| * | - Fixed bug #54092 (Segmentation fault when using HTTP proxy with the FTP | Gustavo André dos Santos Lopes | 2011-02-27 | 1 | -19/+30 |
