]> granicus.if.org Git - php/shortlog
php
2014-03-06 Dmitry StogovFixed string offset handling
2014-03-06 Xinchen HuiFixed wrong fix for tmpbuf
2014-03-06 Xinchen HuiFixed IS_REFERENCE handling
2014-03-06 Xinchen HuiFixed wrong merges
2014-03-06 Xinchen HuiMerge branch 'refactoring2' of github.com:zendtech...
2014-03-06 Xinchen HuiFixed memory leak in ext/standard/tests/strings/str_wor...
2014-03-06 Xinchen HuiFixed memory leak in ext/standard/tests/time/strptime_p...
2014-03-06 Xinchen HuiFixed memory leak in vfprintf
2014-03-06 Dmitry StogovFixed memory leak
2014-03-06 Xinchen HuiFixed memory leak in getimagesize
2014-03-06 Dmitry StogovFixed memory leaks
2014-03-06 Xinchen HuiIS_REFERENCE is unfrequent
2014-03-06 Xinchen HuiMerge branch 'refactoring2' of github.com:zendtech...
2014-03-06 Xinchen HuiFixed memory leak in vsprintf
2014-03-06 Dmitry StogovFixed IS_REFERENCE support
2014-03-06 Xinchen HuiMerge branch 'refactoring2' of github.com:zendtech...
2014-03-06 Xinchen HuiMerge branch 'refactoring2' of github.com:zendtech...
2014-03-06 Dmitry StogovInternal functions may return (e.g. on wrong arguments...
2014-03-06 Dmitry StogovFixed refcounting
2014-03-06 Dmitry StogovFixed ArrayAccess handling
2014-03-06 Xinchen HuiMerge branch 'refactoring2' of github.com:zendtech...
2014-03-06 Dmitry StogovIS_REFERENCE with refcount==1 should be handled as...
2014-03-06 Xinchen HuiMerge branch 'refactoring2' of github.com:zendtech...
2014-03-05 Dmitry StogovFixed passing reference by value in call_user_func()
2014-03-05 Dmitry StogovFixed Generator::throw()
2014-03-05 Dmitry StogovFixed support for undefined constants in RECV_INIT
2014-03-05 Dmitry StogovFixed "foreach ($reference as $val)"
2014-03-05 Xinchen HuiFixed zend_is_true to support IS_REFERENCE
2014-03-05 Xinchen HuiInvalid free of args("+")
2014-03-05 Dmitry StogovFixed hidden property handling
2014-03-05 Dmitry StogovIt's not possible to create reference to string-offset
2014-03-05 Dmitry StogovFixed array_nultisort() to support IS_REFERENCE
2014-03-05 Dmitry StogovFixed by reference parameter passing from internal...
2014-03-05 Dmitry StogovFixed string lengths
2014-03-05 Dmitry StogovReverted "efree(args);" removed by mistake
2014-03-05 Dmitry StogovMerge branch 'refactoring2' of github.com:zendtech...
2014-03-05 Dmitry StogovTemporary fix for lazy symbol table initialization...
2014-03-05 Xinchen HuiFixed wrong hash value in ext/standard/tests/array...
2014-03-05 Xinchen HuiFixed refcounted handling
2014-03-05 Xinchen HuiFixed refcounted
2014-03-05 Xinchen HuiMerge branch 'refactoring2' of github.com:zendtech...
2014-03-05 Xinchen HuiFixed refcounted
2014-03-05 Dmitry StogovHandle interned strings as non-refcounted scalars
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
next