]> granicus.if.org Git - php/shortlog
php
2014-04-11 Dmitry StogovFixed tests (they might fail from time to time because...
2014-04-11 Dmitry StogovFixed reference counting
2014-04-11 Dmitry StogovFixed support for references
2014-04-11 Xinchen Huihmm, make it consistent
2014-04-11 Xinchen HuiFixed _php_mbstr_parse_mail_headers
2014-04-11 Xinchen HuiMerge branch 'refactoring2' of github.com:zendtech...
2014-04-10 Dmitry StogovClose all files and resources before before destroying...
2014-04-10 Dmitry StogovIntroduced API to close all resources at once
2014-04-10 Dmitry StogovFixed memory leak
2014-04-10 Dmitry StogovFixed tests (added missing zend.multibyte=On)
2014-04-10 Dmitry Stogovfixed serialize()
2014-04-10 Dmitry StogovFixed suppor for multibyte encoding
2014-04-10 Dmitry StogovMerge branch 'refactoring2' of github.com:zendtech...
2014-04-10 Dmitry StogovFixed unserialize()
2014-04-10 Nikita PopovFix some ZTS issues and leaks
2014-04-10 Nikita PopovPort tokenizer extension
2014-04-10 Dmitry StogovCompatibility fix for ext/session/tests/session_id_erro...
2014-04-10 Dmitry StogovFixed test (it requires ext/hash)
2014-04-10 Dmitry StogovFixed access to uninitialized data
2014-04-10 Xinchen Huisession_id is binary safe now
2014-04-09 Dmitry StogovMerge branch 'refactoring2' of github.com:zendtech...
2014-04-09 Nikita PopovIS_INTERNED is not always 0 in ZTS
2014-04-09 Dmitry Stogovvar_push_dtor_no_addref() is useles (var_push_dtor...
2014-04-09 Nikita PopovFix copying of constants for ZTS
2014-04-09 Nikita PopovFix function copying in ZTS
2014-04-09 Nikita PopovFix ZTS build
2014-04-09 Dmitry StogovTemporary refcounting fix
2014-04-09 Dmitry Stogovtypo
2014-04-09 Dmitry StogovFixed ext/spl/tests/iterator_035.phpt
2014-04-09 Dmitry StogovFixed resource to integer conversion
2014-04-09 Dmitry StogovFixed macro
2014-04-09 Dmitry StogovFixed reference counting
2014-04-09 Dmitry StogovRemoved useless code
2014-04-09 Dmitry StogovFixed error reporting
2014-04-09 Dmitry StogovFixed reference counting
2014-04-09 Dmitry StogovFixed reference counting
2014-04-09 Dmitry StogovFixed GC
2014-04-09 Dmitry StogovFixed reference counting
2014-04-09 Dmitry StogovFixed ArrayObject::sort() family
2014-04-09 Dmitry StogovFixed support for IS_INDIRECT and IS_REFERENCE
2014-04-09 Dmitry StogovUse proper size
2014-04-09 Dmitry StogovFixed NULL pointer dereferencing
2014-04-09 Dmitry StogovFixed NULL pointer dereferencing
2014-04-09 Dmitry StogovUnset CV before calling zval_ptr_dtor(), because its...
2014-04-09 Dmitry StogovFixed generator destruction
2014-04-09 Dmitry StogovFixed store of "shared" zend_strings
2014-04-08 Dmitry StogovFixed destruction of objects and iterators on unclean...
2014-04-07 Dmitry StogovOptimized ASSIGN_OP
2014-04-07 Dmitry StogovIS_CONST can't be a reference
2014-04-07 Dmitry StogovOptimized ZEND_FETCH_R and family
2014-04-07 Dmitry StogovRefactored zend_hash_* iteration API zend_hash_fove_for...
2014-04-07 Dmitry StogovAllocate HashTable->arData and HashTable->arHash at...
2014-04-07 Dmitry StogovCleanup
2014-04-07 Dmitry StogovOptimized ISSET_ISEMPTY_DIM_OBJ
2014-04-07 Dmitry Stogov"incremental" hash bucket initialization
2014-04-07 Dmitry Stogovdon't use memset() for array of zval initialization
2014-04-07 Dmitry StogovUse macros
2014-04-04 Dmitry StogovAvoid double zval copying in ZEND_SEND_VAL and zend_sen...
2014-04-04 Dmitry StogovOptimized ZEND_FETCH_DIM_*
2014-04-04 Dmitry StogovRefactored IS_INDIRECT IS_VAR passing between opcodes...
2014-04-04 Dmitry StogovTergets of ASSIGN and ASSIGN_REF don't have to be initi...
2014-04-04 Dmitry StogovOptimized RECV_* opcodes
2014-04-03 Dmitry StogovConstant duplication optimization
2014-04-03 Dmitry StogovVarious VM optimizations
2014-04-03 Dmitry StogovASSIGN_REF optimization
2014-04-03 Dmitry StogovRefactored ZVAL flags usage to simplify various checks...
2014-04-02 Dmitry StogovChanged data layout to allow more efficient operations
2014-04-02 Dmitry StogovFixed 0 index handling
2014-04-01 Dmitry StogovAvoid unnecessary zval separations
2014-04-01 Dmitry StogovUse "fast" comparison function
2014-04-01 Dmitry StogovAvoid useless memset()
2014-04-01 Dmitry StogovAvoid unnecessary zval separations
2014-04-01 Dmitry StogovAvoid unnecessry reallocations
2014-04-01 Dmitry StogovAvoid unnecessry reallocations
2014-04-01 Dmitry StogovAvoid unnecessry reallocation
2014-04-01 Dmitry StogovUse interned strings for one character strings
2014-04-01 Dmitry StogovUse STR_COPY() instead of STR_DUP() where possible
2014-04-01 Dmitry StogovSTR_DUP() doesn't duplicate interned strings anymore...
2014-04-01 Dmitry StogovStore constant flags
2014-04-01 Dmitry StogovFixed parameter passing
2014-04-01 Dmitry StogovIn case the string can't be interned it must not be...
2014-04-01 Dmitry StogovExclude interned flags from constant flags
2014-04-01 Dmitry StogovAdded check for interned strings
2014-04-01 Dmitry StogovFixed char*/zend_string* mess
2014-04-01 Dmitry StogovFixed script size calculation
2014-04-01 Dmitry StogovKeep constnat flags
2014-04-01 Dmitry StogovFixed support for arg_info and type hinfing (TODO:...
2014-04-01 Dmitry Stogovfunction_name might be shared across few op_arrays...
2014-04-01 Dmitry StogovFixed optimizer
2014-03-31 Dmitry StogovFixed optimizer (incomplete)
2014-03-31 Dmitry StogovFixed interned strings support
2014-03-31 Dmitry Stogovfixes
2014-03-31 Dmitry StogovOptimizer related fixes (incomplete)
2014-03-31 Dmitry Stogovfixed craches at request shutdown and memory leaks
2014-03-31 Dmitry StogovMake opcache work (incomplete - optimizer doesn't work...
2014-03-30 Xinchen HuiFixed null pointer dereference
2014-03-30 Xinchen HuiFixed smart_str_setl
2014-03-29 Xinchen HuiFixed retval for ps_call_handler
2014-03-29 Xinchen HuiMerge branch 'refactoring2' of github.com:zendtech...
2014-03-29 Xinchen HuiRefactor session (incompleted)
next