]> granicus.if.org Git - php/shortlog
php
2014-04-21 Dmitry StogovUse fast comparison function
2014-04-21 Dmitry StogovChiper __autoload() function caching
2014-04-21 Dmitry StogovAvoid string duplication
2014-04-21 Dmitry Stogovzend_isset_isempty_dim_prop_obj_handler() split into...
2014-04-21 Dmitry StogovReverted chunk committed by mistake
2014-04-21 Dmitry StogovHandle references in "slow path"
2014-04-21 Dmitry StogovConvert zval_get_string() into "fast path" macro and...
2014-04-21 Dmitry StogovMerge branch 'refactoring2' of github.com:zendtech...
2014-04-21 Dmitry StogovFast path for pre/post inc/dec
2014-04-21 Nikita PopovUse zval_get_string in a few more places
2014-04-21 Nikita PopovUse zval_get_string in print_zval and propagate TSRMLS
2014-04-21 Nikita PopovBring zval_get_string implement in line with make_print...
2014-04-21 Dmitry StogovCombine HashTable.flags and HashTable.nApplyCount into...
2014-04-21 Dmitry StogovCleanup
2014-04-21 Dmitry StogovUse alloca() for temporary allocation
2014-04-21 Dmitry StogovInline simple function
2014-04-21 Dmitry StogovRemoved duplicate code
2014-04-21 Dmitry StogovUse ZEND_HASH_FOREACH_* macros
2014-04-21 Dmitry StogovUse ZEND_HASH_FOEACH_* instead of zend_hash_apply_*
2014-04-21 Dmitry StogovAvoid useles copy ctor
2014-04-18 Dmitry StogovMore ZEND_HASH_FOREACH_* related changes
2014-04-18 Dmitry StogovZEND_HASH_FOREACH_* usage
2014-04-18 Dmitry StogovMerge branch 'refactoring2' of github.com:zendtech...
2014-04-18 Nikita PopovRevert "Fix include/eval with custom zend_execute"
2014-04-18 Nikita PopovRevert "Fix zend_eval_string (and as such assert +...
2014-04-18 Dmitry StogovUse ZEND_FETCH_FOREACH_* macros to iterate over HashTab...
2014-04-18 Nikita PopovFix zend_eval_string (and as such assert + dom tests)
2014-04-18 Nikita PopovFix include/eval with custom zend_execute
2014-04-18 Dmitry StogovOptimized zend_leave_helper()
2014-04-17 Nikita PopovFix libxml external entity loading
2014-04-17 Nikita PopovMove libxml_destroy_fci to RSHUTDOWN
2014-04-17 Nikita PopovFix libxml/sxe/dom node import/export
2014-04-17 Dmitry StogovOptimize CASE(TRUE, X) into BOOL(X) (this pattern affec...
2014-04-17 Dmitry StogovFixed support for references
2014-04-17 Dmitry StogovCache op_array->run_time_cache in zend_execute_data...
2014-04-17 Dmitry StogovUse local variables instead of opline operands to acces...
2014-04-17 Dmitry StogovMoved zend_literal->cache_slot right into zval.
2014-04-17 Dmitry StogovFixed ZEND_CAST related optimizations (now it returns...
2014-04-16 Dmitry StogovMerge branch 'refactoring2' of github.com:zendtech...
2014-04-16 Dmitry StogovFixed support for unspecialized and GOTO and SWITCH...
2014-04-16 Nikita PopovDon't copy in ZEND_CAST if type is already correct
2014-04-16 Dmitry StogovPrevented modification of original name
2014-04-16 Dmitry StogovPrevented modification of interned string
2014-04-16 Dmitry Stogovop_array->function_name, op_array->doc_comments and...
2014-04-16 Dmitry Stogovop_array->filename and op_array->filename may be kept...
2014-04-16 Dmitry StogovPrevented modification of constant arguments
2014-04-16 Dmitry StogovPrevented unintended SHM modification
2014-04-16 Dmitry StogovPrevented modification of interned string
2014-04-16 Nikita PopovFinish DOM port
2014-04-16 Nikita PopovFix remaining XPath issue
2014-04-16 Nikita PopovMostly fix Dom XPath
2014-04-16 Dmitry StogovFixed reference counting
2014-04-16 Dmitry StogovFixed reference counting
2014-04-16 Dmitry StogovFixed typo
2014-04-16 Dmitry StogovSet reference values of reference counters of not-inter...
2014-04-16 Dmitry StogovFixed reference counting
2014-04-16 Dmitry StogovFixed reference counting
2014-04-16 Dmitry StogovFixed memory leaks
2014-04-16 Dmitry StogovFixed non-interned strings refcounting
2014-04-16 Dmitry StogovFixed reference counting
2014-04-16 Dmitry StogovRemoved invalid STR_RELEASE()
2014-04-16 Dmitry StogovFixed reference support
2014-04-16 Dmitry StogovFixed refcounting
2014-04-16 Dmitry StogovFixed zend_string/char mess
2014-04-15 Dmitry StogovMerge branch 'refactoring2' of github.com:zendtech...
2014-04-15 Dmitry StogovCleanup
2014-04-15 Nikita PopovMake DOM mostly work
2014-04-15 Dmitry StogovMerge branch 'refactoring2' of github.com:zendtech...
2014-04-15 Dmitry StogovReduced memory realocations
2014-04-15 Nikita PopovMake DOM compile
2014-04-15 Nikita PopovAdd functions for extracting long/double/string from...
2014-04-15 Nikita PopovStart working on dom extension
2014-04-15 Dmitry StogovUse zend_string* instead of char*
2014-04-15 Dmitry StogovCleanup (2-nd round)
2014-04-15 Dmitry StogovFixed memory leak
2014-04-15 Dmitry StogovCleanup (1-st round)
2014-04-15 Dmitry StogovFixed support for references
2014-04-15 Xinchen HuiFixed invaid write/read
2014-04-15 Xinchen HuiFixed return uninitialized_zval
2014-04-15 Xinchen HuiFixed Typo
2014-04-15 Xinchen HuiFixed zend_object_get_t in simpleXML
2014-04-14 Dmitry StogovFixed test (support for MarinaDB)
2014-04-14 Dmitry StogovFixed reference counting
2014-04-14 Dmitry StogovFixed memory leak
2014-04-14 Dmitry StogovFixed memory leak
2014-04-14 Dmitry StogovMerge branch 'refactoring2' of github.com:zendtech...
2014-04-14 Dmitry StogovThe test works out of the box
2014-04-14 Dmitry StogovFixed nested GC calls (valgrind error in Zend/tests...
2014-04-14 Xinchen HuiFixed SXE iterator(14 tests fail)
2014-04-14 Xinchen HuiFixed sxe object clone
2014-04-14 Xinchen HuiFixed double free
2014-04-14 Xinchen HuiFixed libxml handling default context
2014-04-14 Xinchen HuiMerge branch 'refactoring2' of github.com:zendtech...
2014-04-14 Xinchen HuiRefactor simpleXML (compilable, but incompleted)
2014-04-14 Dmitry StogovFixed passing arguments by reference into array_walk...
2014-04-14 Dmitry StogovFixed interface constants inheritance.
2014-04-13 Nikita PopovCopy varname before unset
2014-04-11 Dmitry StogovTemporary fix for Zend/tests/bug46238.phpt
2014-04-11 Dmitry StogovFixed test (now string data allocated together with...
2014-04-11 Dmitry StogovFixed test (order of variables doesn't mater)
next