]> granicus.if.org Git - php/shortlog
php
2014-03-11 Dmitry StogovFixed passing arguments by reference from internal...
2014-03-11 Dmitry StogovFixed reference handling
2014-03-11 Dmitry StogovReverted wrong fix
2014-03-11 Xinchen HuiReview ended
2014-03-10 Xinchen HuiAn demo(for review) to show how to fix the problem...
2014-03-10 Xinchen HuiRevert "An demo(for review) to show how to fix the...
2014-03-10 Xinchen HuiAn demo(for review) to show how to fix the problem...
2014-03-10 Xinchen HuiFixed warning mesg
2014-03-09 Xinchen HuiAll tests passed in ext/standard/tests/dir now
2014-03-09 Xinchen HuiUse list_close here (by ext/standard/tests/dir/closedir...
2014-03-09 Xinchen HuiIS_REFERENCE is unfrequent
2014-03-09 Xinchen HuiUse list_close here to fix ext/standard/tests/file...
2014-03-09 Xinchen HuiFixed ref hanlding in ADD_ARRAY_ELEMENT (by ext/standar...
2014-03-09 Xinchen HuiFixed wrong addref usage in extract
2014-03-09 Xinchen HuiFixed memleak while sending IS_REFERENCE
2014-03-09 Xinchen HuiFixed parse_ini_file
2014-03-09 Xinchen HuiFixed double free in parse_ini_string
2014-03-08 Xinchen HuiFixing SplFixedArray (this probably will be revert...
2014-03-08 Xinchen HuiRefactor SplObjectStorage make it works
2014-03-07 Dmitry StogovFixed assignment to reference
2014-03-07 Xinchen HuiImprove codes
2014-03-07 Dmitry StogovFixed char*/zend_string* inconsistency
2014-03-07 Dmitry StogovTemporary fix memory leaks
2014-03-07 Dmitry StogovFixed refcounting
2014-03-07 Dmitry StogovTemporary fix memory leaks
2014-03-07 Dmitry StogovTemporary fix memory leaks
2014-03-07 Dmitry StogovFixed string length
2014-03-07 Dmitry StogovFixed pass by reference special cases
2014-03-07 Dmitry StogovFixed refcounting
2014-03-07 Xinchen HuiFixed bug codes in stream_resolve_include_path....
2014-03-07 Xinchen HuiFixed memory leak (double array_init)
2014-03-07 Xinchen HuiForgot to remove unused codes
2014-03-07 Xinchen HuiRefactor reference handling
2014-03-07 Xinchen HuiMerge branch 'refactoring2' of github.com:zendtech...
2014-03-07 Xinchen HuiFixed invalid pointer usage (tests/output/ob_start_call...
2014-03-07 Dmitry StogovFixed return by reference
2014-03-07 Dmitry StogovFixed support for references
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
next