]> granicus.if.org Git - php/shortlog
php
2015-10-12 Nikita PopovAdd more tests for closure binding
2015-10-12 Dmitry StogovForbid "fake" closure rebinding
2015-10-12 Anatol Belskiincrease API versions
2015-10-12 Anatol Belskifork test for ICU 56.1
2015-10-12 Anatol Belskifork test for ICU-56.1
2015-10-12 Anatol Belskifix test for ICU-56.1
2015-10-12 Matteo BeccatiMerge branch 'PHP-5.6' into PHP-7.0
2015-10-12 Anatol Belskifix test
2015-10-12 Xinchen HuiDouble declaration
2015-10-10 Anatol Belskifix stack overflow
2015-10-10 Bob WeinandGenerally run all tests in sapi folder by default
2015-10-10 Nikita PopovMerge branch 'PHP-5.6' into PHP-7.0
2015-10-10 Nikita PopovFixed bug #70685
2015-10-10 Nikita PopovNormalize rebinding failures
2015-10-09 Anatol BelskiImplemented file_cache_fallback mechanism
2015-10-09 Nikita PopovMerge branch 'PHP-5.6' into PHP-7.0
2015-10-09 Nikita PopovImprove previous fix
2015-10-09 Nikita PopovMerge branch 'PHP-5.6' into PHP-7.0
2015-10-09 Nikita PopovFixed bug #70681
2015-10-09 Anatol Belskiupdate NEWS
2015-10-09 Anatol BelskiMerge branch 'PHP-5.6' into PHP-7.0
2015-10-09 Anatol Belskiupdate NEWS
2015-10-09 Dmitry StogovFixed bug #70630 (Closure::call/bind() crash with Refle...
2015-10-08 Dmitry StogovFixed reference cuntmting for closures (previously...
2015-10-08 Dmitry StogovFixed infinity recurion if we create closure on top...
2015-10-08 Dmitry StogovFixed use after free
2015-10-08 Dmitry StogovFixed bug #70674 (ReflectionFunction::getClosure()...
2015-10-08 Andrea FauldsCorrect intdiv() argument names and description
2015-10-08 Dmitry StogovFixed bug #70668 (array_keys() doesn't respect referenc...
2015-10-08 Dmitry StogovFixed bug #70667 (strtr() causes invalid writes and...
2015-10-08 Nikita PopovFix bug #70662
2015-10-07 Márcio AlmadaFix bug #70650
2015-10-07 Ferenc Kovacspear 1.10 was released and the go-pear and install...
2015-10-07 Dmitry StogovFixed test.
2015-10-07 Christopher... Merge branch 'PHP-7.0' of https://git.php.net/repositor...
2015-10-07 Christopher... Fix mem leak and improve test portability (Senthil)
2015-10-07 Dmitry StogovFixed test running on MarinaDB.
2015-10-07 Anatol Belskiadd comment to test
2015-10-07 Dmitry StogovRestored the original (php-5) behavior of convert_to_cs...
2015-10-07 Dmitry StogovFixed test (system error messages may be different).
2015-10-07 Dmitry StogovFixed test (it failed on 32-bit Linux and worked on...
2015-10-06 Dmitry StogovSplit test into different versions for 32-bit and 64...
2015-10-06 Dmitry StogovMerge branch 'PHP-7.0' of git.php.net:php-src into...
2015-10-06 Nikita PopovDrop HAVE_PACKED_OBJECT_VALUE
2015-10-06 Dmitry StogovRevert "Fixed bug #70630 (Closure::call/bind() crash...
2015-10-06 Nikita PopovMore zpp cleanup in ext/intl
2015-10-06 Dmitry StogovRevert "Improve 517b55362 (scope rebinding on method...
2015-10-06 Dmitry StogovRevert "Merge branch 'array_keys_strict_refs' of https...
2015-10-06 Dmitry StogovRevert "Allow random $this on non-internal Closures...
2015-10-06 Dmitry StogovRevert "Speed up self::method() calls (no ZEND_FETCH_CL...
2015-10-06 Dmitry StogovRevert "Speed up self::$property access by 20%"
2015-10-06 Dmitry StogovRevert "Update NEWS"
2015-10-06 Sara GolemonAdd some tests for unserialize() class filtering
2015-10-06 Rasmus Lerdorfzend.assertions is not a boolean
2015-10-05 Bob WeinandUpdate NEWS
2015-10-05 ScottFixed bug #70641 (Random_* - Better compatibility on...
2015-10-05 Anatol Belskidon't leak handles
2015-10-05 Anatol Belskiuse correct function to close handles
2015-10-05 Bob WeinandSpeed up self::$property access by 20%
2015-10-05 Bob WeinandSpeed up self::method() calls (no ZEND_FETCH_CLASS)
2015-10-05 Bob WeinandAllow random $this on non-internal Closures again
2015-10-05 Bob WeinandMerge branch 'array_keys_strict_refs' of https://github...
2015-10-04 Bob WeinandImprove 517b55362 (scope rebinding on method Closures)
2015-10-04 Anatol Belskiimprove error message
2015-10-04 Anatol Belskifix incrementing on 32-bit
2015-10-04 Nuno Lopesfix coverage report for datelib
2015-10-04 Nuno Lopesfix coverage report for datelib
2015-10-04 Xinchen HuiMerge branch 'PHP-5.6' into PHP-7.0
2015-10-04 Xinchen HuiFixed bug #70632 (Third one of segfault in gc_remove_fr...
2015-10-04 Xinchen HuiFixed the third one of (segfault in gc_remove_from_buff...
2015-10-04 Xinchen HuiFixed bug #70631 (Another Segfault in gc_remove_from_bu...
2015-10-04 Xinchen HuiDo not edit the zval cause it might be in shared memory
2015-10-04 Xinchen HuiFixed bug #70601 (Segfault in gc_remove_from_buffer())
2015-10-03 Bob WeinandFixed bug #70630 (Closure::call/bind() crash with Refle...
2015-10-03 Anatol Belskiremove useless checks
2015-10-03 Anatol BelskiMerge branch 'PHP-5.6' into PHP-7.0
2015-10-03 Anatol Belskifix win10 support
2015-10-03 Nikita PopovMerge branch 'PHP-5.6' into PHP-7.0
2015-10-03 Nikita PopovFixed bug #70625
2015-10-02 Ferenc KovacsMerge branch 'PHP-5.6' into PHP-7.0
2015-10-02 Ferenc KovacsMerge branch 'pr-1544' into PHP-5.6
2015-10-02 Derick RethansUpdated to version 2015.7 (2015g)
2015-10-02 Derick RethansEmpty merge
2015-10-02 Derick RethansUpdated to version 2015.7 (2015g)
2015-10-02 Xinchen HuiPHP7 is not affected
2015-10-02 Xinchen HuiMerge branch 'PHP-5.6' into PHP-7.0
2015-10-02 Xinchen HuiFixed bug #70619 (DateTimeImmutable segfault)
2015-10-02 Bob WeinandFix parse errors in -rr mode
2015-10-02 Bob WeinandEnsure proper set_exception_handler() handling with...
2015-10-02 Bob WeinandFixed bug #70614 (incorrect exit code in -rr mode with...
2015-10-02 Bob WeinandDo not display memory leaks on fatal
2015-10-02 Bob WeinandDo not include zend_verify_return_type in executable...
2015-10-02 Nikita PopovFix/improve zpp usage
2015-10-02 Nikita PopovMore check_parameters improvements
2015-10-01 Nikita PopovMore check_parameters improvements
2015-10-01 Sean DuBoisUpdate scripts/dev/check_parameters.php for PHP 7
2015-10-01 Nikita PopovRemove checks for read_property retval being NULL
2015-10-01 Nikita PopovRemove dead assignment in get_property_guard
2015-09-30 Matteo BeccatiReflectionGenerator and ReflectionType are new classes
2015-09-30 Antony Dovgalfix dl() function
next