summaryrefslogtreecommitdiff
path: root/ext/phar/stream.c
Commit message (Expand)AuthorAgeFilesLines
* Report errors from stream read and write operationsNikita Popov2019-07-221-4/+4
* Update and fix remaining year ranges (2019)Peter Kokot2019-02-081-1/+1
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Use HT_IS_INITIALIZED() and HT_INVALIDATE() macros instead of hackish HT_FLAG...Dmitry Stogov2018-12-271-3/+3
* Uze ZVAL_COPY_DEREF() instead of ZVAL_DEREF() and ZVAL_COPY()Dmitry Stogov2018-07-091-2/+1
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-3/+3
* Move to unsigned types in pharAnatol Belski2018-04-181-5/+5
* Access HashTable.u.flags through HT_FLAGS() macro.Dmitry Stogov2018-01-221-3/+3
* year++Xinchen Hui2018-01-021-1/+1
* Turn "php_stream_wrapper"s into constantsDmitry Stogov2017-12-141-1/+1
* Move constants into read-only data segmentDmitry Stogov2017-12-141-2/+2
* Refactor php_url struct to save memory dup in common casesXinchen Hui2017-08-061-50/+52
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* further normalizations, uint vs uint32_tAnatol Belski2016-11-261-6/+6
* Remove Netware supportKalle Sommer Nielsen2016-11-121-18/+0
* Fixed compilation warningsDmitry Stogov2016-06-221-0/+1
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | Get rid of ZVAL_ZVAL() macro usages. Replace them with more clear and optimal...Dmitry Stogov2015-07-011-1/+2
* | Fix test failures from previous commitBob Weinand2015-06-301-1/+4
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-26/+26
* | Remove PHAR_GLOBALS (make it respect ZEND_ENABLE_STATIC_TSRMLS_CACHE)Xinchen Hui2015-03-091-2/+2
* | Use strpprintfXinchen Hui2015-03-051-4/+4
* | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati...Dmitry Stogov2015-03-041-5/+5
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* | Use HashTable.u.flags instead of HashTable.arHash to check if HashTable is pr...Dmitry Stogov2014-12-301-3/+3
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-91/+91
* | master renames phase 3Anatol Belski2014-08-251-5/+5
* | master renames phase 1Anatol Belski2014-08-251-12/+12
* | ported ext/pharAnatol Belski2014-08-191-5/+5
* | basic macro replacements, all at onceAnatol Belski2014-08-191-3/+3
* | Use new hash iteration API and avoid old zend_hash_update_current_key() hackDmitry Stogov2014-05-191-25/+23
* | Fixed pointer mess (use * instead of **)Dmitry Stogov2014-05-161-2/+2
* | Support for ext/phar (incomplete)Dmitry Stogov2014-05-081-81/+71
* | Use better data structures (incomplete)Dmitry Stogov2014-02-101-3/+3
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Remove PHAR_(Z)STR* usagesNikita Popov2013-09-131-37/+16
* Remove version checks in pharNikita Popov2013-09-131-12/+0
* Constify streams API and a few other calls down the rabbit hole.Andrey Hristov2013-07-301-5/+5
* HASH_KEY_NON_EXISTANT fixVeres Lajos2013-07-211-4/+4
* Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2013-02-211-2/+5
|\
| * PHAR should modify entry timestamp when it's modifiedDmitry Stogov2013-02-211-2/+5
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-01-061-1/+1
|\ \ | |/
| * bump yearXinchen Hui2013-01-061-1/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Felipe Pena2012-08-211-12/+1
|\ \ | |/
| * - Removed PHP 6 checksFelipe Pena2012-08-211-12/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * Initialize variable with fixed value for avoiding compile warningsXinchen Hui2011-08-071-0/+2