]> granicus.if.org Git - php/shortlog
php
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
2014-02-24 Xinchen HuiFixed invalid write in vsprintf tests
2014-02-24 Dmitry StogovFixed error messages
2014-02-24 Dmitry StogovMerge branch 'refactoring2' of github.com:zend-dev...
2014-02-24 Dmitry StogovFixed IS_RESOURCE handling
2014-02-24 Xinchen HuiMerge branch 'refactoring2' of github.com:zendtech...
2014-02-24 Xinchen HuiFixed NULL pointer dereference in ext/standard/tests...
2014-02-24 Dmitry StogovMerge branch 'refactoring2' of github.com:zend-dev...
2014-02-24 Dmitry StogovZEND_CATCH support for IS_INDIRECT
2014-02-24 Xinchen HuiFixed wrong size of key length
2014-02-24 Xinchen HuiMerge branch 'refactoring2' of github.com:zendtech...
2014-02-24 Dmitry StogovASSIGN_REF related fixes
2014-02-24 Xinchen HuiFixed memory leak in ext/standard/tests/strings/bug2409...
2014-02-24 Xinchen HuiFixed NULL pointer dereference in php_url_encode_hash_ex
2014-02-24 Xinchen HuiFixed memory leak in substr_replace
2014-02-24 Dmitry StogovFixed zend_rebuild_symbol_table() using IS_INDIRECT
2014-02-24 Dmitry StogovFixed ++/-- of references
2014-02-24 Xinchen HuiNow we always ZVAL_DUP args[argnum] now (in ed8691b2)
2014-02-24 Xinchen HuiRevert "Fixed segfault in ext/standard/tests/strings...
2014-02-24 Xinchen HuiFixed several memory leaks
2014-02-24 Xinchen HuiRefactor php_addslashes using zend_string
2014-02-23 Xinchen HuiFixed segfault in ext/standard/tests/strings/fprintf_va...
2014-02-23 Xinchen HuiFixed segfault in ext/standard/tests/strings/bug49785...
2014-02-23 Xinchen HuiFixed the memroy leak first (refactor it later)
2014-02-23 Xinchen HuiMissing handling of IS_REF in ext/standard/tests/string...
2014-02-23 Xinchen HuiRefactor php_str_to_str returning zend_string
2014-02-23 Xinchen HuiFixed wrong zend_string usage in ext/standard/tests...
2014-02-23 Xinchen HuiFixed inproper IS_REF handling in ext/standard/tests...
2014-02-23 Xinchen HuiFixed memory leak ext/standard/tests/strings/bug21453...
2014-02-23 Xinchen HuiFixed test ext/standard/tests/strings/bug26817.php
2014-02-23 Xinchen HuiFixed memory leak in ext/standard/tests/strings/bug2092...
2014-02-23 Xinchen HuiRefactor basename using zend_string
2014-02-22 Xinchen HuiRefactor php_addcslashes using zend_string
2014-02-22 Xinchen HuiFixed memory leak in ext/standard/tests/strings/005.php
2014-02-22 Xinchen HuiFixed segfault in ext/standard/tests/strings/bug24208.php
2014-02-22 Xinchen HuiNo refcounted type
2014-02-21 Dmitry StogovFixed error messages
2014-02-21 Dmitry StogovFixed char/zend_string mesh
2014-02-21 Dmitry StogovFixed constant name construction
2014-02-21 Dmitry StogovFixed improper deallocation
2014-02-21 Dmitry StogovUse better data structures (incomplete)
2014-02-21 Dmitry StogovUse better data structures (incomplete)
2014-02-21 Dmitry StogovFixed error messages
2014-02-21 Dmitry StogovFixed error messages
2014-02-21 Dmitry StogovFixed assertions
2014-02-21 Dmitry StogovFix Z_COUNTED() -> Z_REFCOUNTED()
2014-02-21 Dmitry StogovFixed get_object_vars()
2014-02-21 Dmitry StogovMerge branch 'refactoring2' of github.com:zend-dev...
2014-02-21 Xinchen HuiRevert "Use zend_string for arg_info to fixed segfault...
2014-02-21 Dmitry StogovMerge branch 'refactoring2' of github.com:zend-dev...
2014-02-21 Dmitry StogovFixed compound name resolution
2014-02-21 Xinchen HuiMerge branch 'refactoring2' of github.com:zendtech...
2014-02-21 Xinchen HuiFixed missed REFCOUNTED checking
2014-02-21 Xinchen HuiUse zend_string for arg_info to fixed segfault in Zend...
2014-02-21 Dmitry StogovFixed error messages
2014-02-21 Dmitry StogovFixed class_alias()
2014-02-21 Dmitry StogovFix non-zero terminated strings
2014-02-21 Dmitry StogovFixed __METHOD__ handling
2014-02-21 Xinchen HuiFixed test tests/classes/__call_007.php
2014-02-21 Dmitry StogovFixed array_unshift()
2014-02-21 Dmitry StogovFixed error messages
2014-02-21 Dmitry StogovFixed error messages
2014-02-21 Dmitry StogovFixed include_once() handling
2014-02-21 Dmitry StogovAll zend_parse_parameters("Z") has to be replaced with...
2014-02-21 Xinchen HuiFixed segfault due to invalid write
2014-02-21 Xinchen HuiFixed segfault due to missing REFCOUNTED check
2014-02-21 Xinchen HuiMerge branch 'refactoring2' of github.com:zendtech...
2014-02-21 Dmitry StogovFixed exception constructor
2014-02-21 Dmitry StogovFixed tests/run-test/test009.phpt
2014-02-21 Dmitry StogovWrong string destruction
2014-02-21 Xinchen HuiFixed segfault in ext/standard/tests/strings/addslashes...
next