Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove zend_dynamic_array | Nikita Popov | 2014-09-22 | 5 | -128/+1 |
* | Remove static allocator | Nikita Popov | 2014-09-22 | 2 | -139/+0 |
* | Fix list() destructuring to special variables | Nikita Popov | 2014-09-22 | 2 | -17/+63 |
* | Avoid useless reference counting | Dmitry Stogov | 2014-09-22 | 1 | -20/+5 |
* | Specialization (only IS_VAR ad IS_CV operands may be references) | Dmitry Stogov | 2014-09-22 | 2 | -245/+240 |
* | Optimized unset() | Dmitry Stogov | 2014-09-22 | 2 | -351/+247 |
* | Make error paths to be UNEXPECTED | Dmitry Stogov | 2014-09-22 | 1 | -12/+12 |
* | Replace IS_OP?_TMP_FREE() with more clear (OP?_TYPE == IS_TMP_VAR) | Dmitry Stogov | 2014-09-22 | 3 | -94/+72 |
* | added a comment | Anatol Belski | 2014-09-22 | 1 | -0/+1 |
* | fix the REPARSE_DATA_BUFFER struct def | Anatol Belski | 2014-09-22 | 1 | -3/+3 |
* | Fix two memory errors by interning earlier | Nikita Popov | 2014-09-21 | 1 | -1/+2 |
* | Add smart_str_append for appending zend_strings | Nikita Popov | 2014-09-21 | 3 | -12/+15 |
* | Rename smart_str_append to smart_str_append_smart_str | Nikita Popov | 2014-09-21 | 1 | -3/+3 |
* | Use smart_str for exception stack traces | Nikita Popov | 2014-09-21 | 1 | -166/+113 |
* | Use smart_str in get_function_declaration | Nikita Popov | 2014-09-21 | 1 | -101/+56 |
* | Move smart_str implementation into Zend/ | Nikita Popov | 2014-09-21 | 2 | -0/+146 |
* | Merge branch 'master' into integer_semantics | Andrea Faulds | 2014-09-21 | 39 | -2720/+2946 |
|\ | |||||
| * | Merge branch 'PHP-5.6' | Nikita Popov | 2014-09-20 | 2 | -0/+48 |
| |\ | |||||
| | * | Merge branch 'PHP-5.5' into PHP-5.6 | Nikita Popov | 2014-09-20 | 2 | -0/+53 |
| | |\ | |||||
| | | * | Fixed bug #67633 | Nikita Popov | 2014-09-20 | 2 | -0/+53 |
| * | | | fixed copying of the struct as it's not being modified | Anatol Belski | 2014-09-20 | 1 | -7/+7 |
| * | | | Simplify foreach flags | Nikita Popov | 2014-09-20 | 4 | -73/+51 |
| * | | | Fix leak in foreach with by-ref iteration of ref array | Nikita Popov | 2014-09-20 | 2 | -15/+5 |
| * | | | Avoid strlen usage | Xinchen Hui | 2014-09-20 | 1 | -6/+5 |
| * | | | folder marks | Xinchen Hui | 2014-09-20 | 1 | -46/+19 |
| * | | | Added missed mod str | Xinchen Hui | 2014-09-20 | 2 | -0/+14 |
| * | | | Fixed built on OSX | Xinchen Hui | 2014-09-20 | 1 | -6/+8 |
| * | | | make the return value more logic | Anatol Belski | 2014-09-20 | 1 | -1/+1 |
| * | | | make use of intrinsics available with VS for bitset lookups | Anatol Belski | 2014-09-20 | 1 | -0/+35 |
| * | | | Make number printing functions less generic | Nikita Popov | 2014-09-19 | 2 | -21/+19 |
| * | | | Remove superfluous Z_REFCOUNTED_P check | Nikita Popov | 2014-09-19 | 1 | -3/+0 |
| * | | | Split inheritance into separate file | Nikita Popov | 2014-09-19 | 8 | -1552/+1624 |
| * | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 2 | -2/+2 |
| * | | | reverted some previous IS_ABSOLUTE_PATH related changes | Anatol Belski | 2014-09-19 | 1 | -25/+17 |
| * | | | expand IS_ABSOLUTE_PATH on Windows, so then strlen() isn't called twice | Anatol Belski | 2014-09-19 | 1 | -1/+1 |
| * | | | Avoid double IS_INTERNED() check | Dmitry Stogov | 2014-09-19 | 9 | -48/+39 |
| * | | | Reverted incorrect chunk | Dmitry Stogov | 2014-09-19 | 1 | -1/+1 |
| * | | | Fixed useless or duplicated IS_INTERNED() checks | Dmitry Stogov | 2014-09-19 | 7 | -20/+24 |
| * | | | forgot to replace the strlen call | Anatol Belski | 2014-09-19 | 1 | -1/+1 |
| * | | | avoid multiple strlen calls for the same buffer | Anatol Belski | 2014-09-19 | 1 | -17/+25 |
| * | | | fix length data types | Anatol Belski | 2014-09-19 | 2 | -6/+6 |
| * | | | generalized the case with secure memory zeroing | Anatol Belski | 2014-09-19 | 1 | -0/+6 |
| * | | | Fix for Clang | Dmitry Stogov | 2014-09-19 | 1 | -1/+1 |
| * | | | Split is_numeric_string_ex() into inline and non-inline parts | Dmitry Stogov | 2014-09-18 | 2 | -135/+145 |
| * | | | that's not char * but zend_string * | Anatol Belski | 2014-09-18 | 2 | -2/+2 |
| * | | | ups, this is not needed | Anatol Belski | 2014-09-18 | 1 | -1/+0 |
| * | | | fix CG(empty_string) init in ZTS | Anatol Belski | 2014-09-18 | 1 | -0/+14 |
| * | | | Split big _zend_handle_numeric_str() into small always inlined function that ... | Dmitry Stogov | 2014-09-18 | 2 | -35/+55 |
| * | | | Expose zend_safe_address() and use it in zend_arena_calloc() | Dmitry Stogov | 2014-09-18 | 3 | -116/+148 |
| * | | | Clang attributes support | Dmitry Stogov | 2014-09-18 | 1 | -6/+14 |