Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -7/+7 |
* | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
* | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -2/+2 |
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -68/+68 |
* | fixes to %pd format usage | Anatol Belski | 2014-08-24 | 1 | -2/+2 |
* | yet more fixes to zpp | Anatol Belski | 2014-08-20 | 1 | -38/+38 |
* | further fixes on core | Anatol Belski | 2014-08-16 | 1 | -1/+1 |
* | fix macros in the 5 basic extensions | Anatol Belski | 2014-08-16 | 1 | -23/+23 |
* | cleanup (use zend_string* instead of char*) | Dmitry Stogov | 2014-08-13 | 1 | -39/+20 |
* | Make stream->context indirect trough zend_resource (stream->ctx->ptr). | Dmitry Stogov | 2014-08-07 | 1 | -3/+4 |
* | Merge branch 'master' into test | Dmitry Stogov | 2014-07-07 | 1 | -0/+4 |
|\ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Michael Wallner | 2014-07-02 | 1 | -1/+5 |
| |\ | |||||
| | * | Merge branch 'PHP-5.4' into PHP-5.5 | Michael Wallner | 2014-07-02 | 1 | -1/+5 |
| | |\ | |||||
| | | * | fix integer overflow in {stream,file}_{get,put}_contents() | Michael Wallner | 2014-07-02 | 1 | -1/+5 |
| | | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | * | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
| | * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | | | Use reference counting instead of zval duplication | Dmitry Stogov | 2014-06-05 | 1 | -7/+5 |
* | | | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-05-13 | 1 | -6/+16 |
|\ \ \ \ | |/ / / | |||||
| * | | | Bug #67224: stream_socket_enable_crypto() | Daniel Lowrey | 2014-05-07 | 1 | -6/+16 |
| |\ \ \ | |||||
| | * | | | Allow crypto_method context value in stream_socket_enable_crypto() | Chris Wright | 2014-02-27 | 1 | -6/+16 |
* | | | | | Make they are in the same style of Z_ISREF | Xinchen Hui | 2014-05-03 | 1 | -1/+1 |
* | | | | | Merge mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 1 | -22/+9 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | remove obsolete comment | Anatol Belski | 2014-03-19 | 1 | -3/+0 |
| * | | | | Fixes to various stream cast on win64 | Anatol Belski | 2014-03-19 | 1 | -12/+4 |
| |/ / / | |||||
* | | | | Use ZEND_FETCH_FOREACH_* macros to iterate over HashTables instead of zend_ha... | Dmitry Stogov | 2014-04-18 | 1 | -58/+24 |
* | | | | Cleanup (2-nd round) | Dmitry Stogov | 2014-04-15 | 1 | -7/+11 |
* | | | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -5/+5 |
* | | | | Fixed GC | Dmitry Stogov | 2014-04-09 | 1 | -0/+1 |
* | | | | Refactored zend_hash_* iteration API zend_hash_fove_forward_ex(ht, pos) and f... | Dmitry Stogov | 2014-04-07 | 1 | -2/+2 |
* | | | | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ... | Dmitry Stogov | 2014-04-03 | 1 | -1/+1 |
* | | | | Changed data layout to allow more efficient operations | Dmitry Stogov | 2014-04-02 | 1 | -2/+2 |
* | | | | Avoid unnecessry reallocations | Dmitry Stogov | 2014-04-01 | 1 | -4/+2 |
* | | | | Fixed stream_filter_remove() | Dmitry Stogov | 2014-03-18 | 1 | -1/+1 |
* | | | | Fixed stream notifier | Dmitry Stogov | 2014-03-18 | 1 | -10/+9 |
* | | | | Fixed refcounting | Dmitry Stogov | 2014-03-14 | 1 | -2/+2 |
* | | | | Fixed bug codes in stream_resolve_include_path.... | Xinchen Hui | 2014-03-07 | 1 | -0/+1 |
* | | | | Fixed memory leak (ext/standard/tests/file/stream_002.phpt) | Xinchen Hui | 2014-03-05 | 1 | -0/+3 |
* | | | | Fixed segfault | Xinchen Hui | 2014-03-05 | 1 | -3/+5 |
* | | | | Refactor stream_get_record to return zend_string | Xinchen Hui | 2014-03-05 | 1 | -5/+3 |
* | | | | Fixed stream_cast | Xinchen Hui | 2014-03-05 | 1 | -3/+1 |
* | | | | Fixed stream_select (incompeleted) | Xinchen Hui | 2014-03-04 | 1 | -0/+4 |
* | | | | Wrong type check | Xinchen Hui | 2014-03-03 | 1 | -1/+1 |
* | | | | Fixed user stream filters | Dmitry Stogov | 2014-02-28 | 1 | -0/+1 |
* | | | | Fixed memory leak | Xinchen Hui | 2014-02-26 | 1 | -1/+2 |
* | | | | Refactoring php_stream_copy_to_mem to return zend_string | Xinchen Hui | 2014-02-24 | 1 | -9/+3 |
* | | | | Refactor php_addslashes using zend_string | Xinchen Hui | 2014-02-24 | 1 | -3/+3 |
* | | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-14 | 1 | -141/+129 |
|/ / / | |||||
* | | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
|/ / |