]> granicus.if.org Git - php/shortlog
php
2014-03-02 Xinchen HuiThis should be a real problem
2014-03-01 Xinchen HuiFixed SplPriorityQueue's free_obj
2014-02-28 Dmitry StogovTemporary fix for reference counting
2014-02-28 Dmitry StogovFixed refcounting
2014-02-28 Dmitry StogovFixed user stream filters
2014-02-28 Xinchen HuiMerge branch 'refactoring2' of github.com:zendtech...
2014-02-28 Xinchen HuiFixing spl_autoload functional (one test failed due...
2014-02-28 Xinchen HuiFixed autoload_func_info using zval instead of zval *
2014-02-28 Xinchen HuiFixed uninilized intern
2014-02-28 Xinchen HuiFixed offset_key
2014-02-28 Xinchen HuiFixed refcount handling
2014-02-28 Xinchen HuiTemporary fix zcontext
2014-02-28 Dmitry StogovFixed ini_get_all()
2014-02-28 Dmitry StogovRedesigned SRR_OFFSET handling
2014-02-28 Dmitry StogovFixed access to undefined properties
2014-02-28 Dmitry StogovFixed NULL pointer dereferencing
2014-02-28 Dmitry StogovFixed closures in static methods
2014-02-28 Dmitry StogovFixed support for references
2014-02-28 Dmitry StogovFixed array_push()
2014-02-28 Dmitry StogovFixed uninitialized zval
2014-02-28 Dmitry StogovFixed method argument parsing
2014-02-28 Xinchen HuiMerge branch 'refactoring2' of github.com:zendtech...
2014-02-28 Xinchen HuiRefactored spl_filesystem_iterator
2014-02-28 Dmitry StogovFixed memory leak
2014-02-28 Dmitry StogovFixed memory leak
2014-02-28 Dmitry StogovFixed memory leaks
2014-02-28 Dmitry StogovFixed memory leak
2014-02-28 Dmitry StogovFixed __COMPILER_HALT_OFFSET handling
2014-02-28 Xinchen HuiWe need to stash the object_ptr in fci
2014-02-28 Dmitry StogovFixed get_defined_functions()
2014-02-28 Dmitry StogovFixed isset($str[$double])
2014-02-28 Dmitry StogovFixed IS_REFERENCE support
2014-02-28 Dmitry StogovFixed SEPARATE_ZVAL_IF_REF()
2014-02-28 Xinchen HuiFixed un-initilized iterator in DirectoyItrator
2014-02-28 Xinchen HuiFixed Z_ADDREF
2014-02-28 Xinchen HuiMerge branch 'refactoring2' of github.com:zendtech...
2014-02-28 Dmitry StogovFixed SEPARATE_ZVAL() to support objects and resources
2014-02-28 Xinchen HuiAdd zend_iterator_dtor
2014-02-28 Dmitry StogovConverting from reference to regular value
2014-02-28 Dmitry StogovFixed return value handling in ZEND_ASSIGN_OBJ
2014-02-28 Xinchen HuiRevert "Move zend_objects_store_put out of zend_object_...
2014-02-28 Xinchen HuiFixed typo in previous commit
2014-02-28 Xinchen HuiFixed module name printing
2014-02-28 Xinchen HuiMove zend_objects_store_put out of zend_object_std_init
2014-02-28 Xinchen HuiMerge branch 'refactoring2' of github.com:zendtech...
2014-02-27 Dmitry StogovFixed support for IS_REFERENCE
2014-02-27 Dmitry StogovFixed FETCH_OBJ_UNSET, FETCH_DIM_UNSET
2014-02-27 Dmitry StogovI don't know how to fix it
2014-02-27 Dmitry StogovTemporarry commented
2014-02-27 Dmitry StogovFixed reference counting
2014-02-27 Dmitry Stogovfixed refcounting in "$a->magic_prop += 2"
2014-02-27 Dmitry StogovFixed ASSIGN_OBJ with IS_TMP and IS_CONST operand
2014-02-27 Dmitry StogovFixed memory leak
2014-02-27 Dmitry StogovFixed ASSIGN of IS_REFERENCE (it should be separated)
2014-02-27 Xinchen HuiUnused element
2014-02-27 Xinchen HuiFixed object creating (std_init calls store_put now)
2014-02-27 Dmitry StogovFixed refcounting
2014-02-27 Dmitry StogovFixed __get() related memleak
2014-02-27 Dmitry StogovFixed constant expressions in array indeces handling
2014-02-27 Dmitry StogovVarious fixes related to read_property(), read_dimensio...
2014-02-27 Dmitry StogovMerge branch 'refactoring2' of github.com:zendtech...
2014-02-27 Dmitry StogovRefactored read_property() and read_dimension() handlers
2014-02-27 Xinchen HuiRefactoring zend_iterator (incompleted)
2014-02-27 Dmitry StogovTemporary refcounting fix
2014-02-27 Xinchen HuiMerge branch 'refactoring2' of github.com:zendtech...
2014-02-27 Dmitry StogovTemporarry refcounting fix
2014-02-27 Dmitry StogovFixed empty()
2014-02-27 Dmitry StogovResource closing without destruction
2014-02-26 Dmitry StogovFixed return anf yield by reference
2014-02-26 Dmitry StogovTemporary memory leak fix (should be done in a better...
2014-02-26 Dmitry StogovFixed user iterator creation
2014-02-26 Dmitry StogovFixed argument unpacking
2014-02-26 Dmitry Stogovifixed foreach() by reference
2014-02-26 Dmitry StogovTemorary fix for implicit IS_CV conversion into IS_INDI...
2014-02-26 Dmitry StogovFixed iterators API. zend_iterator_init() has to be...
2014-02-26 Dmitry StogovMerge branch 'refactoring2' of github.com:zendtech...
2014-02-26 Dmitry StogovGenerator related fixes
2014-02-26 Xinchen HuiFixed memory leak
2014-02-26 Xinchen HuiFixed error msg
2014-02-26 Xinchen HuiFixed memory leak
2014-02-26 Xinchen HuiRe-fixed unserialize
2014-02-26 Xinchen HuiRevert "Fixed unserialize implementation (it's complica...
2014-02-26 Xinchen HuiMerge branch 'refactoring2' of github.com:zendtech...
2014-02-26 Xinchen HuiFixed unserialize implementation (it's complicated...
2014-02-26 Xinchen HuiFixed class name usage
2014-02-26 Xinchen HuiFixed reference handling in zif_unserialize
2014-02-26 Xinchen HuiFixed has_propery
2014-02-26 Xinchen HuiFixed reference handling in serialize/unserialize
2014-02-25 Dmitry StogovReflection related fixes
2014-02-25 Dmitry StogovFixed refcounting
2014-02-25 Dmitry StogovFixed refcounting
2014-02-25 Dmitry StogovFixed user streams handling
2014-02-25 Dmitry StogovFixed handling of "static" variables
2014-02-25 Dmitry StogovFixed EG(error_zval) handling
2014-02-25 Dmitry StogovFixed support for references
2014-02-25 Dmitry StogovFixed memory leaks
2014-02-25 Dmitry StogovFixed foreach() over object properties
2014-02-25 Dmitry StogovFixed debug backtrace
2014-02-25 Dmitry StogovFixed reflection object destruction
2014-02-25 Dmitry StogovTHIS MAY BE A REAL PROBLEM
next