]> granicus.if.org Git - php/shortlog
php
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 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
2014-02-25 Dmitry StogovFixed crach because of dereferencing of NULL pointer
2014-02-25 Dmitry StogovFixed memory leak
2014-02-25 Dmitry StogovChanges zend_is_callable() to use zend_string* instead...
2014-02-25 Dmitry StogovMerge branch 'refactoring2' of github.com:zendtech...
2014-02-25 Xinchen Huizend_hash_add might return NULL in ext/standard/tests...
2014-02-25 Xinchen HuiFixed asseration fail
2014-02-25 Xinchen HuiFixed wrong hash_zval_identical_function
2014-02-25 Xinchen HuiFixed NULL pointer dereference
2014-02-25 Xinchen HuiFixed test fail in ext/standard/tests/serialize/bug6435...
2014-02-25 Dmitry StogovFixed IS_REFERENCE handling
2014-02-25 Dmitry StogovFixed user error handler invocation (temporary disabled...
2014-02-25 Dmitry StogovFixed converting IS_REFERENCE to string
2014-02-25 Dmitry StogovFixed POST_INC/POST_DEC
2014-02-25 Dmitry StogovFixed dynamic properies table construction
2014-02-25 Xinchen HuiFixed segfaults
2014-02-25 Xinchen HuiDon't add_ref in add_*_str functions
2014-02-25 Xinchen HuiFixed memory leak in ext/standard/tests/strings/quoteme...
2014-02-25 Xinchen HuiFixed momory leak in heberv
2014-02-25 Xinchen HuiRefactor php_crypt to returning zend_string
2014-02-25 Xinchen HuiFixed segfault in ext/standard/tests/strings/money_form...
2014-02-25 Xinchen HuiFixed array comparation
2014-02-25 Xinchen HuiFixed memory leak in setlocale
2014-02-25 Xinchen HuiFixed NULL pointer dereference in ext/standard/tests...
2014-02-24 Dmitry StogovFixed traits support
2014-02-24 Dmitry StogovBetter IS_REFERENCE handling
2014-02-24 Dmitry StogovFixed double free
2014-02-24 Dmitry StogovFixed debug_backtrace
2014-02-24 Dmitry StogovFixed comparison od references
2014-02-24 Dmitry StogovFixed $this handling
2014-02-24 Dmitry StogovSupport for IS_REFERENCE
2014-02-24 Dmitry StogovFixed create_function()
2014-02-24 Dmitry StogovMore constant related fixes
2014-02-24 Dmitry StogovMerge branch 'refactoring2' of github.com:zend-dev...
2014-02-24 Dmitry Stogovfixed support for constant expressions
2014-02-24 Xinchen HuiRefactor base64 to returning zend_string
2014-02-24 Xinchen HuiRefactor php_uu(en/de)code to returning zend_string
2014-02-24 Xinchen HuiMerge branch 'refactoring2' of github.com:zendtech...
2014-02-24 Xinchen HuiFixed memory leak in strrev
2014-02-24 Xinchen HuiRefactoring php_stream_copy_to_mem to return zend_string
2014-02-24 Dmitry StogovFixed wrong condition
2014-02-24 Dmitry StogovFixed new dynamic propery creation
2014-02-24 Dmitry StogovFixed object to string conversion
2014-02-24 Xinchen HuiFixed memory leak in str_pad
2014-02-24 Xinchen HuiFixed memory leak in nlbr
2014-02-24 Xinchen HuiRefactor chunk_split returning zend_string to avoid...
2014-02-24 Dmitry StogovFixed arg_info[].class_name destruction
2014-02-24 Xinchen HuiFixed wrong array to string convertion
next