]> granicus.if.org Git - php/shortlog
php
2015-08-20 Bob WeinandFix bogus traces with ReflectionGenerator::getTrace()
2015-08-20 Sara GolemonEnable definitions of stdint.h limits/constants used...
2015-08-20 Jakub ZelenkaAdd overflow check for openssl_pkcs12_read
2015-08-20 Anatol Belskione new line too much
2015-08-20 Anatol Belskifork test
2015-08-20 Nikita PopovRemove path from test
2015-08-20 Nikita PopovDon't allow leading \ in group use decl list
2015-08-20 Ferenc KovacsMerge branch 'PHP-5.6'
2015-08-20 Ferenc Kovacs5.6.14 next
2015-08-20 Christopher... Fixed bug #70308 (PDO::ATTR_PREFETCH is ignored)
2015-08-20 Christopher... Merge branch 'master' of https://git.php.net/repository...
2015-08-19 Christoph M... Merge branch 'pull-request/1471'
2015-08-19 marcosptfadd test for php_enchant_broker_free()
2015-08-19 Christoph M... Merge branch 'pull-request/1472'
2015-08-19 marcosptfThis is a new test for enchant_broker_free_dict().
2015-08-19 Christoph M... Merge branch 'pull-request/1475'
2015-08-19 marcosptftesting enchant_broker_(g|s)et_dict_path
2015-08-19 Jakub ZelenkaAdd overflow checks for openssl_pkey_* functions
2015-08-19 Jakub ZelenkaMove overflow checks in openssl_pbkdf2
2015-08-19 Anatol BelskiRevert "fix occasional fail in zip_close when target...
2015-08-19 Anatol Belskifix config.w32 to include suitable lib files
2015-08-19 Dmitry StogovFixed typo
2015-08-19 Christoph M... updated NEWS
2015-08-19 Christoph M... Merge branch 'PHP-5.6'
2015-08-19 Christoph M... updated NEWS
2015-08-19 Christoph M... Fix #70303: Incorrect constructor reflection for ArrayO...
2015-08-19 Anatol Belskiimprove error message
2015-08-19 Anatol Belskifix occasional fail in zip_close when target arc exists
2015-08-19 Dmitry StogovFixed typo in proper place
2015-08-19 Dmitry StogovFixed typo
2015-08-19 Dmitry StogovMark error and exception functions as "cold" (Matt...
2015-08-19 Xinchen HuiMerge branch 'PHP-5.6'
2015-08-19 Xinchen HuiFixed bug #70290 (Null pointer deref (segfault) in...
2015-08-19 Dmitry StogovRemoved deprecated comments and added expectations...
2015-08-19 Anatol Belskiupdate NEWS
2015-08-19 Anatol BelskiFix bug #70145 From field incorrectly parsed from headers
2015-08-19 Anatol Belskiadded /guard:cf to release builds
2015-08-19 Anatol Belskiuse the bare tarball filename for the stub, no path...
2015-08-19 Xinchen HuiUpdate NEWs
2015-08-19 Xinchen HuiMerge branch 'master' of https://github.com/marcioAlmad...
2015-08-19 Xinchen HuiThis bug is already fixed, but it's better to have...
2015-08-19 Christopher... Resolve build warnings. Bump ver. Better range check...
2015-08-18 Bob WeinandFixed bug #70295 (Segmentation fault with setrawcookie)
2015-08-18 Márcio Almadafixes a syntactical inconsistency with group use and...
2015-08-18 Anatol Belskicorrect NEWS
2015-08-18 Christoph M... Merge branch 'PHP-5.6'
2015-08-18 Christoph M... Fix #67604: The built windows documention refers to...
2015-08-18 Jakub ZelenkaUse macros for openssl overflow checks
2015-08-18 Jakub ZelenkaFix possible overflow in openssl_pbkdf2
2015-08-18 Anatol BelskiNEWS for next
2015-08-18 Joe WatkinsFix mangled property names on anon classes
2015-08-18 Côme BernigaudMerge branch 'PHP-5.6'
2015-08-18 Côme BernigaudMerge branch 'pull-request/1477' into PHP-5.6
2015-08-18 Côme BernigaudPatch from Rainer Jung to provide Solaris LDAP support
2015-08-18 Xinchen HuiMerge branch 'patch-gdbinit' of https://github.com...
2015-08-18 Xinchen HuiFixed memleak in Zend/tests/bug39297
2015-08-18 Xinchen HuiFixed bug #70288 (Apache crash related to ZEND_SEND_REF)
2015-08-18 Bob WeinandFixed bug #70293 (Crash with specific assertions and...
2015-08-18 Julien PauliRemoved unused code
2015-08-18 Bob WeinandWoops, accidentally made TS build fail...
2015-08-18 Bob WeinandRevert fix for nicer truncation on log_errors_max_len
2015-08-18 Christoph M... Fix #70289: Different sort in php7 (and hhvm) compared...
2015-08-18 Xinchen HuiLost this entry while merging
2015-08-18 Xinchen HuiMerge branch 'master' of git.php.net:php-src
2015-08-18 Bob WeinandBetter fix for exception traces truncation with anon...
2015-08-18 Xinchen HuiFixed bug #70272 (Segfault in pdo_mysql)
2015-08-18 Xinchen HuiImproved fix for bug #70262
2015-08-18 Xinchen HuiMerge branch 'master' of git.php.net:php-src
2015-08-18 Xinchen HuiIt should not be skip
2015-08-18 Xinchen HuiSkip the test with valgrind
2015-08-18 Dmitry StogovRevert "Do not truncate exception traces upon anon...
2015-08-18 Michael Wallnerfix inheritance of internal interfaces with constants
2015-08-18 Michael Wallnerfix printzv (refcount)
2015-08-18 Bob WeinandDo not truncate exception traces upon anon class name
2015-08-17 Anatol Belskifix test
2015-08-17 Anatol BelskiTSRM_TLS should be usable in NTS build
2015-08-17 Christoph M... no need to skip this test if no dictionaries are installed
2015-08-17 Christoph M... Merge branch 'pull-request/1473'
2015-08-17 marcosptfnew test for enchant pwl file
2015-08-17 Jakub ZelenkaCheck and use correct signature_len type for EVP_Verify...
2015-08-17 Christoph M... updated NEWS
2015-08-17 Christoph M... fixed changed error message in test
2015-08-17 Christoph M... Merge branch 'PHP-5.6'
2015-08-17 Christoph M... updated NEWS
2015-08-17 Julien PauliRemoved dead code
2015-08-17 Julien PauliRenamed struct member
2015-08-17 Christoph M... Fix #70277: new DateTimeZone($foo) is ignoring text...
2015-08-17 Dmitry StogovFixed bug #70262 (Accessing array crashes PHP 7.0beta3)
2015-08-17 Dmitry StogovFixed tests on 32-bit systems
2015-08-16 Derick RethansMerge branch 'PHP-5.6'
2015-08-16 Derick RethansFixed sorting order
2015-08-16 Derick RethansUpdated to version 2015.6 (2015f)
2015-08-16 Derick RethansEmpty merge
2015-08-16 Derick RethansUpdated to version 2015.6 (2015f)
2015-08-16 Jakub ZelenkaFix some int overflows in openssl
2015-08-15 Anatol Belskiupdate NEWS
2015-08-15 Anatol Belskifix incompatible types
2015-08-15 Anatol Belskiadd SIZEOF_SIZE_T to oniguruma
2015-08-15 Anatol Belskifix pointer truncation cases
2015-08-15 Tjerk MeestersMerge branch 'PHP-5.6'
next