]> granicus.if.org Git - php/shortlog
php
2014-03-21 Dmitry StogovFixed CV IS_INDIRECT support
2014-03-21 Dmitry StogovFixed refcounting
2014-03-21 Dmitry Stogovdon't keep useless objects till the end of the script...
2014-03-21 Dmitry StogovFixed static data cleanup
2014-03-21 Dmitry StogovFixed refcounting
2014-03-21 Dmitry StogovFixed refcounting
2014-03-20 Dmitry StogovFixed refcounting (proper fix)
2014-03-20 Dmitry StogovFixed refcounting
2014-03-20 Dmitry StogovFixed invalid free
2014-03-20 Dmitry StogovFixed iterator dtor
2014-03-20 Dmitry StogovIterator has to be properly closed
2014-03-20 Dmitry Stogovcheck if object store was freed before accessing partic...
2014-03-20 Dmitry StogovFixed passing argument by refefence from internal functions
2014-03-20 Dmitry StogovFixed tests (now objects are counted only once)
2014-03-20 Dmitry StogovReverted 07fcdc40a0f2af388cff2b6083149a0dd8584003
2014-03-20 Dmitry StogovFixed GC
2014-03-20 Dmitry StogovFixed circular array copying
2014-03-20 Dmitry Stogovfixed compilation warning
2014-03-19 Dmitry StogovFixed GC
2014-03-19 Dmitry StogovFixed memory leak
2014-03-19 Dmitry StogovImproved GC compatibility
2014-03-19 Dmitry StogovFixed assignment of "new" by reference
2014-03-19 Dmitry StogovMark objects that are going to be deleted
2014-03-19 Dmitry StogovMore accurate zval comparison
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
next