]> granicus.if.org Git - php/shortlog
php
2015-07-13 Bob WeinandPreserve return value in zend_vm_call_opcode_handler...
2015-07-13 Xinchen HuiMerge branch 'shmop-extension_improve-test-coverage...
2015-07-13 Xinchen HuiMerge branch 'basename-function_improve-test-coverage...
2015-07-13 Xinchen HuiMerge branch 'goto_branch_hint' of https://github.com...
2015-07-13 Xinchen HuiRevert "Fixed test fail in travis from time to time"
2015-07-13 Xinchen HuiMerge branch 'master' of https://github.com/Geolim4...
2015-07-13 Xinchen HuiFixed test fail in travis from time to time
2015-07-13 Xinchen HuiUpdate NEWS
2015-07-13 Xinchen HuiFixed bug #70057 (Build failure on 32-bit Mac OS X...
2015-07-13 Xinchen HuiMerge branch 'zend_update_static_property' of https...
2015-07-13 Xinchen HuiFixed Bug #70058 Build fails when building for i386
2015-07-13 Christopher... Some OCI8 fixes (Rajendra)
2015-07-13 DreamsxinUpdated zend_update_static_property
2015-07-12 Christopher... Merge branch 'master' of https://git.php.net/repository...
2015-07-12 Christoph M... updated NEWS
2015-07-12 Christoph M... Merge branch 'PHP-5.6'
2015-07-12 Christoph M... updated NEWS
2015-07-12 Christoph M... Fix #53154: Zero-height rectangle has whiskers
2015-07-12 Christoph M... updated NEWS
2015-07-12 Christoph M... Merge branch 'PHP-5.6'
2015-07-12 Christoph M... updated NEWS
2015-07-12 Christoph M... Fix #67447: imagecrop() adds a black line when cropping
2015-07-12 Tjerk MeestersFixed #70053 MutlitpleIterator array-keys incompatible...
2015-07-12 Christoph M... updated NEWS
2015-07-12 Christoph M... Merge branch 'PHP-5.6'
2015-07-12 Christoph M... updated NEWS
2015-07-12 Christoph M... Fix #68714: copy 'n paste error
2015-07-11 Christoph M... Merge branch 'PHP-5.6'
2015-07-11 Christoph M... Added XFAIL test for bug #53640
2015-07-11 Geolim4Fix #70048: When running a phpinfo(), if you have a...
2015-07-11 Christoph M... updated NEWS
2015-07-11 Christoph M... Merge branch 'PHP-5.6'
2015-07-11 Christoph M... updated NEWS
2015-07-11 Christoph M... Fix #66339: PHP segfaults in imagexbm
2015-07-11 Christoph M... updated NEWS
2015-07-11 Christoph M... Merge branch 'PHP-5.6'
2015-07-11 Christoph M... updated NEWS
2015-07-11 Christoph M... Fix #70047: gd_info() doesn't report WebP support
2015-07-11 Xinchen HuiBetter implementation
2015-07-10 Christoph M... Merge branch 'PHP-5.6'
2015-07-10 Rasmus LerdorfDOMDocument::saveXML has a 2nd optional arg
2015-07-10 Edgar R. SandiAdding tests for getprotobyname and getprotobynumber...
2015-07-10 Bob Weinandhmm, we do not need the nop after compilation, so does...
2015-07-10 Bob Weinanda: try { ... } ≠ try { a: ... }
2015-07-10 Ferenc KovacsMerge branch 'PHP-5.6'
2015-07-10 Ferenc Kovacsadd missing NEWS entry
2015-07-10 Xinchen HuiFixed invalid read (Part issue of #69579)
2015-07-10 Nikita PopovMove try/catch/finally tests to common directory
2015-07-10 Nikita PopovMark temporary_cleaning_006.phpt as XFAIL
2015-07-10 Nikita PopovBetter opcode dump for finally
2015-07-10 Xinchen HuiMicro optimization
2015-07-10 Xinchen HuiFixed Bug #69996 (Changing the property of a cloned...
2015-07-10 Bogdan AndoneHint label lookup table initialization branch on GOTO...
2015-07-10 Xinchen HuiFixed No 2 issue in #1400
2015-07-10 Xinchen HuiFixed Issue #1400 (double free static property)
2015-07-10 Dmitry StogovResolve GOTO at compile time and replace it with sequnc...
2015-07-10 Dmitry StogovException thrown by "return" statement (from TMP destru...
2015-07-10 Dmitry StogovReadded tests
2015-07-10 Dmitry StogovMerge branch 'master' of git.php.net:php-src
2015-07-10 Dmitry StogovSquashed commit of the following:
2015-07-10 Ferenc KovacsMerge branch 'PHP-5.6'
2015-07-10 Ferenc Kovacsadd missing NEWS entry
2015-07-09 Christopher... PDO_OCI LOB fixes (Senthil)
2015-07-09 Christopher... Improve test portability (Senthil)
2015-07-09 Christopher... Add new test section. Diff with query 5 is still to...
2015-07-09 Christopher... Add Oracle syntax (Senthil)
2015-07-09 Nikita PopovDon't return T_ERROR from token_get_all()
2015-07-09 Anatol Belskirefix the NEWS
2015-07-09 Dmitry StogovFixed exception catching on break/continue
2015-07-09 Edgar R. Sandiadding scenario of test to improve test coverage
2015-07-09 Nikita PopovFix posix_setrlimit segfault
2015-07-09 Bob WeinandFix too early terminated temporary range with break...
2015-07-09 Ferenc KovacsMerge branch 'PHP-5.6'
2015-07-09 Ferenc Kovacsmove the use-after-free fixes to 5.6.11
2015-07-09 Dmitry StogovFixed exception habdling on "return" statement.
2015-07-09 Nikita PopovFix bug #69430
2015-07-09 Nikita PopovUpdate token_get_all() arginfo
2015-07-09 Bob WeinandAdd test guaranteeing that loop vars are only freed...
2015-07-09 Dmitry StogovFixed invalid live-range detection
2015-07-09 Dmitry StogovDisable opcache.fast_shutdown if USE_ZEND_ALLOC=0
2015-07-09 Dmitry StogovAdded missing API functions
2015-07-09 Xinchen HuiFixed Bug #70032 (make_http_soap_request calls zend_has...
2015-07-08 Magnus MäättäFix posix_setrlimit() to use int as values instead...
2015-07-08 Magnus MäättäAdd posix_setrlimit() FR #54603
2015-07-08 Dmitry StogovFixed situation, when CHECH_EXCEPTION() might change...
2015-07-08 Julien PauliMerge branch 'PHP-5.6'
2015-07-08 Julien PauliMerge branch 'PHP-5.5' into PHP-5.6
2015-07-08 Julien Pauli5.5.27 release
2015-07-08 Bob WeinandWorking fix for ctrl+d on readline/libedit
2015-07-08 Xinchen HuiMerge branch 'PHP-5.6'
2015-07-08 Xinchen HuiRevert "Fixed invalid read"
2015-07-08 Xinchen HuiMerge branch 'master' of git.php.net:php-src
2015-07-08 Xinchen HuiFixed bug #70018 (exec does not strip all whitespace)
2015-07-08 Anatol Belskifix NEWS
2015-07-08 Xinchen HuiFixed invalid read
2015-07-08 Xinchen HuiMerge branch 'master' of git.php.net:php-src
2015-07-08 Xinchen HuiMake sure fast_call_var is initialized properly
2015-07-08 Nikita PopovAdd assertion in liveliness computation
2015-07-08 Xinchen HuiAdd comment to explaining the new check
2015-07-08 Xinchen HuiRemove outdate comment
next