]> granicus.if.org Git - php/shortlog
php
2014-03-19 Dmitry StogovFixed assignment reference to itself
2014-03-19 Dmitry StogovGC cleanup
2014-03-19 Dmitry StogovGC cleanup
2014-03-19 Dmitry StogovGC related fix
2014-03-19 Dmitry StogovFixed double free
2014-03-19 Dmitry StogovRefactored GC (incomplete)
2014-03-18 Dmitry StogovFixed zend_string*/char* mess
2014-03-18 Dmitry StogovFixed cleanup on request shutdown
2014-03-18 Dmitry StogovFixed tests
2014-03-18 Dmitry StogovFixed support for references
2014-03-18 Dmitry StogovFixed reference separation
2014-03-18 Dmitry StogovFixed stream_filter_remove()
2014-03-18 Dmitry StogovFixed memory leak
2014-03-18 Dmitry StogovFixed URL scanner
2014-03-17 Dmitry StogovFixed error logging with date
2014-03-17 Dmitry StogovFixed tests (scalar don't have reference counter, other...
2014-03-17 Dmitry StogovFixed get_browser()
2014-03-17 Dmitry StogovFixed stream notifier
2014-03-17 Dmitry StogovRefactored EG(active_symbol_table) to be zend_array...
2014-03-17 Dmitry StogovFixed string length
2014-03-17 Xinchen HuiFixed COUNT_RECURSIVE reference handling
2014-03-17 Dmitry StogovFixed test (the expected output and master behavior...
2014-03-17 Dmitry StogovFixed ext/ereg problems
2014-03-17 Dmitry StogovFixed serialize/unserialize problems
2014-03-17 Xinchen HuiFixed function name comparation
2014-03-17 Xinchen HuiFixed add_ref asseration fail
2014-03-17 Xinchen HuiRefactor reflection_object to fix bug after default_pro...
2014-03-17 Xinchen HuiFixed NULL pointer dereference
2014-03-16 Xinchen HuiForgot fix similar issue in spl_recursive_it_get_method
2014-03-16 Xinchen HuiFixed spl_dual_it_get_method
2014-03-16 Xinchen HuiFixed segfault (invalid free handling)
2014-03-16 Xinchen HuiFixed memory leak while cloning (All tests passes now...
2014-03-16 Xinchen HuiFixed tests, reflection doesn't return reference anymore
2014-03-16 Xinchen HuiRefactor date to fixed bug after default_properties...
2014-03-16 Xinchen HuiFixed wrong md5 str length
2014-03-16 Xinchen HuiReflection doesn't return ref anymore
2014-03-16 Xinchen HuiFixed string handling in ext/spl/tests/recursive_tree_i...
2014-03-16 Xinchen HuiFixed reference handling in pcre_grep
2014-03-16 Xinchen HuiFixed reference arg hanlding in pcre_replace
2014-03-16 Xinchen HuiRefactor php_pcre_replace to return zend_string
2014-03-15 Xinchen HuiShould not release container before dup
2014-03-15 Xinchen HuiIS_UNDEF should never goes to user script land
2014-03-15 Xinchen HuiFixed typo
2014-03-15 Xinchen HuiFixed bug codes in SplFileInfo::getExtension
2014-03-15 Xinchen HuiFixed refcounted
2014-03-15 Xinchen HuiRefactor Spl_Directory to fixed bug after default_prope...
2014-03-15 Xinchen HuiFixed several bugs in spl_autoload
2014-03-15 Xinchen HuiFixed memory leak while add_mem faile
2014-03-15 Xinchen HuiFixed refcount asseration
2014-03-15 Xinchen HuiRefactor Spl_Heap to fixed bug after default_properties...
2014-03-15 Xinchen HuiRefactor Spl_Iterators to fixed default_properties...
2014-03-15 Xinchen HuiRefactored Spl_Dllist to fixed zend_object->default_pro...
2014-03-15 Xinchen HuiRefactored Spl_Arrary to fixed zend_object->default_pro...
2014-03-15 Xinchen HuiFixed fixed_array returning initializing
2014-03-15 Xinchen HuiFixed fixedarray iterator fetching
2014-03-15 Xinchen HuiFixed fixed_array fetching
2014-03-14 Dmitry StogovFixed various CLI problems
2014-03-14 Dmitry StogovFixed refcounting
2014-03-14 Dmitry StogovDon't include trailing zero into hash caclculation
2014-03-14 Dmitry StogovFixed reference support
2014-03-14 Dmitry StogovFixed support for references
2014-03-13 Dmitry StogovFixed support for references
2014-03-13 Dmitry StogovFixed test (scalars don;t have reference counter any...
2014-03-13 Dmitry StogovFixed support for references
2014-03-13 Dmitry StogovREFERENCE is always REFCOUNTED
2014-03-13 Dmitry StogovFixed reference conversion
2014-03-13 Dmitry StogovFixed reference support
2014-03-13 Dmitry StogovFixed foreach (now we store HashPointer in additional...
2014-03-13 Dmitry StogovFixed autoconversion from reference to ordinal value
2014-03-13 Dmitry StogovFixed test
2014-03-12 Dmitry StogovFixed IS_INDIRECT handling when assign array element...
2014-03-12 Dmitry StogovFixed reference afto conversion
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
next