Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | This should be better | Xinchen Hui | 2015-12-30 | 1 | -3/+2 |
* | | Make sure context is set to null to prevent use after free | Caleb Champlin | 2015-11-09 | 1 | -0/+1 |
* | | Fixed memory leak in php_stream_context_set_option() | Dmitry Stogov | 2015-10-29 | 1 | -8/+9 |
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -12/+12 |
* | | Only call stream_flush if anything was written | Bob Weinand | 2015-06-30 | 1 | -4/+16 |
* | | Improved zend_string API (Francois Laupretre) | Dmitry Stogov | 2015-06-29 | 1 | -1/+1 |
* | | Fixed bug #68887 (resources are not freed correctly) | Dmitry Stogov | 2015-04-08 | 1 | -8/+3 |
* | | Cleanup | Dmitry Stogov | 2015-04-07 | 1 | -16/+4 |
* | | Optimize zend_string_realloc() add more specialized versions zend_string_exte... | Dmitry Stogov | 2015-03-20 | 1 | -2/+2 |
* | | Merge branch 'PHP-5.6' | Daniel Lowrey | 2015-03-05 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix stream_select() issue with OpenSSL buffer | Chris Wright | 2015-03-05 | 1 | -4/+4 |
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | Silence a empty while loop warning | Reeze Xia | 2015-03-04 | 1 | -1/+3 |
* | | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati... | Dmitry Stogov | 2015-03-04 | 1 | -8/+8 |
* | | Use new ZEND_HASH_FOREACH_... API. | Dmitry Stogov | 2015-02-10 | 1 | -16/+9 |
* | | Cleanup resource handling APIs | Xinchen Hui | 2015-02-02 | 1 | -3/+3 |
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -4/+4 |
* | | second shot on removing TSRMLS_* | Anatol Belski | 2014-12-14 | 1 | -1/+1 |
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -138/+138 |
* | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-19 | 1 | -1/+1 |
* | | fix datatype mismatch warnings | Anatol Belski | 2014-10-27 | 1 | -6/+7 |
* | | fix datatype mismatches | Anatol Belski | 2014-10-27 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.6' | Ferenc Kovacs | 2014-10-15 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Revert "Merge branch 'PHP-5.4' into PHP-5.5" | Ferenc Kovacs | 2014-10-15 | 1 | -4/+4 |
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.6' | Chris Wright | 2014-08-27 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Chris Wright | 2014-08-27 | 1 | -4/+4 |
| |\ | |||||
| | * | Merge branch 'PHP-5.4' into PHP-5.5 | Chris Wright | 2014-08-27 | 1 | -4/+4 |
| | |\ | |||||
| | | * | Fix stream_select() issue with OpenSSL buffer | Chris Wright | 2014-08-27 | 1 | -4/+4 |
* | | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -8/+8 |
* | | | | first shot on merging the core fro the int64 branch | Anatol Belski | 2014-08-16 | 1 | -4/+4 |
* | | | | Make stream->context indirect trough zend_resource (stream->ctx->ptr). | Dmitry Stogov | 2014-08-07 | 1 | -8/+9 |
* | | | | Fixed resource leak | Dmitry Stogov | 2014-07-31 | 1 | -0/+4 |
* | | | | Hide warning message after fatal errors | Dmitry Stogov | 2014-06-20 | 1 | -9/+11 |
* | | | | Don't use cast (compiler friendly) | Xinchen Hui | 2014-05-26 | 1 | -2/+2 |
* | | | | Fixed segafult while stream is referenced by persistent resource (like dba) | Xinchen Hui | 2014-05-21 | 1 | -1/+1 |
* | | | | Fixed resources apply_dtor | Xinchen Hui | 2014-05-19 | 1 | -1/+2 |
* | | | | Merge mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 1 | -24/+37 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2014-04-20 | 1 | -22/+26 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-04-20 | 1 | -22/+26 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2014-04-20 | 1 | -22/+26 |
| | | |\ \ | | | | |/ | |||||
| | | | * | Fix bug #65701: Do not use cache for file file copy | Boro Sitnikovski | 2014-04-20 | 1 | -22/+26 |
| * | | | | Merge branch 'PHP-5.6' | Michael Wallner | 2014-04-03 | 1 | -2/+7 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Michael Wallner | 2014-04-03 | 1 | -2/+7 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Michael Wallner | 2014-04-03 | 1 | -2/+7 |
| | | |\ \ | | | | |/ | |||||
| | | | * | Fix Bug #66736 fpassthru broken | Michael Wallner | 2014-04-03 | 1 | -2/+7 |
| * | | | | Merge branch 'PHP-5.6' | Michael Wallner | 2014-04-02 | 1 | -0/+4 |
| |\ \ \ \ | | |/ / / |