]> granicus.if.org Git - php/shortlog
php
2014-04-09 Dmitry StogovFixed reference counting
2014-04-09 Dmitry StogovFixed reference counting
2014-04-09 Dmitry StogovFixed GC
2014-04-09 Dmitry StogovFixed reference counting
2014-04-09 Dmitry StogovFixed ArrayObject::sort() family
2014-04-09 Dmitry StogovFixed support for IS_INDIRECT and IS_REFERENCE
2014-04-09 Dmitry StogovUse proper size
2014-04-09 Dmitry StogovFixed NULL pointer dereferencing
2014-04-09 Dmitry StogovFixed NULL pointer dereferencing
2014-04-09 Dmitry StogovUnset CV before calling zval_ptr_dtor(), because its...
2014-04-09 Dmitry StogovFixed generator destruction
2014-04-09 Dmitry StogovFixed store of "shared" zend_strings
2014-04-08 Dmitry StogovFixed destruction of objects and iterators on unclean...
2014-04-07 Dmitry StogovOptimized ASSIGN_OP
2014-04-07 Dmitry StogovIS_CONST can't be a reference
2014-04-07 Dmitry StogovOptimized ZEND_FETCH_R and family
2014-04-07 Dmitry StogovRefactored zend_hash_* iteration API zend_hash_fove_for...
2014-04-07 Dmitry StogovAllocate HashTable->arData and HashTable->arHash at...
2014-04-07 Dmitry StogovCleanup
2014-04-07 Dmitry StogovOptimized ISSET_ISEMPTY_DIM_OBJ
2014-04-07 Dmitry Stogov"incremental" hash bucket initialization
2014-04-07 Dmitry Stogovdon't use memset() for array of zval initialization
2014-04-07 Dmitry StogovUse macros
2014-04-04 Dmitry StogovAvoid double zval copying in ZEND_SEND_VAL and zend_sen...
2014-04-04 Dmitry StogovOptimized ZEND_FETCH_DIM_*
2014-04-04 Dmitry StogovRefactored IS_INDIRECT IS_VAR passing between opcodes...
2014-04-04 Dmitry StogovTergets of ASSIGN and ASSIGN_REF don't have to be initi...
2014-04-04 Dmitry StogovOptimized RECV_* opcodes
2014-04-03 Dmitry StogovConstant duplication optimization
2014-04-03 Dmitry StogovVarious VM optimizations
2014-04-03 Dmitry StogovASSIGN_REF optimization
2014-04-03 Dmitry StogovRefactored ZVAL flags usage to simplify various checks...
2014-04-02 Dmitry StogovChanged data layout to allow more efficient operations
2014-04-02 Dmitry StogovFixed 0 index handling
2014-04-01 Dmitry StogovAvoid unnecessary zval separations
2014-04-01 Dmitry StogovUse "fast" comparison function
2014-04-01 Dmitry StogovAvoid useless memset()
2014-04-01 Dmitry StogovAvoid unnecessary zval separations
2014-04-01 Dmitry StogovAvoid unnecessry reallocations
2014-04-01 Dmitry StogovAvoid unnecessry reallocations
2014-04-01 Dmitry StogovAvoid unnecessry reallocation
2014-04-01 Dmitry StogovUse interned strings for one character strings
2014-04-01 Dmitry StogovUse STR_COPY() instead of STR_DUP() where possible
2014-04-01 Dmitry StogovSTR_DUP() doesn't duplicate interned strings anymore...
2014-04-01 Dmitry StogovStore constant flags
2014-04-01 Dmitry StogovFixed parameter passing
2014-04-01 Dmitry StogovIn case the string can't be interned it must not be...
2014-04-01 Dmitry StogovExclude interned flags from constant flags
2014-04-01 Dmitry StogovAdded check for interned strings
2014-04-01 Dmitry StogovFixed char*/zend_string* mess
2014-04-01 Dmitry StogovFixed script size calculation
2014-04-01 Dmitry StogovKeep constnat flags
2014-04-01 Dmitry StogovFixed support for arg_info and type hinfing (TODO:...
2014-04-01 Dmitry Stogovfunction_name might be shared across few op_arrays...
2014-04-01 Dmitry StogovFixed optimizer
2014-03-31 Dmitry StogovFixed optimizer (incomplete)
2014-03-31 Dmitry StogovFixed interned strings support
2014-03-31 Dmitry Stogovfixes
2014-03-31 Dmitry StogovOptimizer related fixes (incomplete)
2014-03-31 Dmitry Stogovfixed craches at request shutdown and memory leaks
2014-03-31 Dmitry StogovMake opcache work (incomplete - optimizer doesn't work...
2014-03-30 Xinchen HuiFixed null pointer dereference
2014-03-30 Xinchen HuiFixed smart_str_setl
2014-03-29 Xinchen HuiFixed retval for ps_call_handler
2014-03-29 Xinchen HuiMerge branch 'refactoring2' of github.com:zendtech...
2014-03-29 Xinchen HuiRefactor session (incompleted)
2014-03-28 Dmitry Stogovext/opcache refactoring (incomplete)
2014-03-28 Xinchen HuiRefactor session (incompleted)
2014-03-27 Dmitry StogovRefactored data structures to keep zend_object* instead...
2014-03-27 Dmitry StogovFixed support for references & cleanup
2014-03-27 Dmitry Stogovcleanup
2014-03-27 Dmitry StogovFixed memory leak
2014-03-27 Dmitry StogovUse CV variable offset instead of CV variable number
2014-03-27 Dmitry StogovCleanup
2014-03-27 Dmitry StogovUse ZVAL_DEREF() macro
2014-03-27 Dmitry StogovReplaced (Z_TYPE(x) == IS_REFERENCE) with (Z_ISREF(x))
2014-03-27 Dmitry StogovTypo
2014-03-27 Dmitry StogovInlined "slow" CV lookup code (now it's cheap)
2014-03-26 Dmitry StogovFixed support for references
2014-03-26 Dmitry StogovFixed symbol table detaching
2014-03-26 Dmitry StogovFixed extract() support IS_INDIRECT
2014-03-26 Dmitry Stogovfixed support for references
2014-03-26 Xinchen HuiMerge branch 'refactoring2' of github.com:zendtech...
2014-03-26 Xinchen HuiRefactor session (incompleted)
2014-03-26 Dmitry StogovRefactored IS_INDIRECT usage for CV and object properti...
2014-03-25 Dmitry StogovFixed test (scalar values don't have reference counters...)
2014-03-24 Xinchen HuiFixed segfault due to incompleted refactoring
2014-03-24 Xinchen HuiIt's a tradition return NULL on error of args parsing
2014-03-24 Xinchen HuiFixed smart_str0 for empty str(more friendly for user?)
2014-03-24 Xinchen HuiFixed memleak temporary
2014-03-24 Xinchen HuiFixed encoding list building while array arg
2014-03-24 Xinchen HuiFixed tests (mysqlnd only)
2014-03-24 Xinchen HuiRefactor mbstring (incompleted)
2014-03-23 Xinchen HuiRefactor mbstring (incompleted)
2014-03-23 Xinchen HuiRefactor mbstring (incompleted)
2014-03-23 Xinchen HuiRefactor ext/mysql
2014-03-21 Dmitry StogovFixed wrong assignment
2014-03-21 Dmitry StogovFixed refcounting
2014-03-21 Dmitry StogovFixed refcounting
2014-03-21 Dmitry StogovCleanup
next