]> granicus.if.org Git - php/shortlog
php
2014-03-27 Dmitry StogovReplaced (Z_TYPE(x) == IS_REFERENCE) with (Z_ISREF(x))
2014-03-27 Dmitry StogovTypo
2014-03-27 Dmitry StogovInlined "slow" CV lookup code (now it's cheap)
2014-03-26 Dmitry StogovFixed support for references
2014-03-26 Dmitry StogovFixed symbol table detaching
2014-03-26 Dmitry StogovFixed extract() support IS_INDIRECT
2014-03-26 Dmitry Stogovfixed support for references
2014-03-26 Xinchen HuiMerge branch 'refactoring2' of github.com:zendtech...
2014-03-26 Xinchen HuiRefactor session (incompleted)
2014-03-26 Dmitry StogovRefactored IS_INDIRECT usage for CV and object properti...
2014-03-25 Dmitry StogovFixed test (scalar values don't have reference counters...)
2014-03-24 Xinchen HuiFixed segfault due to incompleted refactoring
2014-03-24 Xinchen HuiIt's a tradition return NULL on error of args parsing
2014-03-24 Xinchen HuiFixed smart_str0 for empty str(more friendly for user?)
2014-03-24 Xinchen HuiFixed memleak temporary
2014-03-24 Xinchen HuiFixed encoding list building while array arg
2014-03-24 Xinchen HuiFixed tests (mysqlnd only)
2014-03-24 Xinchen HuiRefactor mbstring (incompleted)
2014-03-23 Xinchen HuiRefactor mbstring (incompleted)
2014-03-23 Xinchen HuiRefactor mbstring (incompleted)
2014-03-23 Xinchen HuiRefactor ext/mysql
2014-03-21 Dmitry StogovFixed wrong assignment
2014-03-21 Dmitry StogovFixed refcounting
2014-03-21 Dmitry StogovFixed refcounting
2014-03-21 Dmitry StogovCleanup
2014-03-21 Dmitry Stogovdon't mark zvals as rotts if they are already processed...
2014-03-21 Dmitry Stogovcosure->debug_info is not a subject for GC
2014-03-21 Dmitry StogovFixed reference counting
2014-03-21 Dmitry StogovTypo
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
next