]> granicus.if.org Git - php/shortlog
php
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
2014-03-21 Dmitry Stogovdon't mark zvals as rotts if they are already processed...
2014-03-21 Dmitry Stogovcosure->debug_info is not a subject for GC
2014-03-21 Dmitry StogovFixed reference counting
2014-03-21 Dmitry StogovTypo
2014-03-21 Dmitry StogovFixed CV IS_INDIRECT support
2014-03-21 Dmitry StogovFixed refcounting
2014-03-21 Dmitry Stogovdon't keep useless objects till the end of the script...
2014-03-21 Dmitry StogovFixed static data cleanup
2014-03-21 Dmitry StogovFixed refcounting
2014-03-21 Dmitry StogovFixed refcounting
2014-03-20 Dmitry StogovFixed refcounting (proper fix)
2014-03-20 Dmitry StogovFixed refcounting
2014-03-20 Dmitry StogovFixed invalid free
2014-03-20 Dmitry StogovFixed iterator dtor
2014-03-20 Dmitry StogovIterator has to be properly closed
2014-03-20 Dmitry Stogovcheck if object store was freed before accessing partic...
2014-03-20 Dmitry StogovFixed passing argument by refefence from internal functions
2014-03-20 Dmitry StogovFixed tests (now objects are counted only once)
2014-03-20 Dmitry StogovReverted 07fcdc40a0f2af388cff2b6083149a0dd8584003
2014-03-20 Dmitry StogovFixed GC
2014-03-20 Dmitry StogovFixed circular array copying
2014-03-20 Dmitry Stogovfixed compilation warning
2014-03-19 Dmitry StogovFixed GC
2014-03-19 Dmitry StogovFixed memory leak
2014-03-19 Dmitry StogovImproved GC compatibility
2014-03-19 Dmitry StogovFixed assignment of "new" by reference
2014-03-19 Dmitry StogovMark objects that are going to be deleted
2014-03-19 Dmitry StogovMore accurate zval comparison
2014-03-19 Dmitry StogovFixed assignment reference to itself
2014-03-19 Dmitry StogovGC cleanup
2014-03-19 Dmitry StogovGC cleanup
2014-03-19 Dmitry StogovGC related fix
2014-03-19 Dmitry StogovFixed double free
2014-03-19 Dmitry StogovRefactored GC (incomplete)
2014-03-18 Dmitry StogovFixed zend_string*/char* mess
2014-03-18 Dmitry StogovFixed cleanup on request shutdown
2014-03-18 Dmitry StogovFixed tests
2014-03-18 Dmitry StogovFixed support for references
next