]> granicus.if.org Git - php/shortlog
php
2014-03-05 Xinchen HuiFixed refcounted
2014-03-05 Xinchen Huiretval might be IS_UNDEF even the call is successed
2014-03-05 Xinchen HuiFixed NULL pointer def in ext/standard/tests/array...
2014-03-05 Xinchen HuiFixed NULL pointer dereference
2014-03-05 Xinchen HuiRemove "efree(args")
2014-03-05 Xinchen HuiCheckout refcounted before doing addref
2014-03-05 Xinchen HuiFixed memory leak (ext/standard/tests/file/stream_002...
2014-03-05 Xinchen HuiFixed segfault (op2 maybe equal to result)
2014-03-05 Dmitry StogovMerge branch 'refactoring2' of github.com:zendtech...
2014-03-05 Dmitry StogovArguments taken by internal functions using zend_parse_...
2014-03-05 Xinchen HuiFixed memory leak
2014-03-05 Xinchen HuiFixed unlink file
2014-03-05 Xinchen HuiFixed variable name register
2014-03-05 Xinchen HuiFixed name length in get_include_path
2014-03-05 Xinchen HuiFixed var_export reference handling
2014-03-05 Xinchen HuiFixed refcount showing
2014-03-05 Xinchen HuiFixed warning mesgs
2014-03-05 Xinchen HuiFixed segfault
2014-03-05 Xinchen HuiRefactor stream_get_record to return zend_string
2014-03-05 Xinchen HuiMerge branch 'refactoring2' of github.com:zendtech...
2014-03-05 Xinchen HuiFixed stream_cast
2014-03-04 Dmitry StogovFixied calling object closures from internal functions
2014-03-04 Dmitry StogovFixed IS_REFERENCE separation
2014-03-04 Dmitry StogovFixed passing by reference
2014-03-04 Dmitry StogovFixed test
2014-03-04 Dmitry StogovFixed return of references by value
2014-03-04 Dmitry StogovFixed dereferencing of value returned from function...
2014-03-04 Dmitry StogovFixed assign by reference
2014-03-04 Dmitry StogovEG(error_zval) must be passed as IS_INDIRECT
2014-03-04 Xinchen HuiFixed warning msg
2014-03-04 Xinchen HuiFixed memory leak temporary
2014-03-04 Xinchen HuiFixed memory leak
2014-03-04 Xinchen HuiFixed warning mesg
2014-03-04 Xinchen HuiFixed base64decode usage
2014-03-04 Dmitry StogovFixed next index insetion through magic function (...
2014-03-04 Dmitry StogovMerge branch 'refactoring2' of github.com:zendtech...
2014-03-04 Xinchen HuiFixed stream_select (incompeleted)
2014-03-04 Xinchen HuiFixed wrapper errors realted tests
2014-03-04 Dmitry StogovPassing symbol_table into user error handlers
2014-03-04 Dmitry StogovMerge branch 'refactoring2' of github.com:zendtech...
2014-03-04 Dmitry StogovFixed destruction of VM handler operands (FREE_OP1...
2014-03-03 Xinchen HuiParamter are references
2014-03-03 Xinchen HuiReturn empty string
2014-03-03 Xinchen HuiError message has been changed
2014-03-03 Dmitry StogovMerge branch 'refactoring2' of github.com:zendtech...
2014-03-03 Dmitry StogovFixed return_value destruction
2014-03-03 Xinchen HuiFixed wrong data type (all tests passed in ext/network...
2014-03-03 Xinchen HuiTemorary fixed memleak
2014-03-03 Xinchen HuiWrong type check
2014-03-03 Xinchen HuiFixed reference arguments handling
2014-03-03 Xinchen HuiRefactor gethostbyname to returing zend_string
2014-03-03 Xinchen HuiFixed fsockopen's reference argument handling
2014-03-03 Xinchen HuiFixed NULL pointer def
2014-03-03 Xinchen HuiFixed php_mail log
2014-03-03 Xinchen HuiElements in array could be reference
2014-03-03 Xinchen HuiMerge branch 'refactoring2' of github.com:zendtech...
2014-03-03 Xinchen HuiRefactor php_escape_shell_* to return zend_string
2014-03-03 Dmitry StogovFixed macros
2014-03-03 Xinchen HuiFixed get_cfg_var
2014-03-03 Xinchen HuiFixed typo in get_extension_funcs
2014-03-03 Xinchen HuiFixed memory leak in php_uname
2014-03-03 Xinchen HuiFixed proc_open's reference argument
2014-03-03 Xinchen HuiFixed serval segfaults
2014-03-03 Xinchen HuiFixed NULL pointer def
2014-03-03 Xinchen HuiUse stack memory here to avoid mem leak
2014-03-03 Xinchen HuiRefactor php_url_(en|de)code to return zend_string
2014-03-03 Xinchen HuiFixed memory leak
2014-03-03 Xinchen HuiFixed NULL pointer dereference
2014-03-02 Xinchen HuiRefactor _php_stream_scandir to avoid memleak
2014-03-02 Xinchen HuiFixed segfault in closedir
2014-03-02 Xinchen HuiFixed bug55871.phpt in another way, test script should...
2014-03-02 Xinchen HuiFixed php_implode with reference
2014-03-02 Xinchen HuiFixed str_replace count handling
2014-03-02 Xinchen HuiUse zend_string to avoid memleak
2014-03-02 Xinchen HuiFixed wrong condition (introduced by previous ci)
2014-03-02 Xinchen HuiFixed invalid free
2014-03-02 Xinchen HuiFixed zend_string
2014-03-02 Xinchen HuiFixed getClosureThis()
2014-03-02 Xinchen HuiFixed test
2014-03-02 Xinchen HuiFixed memory leak
2014-03-02 Xinchen HuiFixed php_info related
2014-03-02 Xinchen HuiFixed zend_string
2014-03-02 Xinchen HuiNot reference anymore
2014-03-02 Xinchen HuiFixed refcounting
2014-03-02 Xinchen HuiFixed reflection (incompeleted)
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
next