]> granicus.if.org Git - php/shortlog
php
2014-03-07 Xinchen HuiFixed asseration failed in ob_get_status
2014-03-07 Xinchen HuiFixed numeric string handling length
2014-03-07 Xinchen HuiFixed IS_REFERENCE handling in sort()
2014-03-07 Xinchen HuiIS_REFERENCE is unfrequent
2014-03-06 Dmitry StogovFixed guard support in magic method __set()
2014-03-06 Dmitry StogovFixed __FILE__ and __METHOD__ constants
2014-03-06 Dmitry StogovFixed refcounting
2014-03-06 Dmitry StogovFixed test
2014-03-06 Dmitry StogovFixed dynamic properties cloning
2014-03-06 Dmitry StogovFixed memory leak
2014-03-06 Dmitry StogovAdded check
2014-03-06 Xinchen HuiFixed IS_REFERENCE handling in preg_match
2014-03-06 Xinchen HuiSecond argument of call_user_method is ref
2014-03-06 Xinchen HuiHave no idea why I changed it to 0 in 70ddc853
2014-03-06 Xinchen HuiFixed refcounted on INTERNED string
2014-03-06 Xinchen HuiTo be consistent with old PHP in is_callable(do we...
2014-03-06 Dmitry StogovFixed ArrayAccess behavior
2014-03-06 Dmitry StogovFixed possible HashTable modification in its destructor
2014-03-06 Dmitry StogovFixed uninitialized value
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
next