]> granicus.if.org Git - php/shortlog
php
2014-07-07 Dmitry StogovWrong expectation in test (The error "Non-static method...
2014-07-07 Dmitry StogovWrong expectation in test (for some reason error messag...
2014-07-07 Dmitry StogovWrong expectation in test (for some reason backtrace...
2014-07-07 Dmitry StogovWrong expectation in test (wrong line number in backtrace)
2014-07-07 Dmitry StogovMerge branch 'call-frame' into phpng
2014-07-07 Dmitry StogovSimplify call-frame handling
2014-07-06 Xinchen HuiLet's rename it
2014-07-06 Xinchen HuiFixed convert (ext/intl finished)
2014-07-05 Nikita PopovFix leak when generator return value is not used
2014-07-05 Nikita PopovFix ZTS build
2014-07-04 Dmitry StogovRemoved EG(active_symbol_table) and use corresponding...
2014-07-04 Dmitry StogovUse values from current_execute_data instead of globals...
2014-07-03 Xinchen HuiFixed segfault if empty POST
2014-07-02 Dmitry StogovRemoved EG(called_scope) and use corresponding value...
2014-07-02 Dmitry StogovRemoved EG(in_execution). If EG(currentent_execute_data...
2014-07-02 Dmitry StogovRemoved EG(opline_ptr) and use corresponding value...
2014-07-02 Dmitry StogovRemoved EG(active_op_array) and use corresponding value...
2014-07-02 Dmitry StogovUinified call frame handling for user and internal...
2014-07-01 Dmitry StogovMerge branch 'phpng' into call-frame
2014-07-01 Xinchen Huirefcount in phpng has different meanings
2014-07-01 Xinchen HuiSuppress warning "cast from pointer to integer of diffe...
2014-07-01 Xinchen HuiMerge branch 'phpng' of https://git.php.net/repository...
2014-06-30 Dmitry StogovMerge branch 'master' into test
2014-06-30 Dmitry StogovMerge branch 'master' into test
2014-06-30 Dmitry StogovMerge branch 'PHP-5.6'
2014-06-30 Dmitry StogovFixed possible crash because of race conditions on...
2014-06-30 Ferenc KovacsMerge branch 'PHP-5.6'
2014-06-30 Ferenc Kovacsremove the NEWS entry for the reverted fpm fix
2014-06-30 Ferenc KovacsMerge branch 'PHP-5.5' into PHP-5.6
2014-06-30 Ferenc Kovacsremove the NEWS entry for the reverted fpm fix
2014-06-30 Ferenc KovacsMerge branch 'PHP-5.4' into PHP-5.5
2014-06-30 Ferenc Kovacsremove the NEWS entry for the reverted fpm fix
2014-06-30 Ferenc KovacsRevert "Fix Bug #67530 error_log=syslog ignored"
2014-06-30 Dmitry StogovFixed compilation problems
2014-06-30 Dmitry StogovRefactored parameter passing mechanism.
2014-06-30 Dmitry StogovFixed cleanup of incompleytely passed parameters
2014-06-30 Dmitry StogovProhibited parameter redefinition
2014-06-30 Ferenc KovacsMerge branch 'PHP-5.6'
2014-06-30 Ferenc KovacsMerge branch 'PHP-5.5' into PHP-5.6
2014-06-30 Ferenc Kovacs--enable-fpm for the travis build
2014-06-30 Dmitry StogovFixed support for extra arguments in conjunction with...
2014-06-30 Xinchen HuiFixed segfault while info printing
2014-06-30 Dmitry StogovMerge branch 'phpng' into call-frame
2014-06-30 Xinchen HuiFixed reference handling in intltz_get_canonical_id
2014-06-30 Xinchen HuiFixed reference handling in intltz_get_offset
2014-06-30 Ferenc KovacsMerge branch 'PHP-5.6'
2014-06-30 Ferenc Kovacsfix the last fpm NEWS entry, the other bug is related...
2014-06-29 Ferenc KovacsMerge branch 'PHP-5.6'
2014-06-29 Ferenc KovacsNEWS
2014-06-29 Ferenc KovacsMerge branch 'PHP-5.5' into PHP-5.6
2014-06-29 Ferenc KovacsNEWS
2014-06-29 Ferenc KovacsMerge branch 'PHP-5.4' into PHP-5.5
2014-06-29 Ferenc KovacsFix bug #67091: make install fails to install libphp5...
2014-06-29 Ferenc KovacsMerge branch 'PHP-5.6'
2014-06-29 Ferenc Kovacsadding NEWS entry for the fix for bug #65641
2014-06-29 Ferenc KovacsMerge branch 'pull-request/694' into PHP-5.6
2014-06-29 Xinchen HuiFixed segfault in intlgregcal_create_instance
2014-06-29 Xinchen HuiFixed segfault in resourcebundle
2014-06-29 Xinchen HuiFixed iterators
2014-06-29 Xinchen HuiFixed test
2014-06-29 Xinchen HuiFixed memory leak
2014-06-29 Xinchen HuiFixed retval with zend_call_method
2014-06-29 Bob WeinandMerge branch 'PHP-5.6'
2014-06-29 Xinchen HuiFixed collator_sort
2014-06-29 Bob WeinandUpdated NEWS file for recent phpdbg fixes
2014-06-29 Bob WeinandMerge sapi/phpdbg into PHP-5.6
2014-06-29 Bob WeinandFixed issue krakjoe/phpdbg#94 - List behavior is incons...
2014-06-29 Bob WeinandFix issue krakjoe/phpdbg#97 - list now appends a newlin...
2014-06-29 Xinchen HuiFixed test
2014-06-29 Xinchen HuiMerge remote branch 'origin/PHP-5.6'
2014-06-29 Xinchen HuiFixed test
2014-06-29 Bob WeinandInform about back command existence in help - Fixes...
2014-06-29 Xinchen HuiFixed memory leaks
2014-06-29 Bob WeinandFix issue krakjoe/phpdbg#98
2014-06-29 Bob WeinandMerge pull request #102 from dshafik/fix-96
2014-06-29 Bob WeinandMerge pull request #101 from dshafik/fix-95
2014-06-29 Bob WeinandFix issue krakjoe/phpdbg#99
2014-06-29 Bob WeinandFix readline/libedit (Thanks to @remicollet)
2014-06-29 Davey ShafikReplace incorrect `E` command with `ev` in watch help
2014-06-29 Davey ShafikFix typo in `finish` help
2014-06-29 Xinchen HuiFixed segfault
2014-06-29 Xinchen HuiFixed segfault temporarily (probably need to be reverte...
2014-06-29 Xinchen HuiFixed object properties init
2014-06-29 Xinchen HuiFixed temporarily un-expected object re-init
2014-06-28 Xinchen HuiFixed segfault, segfault and segfault
2014-06-28 Xinchen HuiFixed get_debug_info
2014-06-28 Xinchen HuiIntl's codes are really need more careful :<
2014-06-28 Xinchen HuiFixed refernce handling
2014-06-28 Xinchen HuiFixed initialize of zval
2014-06-28 Xinchen HuiFixed Calendar_objects_free
2014-06-28 Xinchen HuiFixed add_ref
2014-06-28 Xinchen HuiFixed segfaults
2014-06-28 Xinchen HuiFixed segfault while starting up
2014-06-28 Xinchen HuiRefactoring ext/intl (only compilerable now, far to...
2014-06-28 Xinchen HuiC++ doesn't allow implicitly convert void * to other...
2014-06-27 Dmitry StogovMerge branch 'phpng' into call-frame
2014-06-27 Dmitry StogovFixed uninitialized variables
2014-06-27 Dmitry StogovOptimization
2014-06-27 Xinchen HuiSuppress warning
2014-06-27 Xinchen HuiMerge branch 'phpng' of git.php.net:php-src into phpng
next