Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Remove Netware support | Kalle Sommer Nielsen | 2016-11-12 | 1 | -6/+0 | |
* | | | Clear FG(user_stream_current_filename) when bailing out | Sara Golemon | 2016-10-11 | 1 | -6/+11 | |
|/ / | ||||||
* | | - get rid of EG(scope). zend_get_executed_scope() should be used instead. | Dmitry Stogov | 2016-04-28 | 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-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 | |
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-03-08 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Merge branch 'pull-request/1106' into PHP-5.5 | Stanislav Malyshev | 2015-03-08 | 1 | -1/+11 | |
| | |\ | ||||||
| | | * | Fix #67626 | Julien Pauli | 2015-02-20 | 1 | -1/+11 | |
| | |/ | ||||||
| | * | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 | |
| | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
| * | | Fix #67626 | Julien Pauli | 2015-03-08 | 1 | -1/+11 | |
| * | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 | |
* | | | Removed or simplified incorrect SEPARATE_*() macros usage. | Dmitry Stogov | 2015-09-29 | 1 | -3/+1 | |
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -12/+12 | |
* | | | Fixed build | Wei Dai | 2015-03-09 | 1 | -1/+1 | |
* | | | Fix #67626 | Julien Pauli | 2015-03-08 | 1 | -2/+12 | |
* | | | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati... | Dmitry Stogov | 2015-03-04 | 1 | -5/+5 | |
* | | | Cleanup resource handling APIs | Xinchen Hui | 2015-02-02 | 1 | -1/+1 | |
* | | | 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 | -8/+8 | |
* | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -103/+103 | |
* | | | 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 | -1/+1 | |
* | | | several signature and data type fixes | Anatol Belski | 2014-08-26 | 1 | -2/+2 | |
* | | | fixed several long vs zend_long casts | Anatol Belski | 2014-08-26 | 1 | -1/+1 | |
* | | | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -2/+2 | |
* | | | master renames phase 3 | Anatol Belski | 2014-08-25 | 1 | -2/+2 | |
* | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -67/+67 | |
* | | | first shot on merging the core fro the int64 branch | Anatol Belski | 2014-08-16 | 1 | -71/+71 | |
* | | | cleanup | Dmitry Stogov | 2014-08-08 | 1 | -1/+0 | |
* | | | typo | Dmitry Stogov | 2014-08-05 | 1 | -1/+1 | |
* | | | Fixed argument numbering | Dmitry Stogov | 2014-08-05 | 1 | -3/+2 | |
* | | | Fixed incorrect arguments handling | Dmitry Stogov | 2014-08-04 | 1 | -1/+1 | |
* | | | Make they are in the same style of Z_ISREF | Xinchen Hui | 2014-05-03 | 1 | -20/+20 | |
* | | | Split IS_BOOL into IS_FALSE and IS_TRUE | Dmitry Stogov | 2014-04-30 | 1 | -16/+16 | |
* | | | Changed data layout to allow more efficient operations | Dmitry Stogov | 2014-04-02 | 1 | -1/+1 | |
* | | | Refactored data structures to keep zend_object* instead of a whole zval in so... | Dmitry Stogov | 2014-03-28 | 1 | -3/+3 | |
* | | | Replaced (Z_TYPE(x) == IS_REFERENCE) with (Z_ISREF(x)) | Dmitry Stogov | 2014-03-27 | 1 | -1/+1 | |
* | | | Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2 | Xinchen Hui | 2014-03-05 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Fixied calling object closures from internal functions | Dmitry Stogov | 2014-03-05 | 1 | -1/+1 | |
* | | | | Fixed stream_cast | Xinchen Hui | 2014-03-05 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Fixed stream_select (incompeleted) | Xinchen Hui | 2014-03-04 | 1 | -26/+31 | |
* | | | Fixed memory leak | Xinchen Hui | 2014-02-26 | 1 | -0/+1 | |
* | | | Fixed user streams handling | Dmitry Stogov | 2014-02-26 | 1 | -86/+86 | |
* | | | Changes zend_is_callable() to use zend_string* instead of char* | Dmitry Stogov | 2014-02-25 | 1 | -1/+1 | |
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -438/+310 | |
* | | | Merge branch 'PHP-5.6' | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
|\ \ \ | |/ / |