]> granicus.if.org Git - php/shortlog
php
2016-07-19 Jakub ZelenkaUse always non const SSL cipher version string
2016-07-17 Jakub ZelenkaUpdate authors of openssl.c
2016-07-17 Jakub ZelenkaUse opaque EVP_PKEY for new EC logic in openssl_pkey_new
2016-07-17 Jakub ZelenkaUse opaque RSA, DSA and DH
2016-07-17 Jakub ZelenkaAdd missing creating of md_ctx in openssl_digest
2016-07-17 Jakub ZelenkaChange sign method from ecdsa-with-SHA1 to SHA1
2016-07-17 Jakub ZelenkaAdd missing break in php_openssl_is_private_key
2016-07-17 Jakub ZelenkaUse SHA1 instead of DSS1 in test for bug #41033
2016-07-17 Jakub ZelenkaHide setting server ECDH curve for OpenSSL 1.1
2016-07-17 Jakub ZelenkaDo not use tmp_rsa_cb for OpenSSL 1.1
2016-07-17 Jakub ZelenkaThe DSS1 is not available in OpenSSL 1.1
2016-07-17 Jakub ZelenkaUse opaque EVP_MD in phar_verify_signature
2016-07-17 Jakub ZelenkaMove and use opaque pkey in openssl_dh_compute_key
2016-07-17 Jakub ZelenkaUse opaque pkey in openssl_pkey_get_details
2016-07-17 Jakub ZelenkaUse EVP_PKEY_base_id where possible
2016-07-17 Jakub ZelenkaUse opaque EVP_PKEY in php_openssl_is_private_key
2016-07-17 Jakub ZelenkaDo not use X509 props directly in openssl_x509_parse
2016-07-17 Jakub ZelenkaDo not use X509_EXTENSION data directly as it is opaque
2016-07-17 Jakub ZelenkaWrap pkey id and rsa getters
2016-07-17 Jakub ZelenkaUse opaque md ctx in openssl_sign and openssl_verify
2016-07-17 Jakub ZelenkaUse opaque cipher ctx in openssl_seal and openssl_open
2016-07-17 Jakub ZelenkaUse opaque EVP_MD_CTX in openssl_digest
2016-07-17 Jakub ZelenkaMerge branch 'openssl_bump_to_1_0_1'
2016-07-17 Jakub ZelenkaBump a minimal OpenSSL version to 1.0.1
2016-07-17 Jakub ZelenkaBump minimal OpenSSL version to 1.0.1
2016-07-17 Jakub ZelenkaMerge branch 'openssl_drop_ssl2'
2016-07-17 Jakub ZelenkaUpdate NEWS and UPGRADING with info about dropping...
2016-07-17 LeighMerge RNG fixes RFC. PR #1986
2016-07-17 Remi Colletforce SSL_OP_NO_SSLv2
2016-07-17 Remi ColletCleanup all SSLv2 code, whatever OpenSSL version is
2016-07-17 Masaki Kagayaadd test
2016-07-17 Masaki Kagayacheck the encoding of argument for mb_ereg, mb_ereg_rep...
2016-07-17 Masaki Kagayaadd php_mb_check_encoding
2016-07-17 Anatol Belskicorrect macro names
2016-07-16 Nikita PopovAvoid uncollectable cycle in sxe_property_get_adr
2016-07-16 Nikita PopovRemove unnecessary use of sxe->tmp
2016-07-16 Nikita PopovRemove useless dtor handlers in intl
2016-07-16 Nikita PopovFix leak if get_iterator throws but doesn't return...
2016-07-16 Nikita PopovFix leak in PDO row_get_ctor
2016-07-16 Nikita PopovFix leak in intl collator compare function
2016-07-16 Nikita PopovMerge branch 'PHP-7.0'
2016-07-16 Nikita PopovMerge branch 'PHP-5.6' into PHP-7.0
2016-07-16 Nikita PopovRevert "Fixed bug #72286 (Segmentation fault During...
2016-07-16 LeighFix legacy mode RAND_RANGE and 32/64-bit consistency
2016-07-15 Christoph M... Un-XFAIL test case
2016-07-15 Christoph M... Merge branch 'PHP-7.0'
2016-07-15 Christoph M... Merge branch 'PHP-5.6' into PHP-7.0
2016-07-15 Christoph M... Fix #72604: imagearc() ignores thickness for full arcs
2016-07-14 Christoph M... Merge branch 'PHP-7.0'
2016-07-14 Christoph M... Merge branch 'PHP-5.6' into PHP-7.0
2016-07-14 Christoph M... Fix bug #66502: DOM document dangling reference
2016-07-14 Nikita PopovMerge branch 'PHP-7.0'
2016-07-14 Nikita PopovFix test output
2016-07-14 Nikita PopovMerge branch 'PHP-7.0'
2016-07-14 Nikita PopovFix is_callable() on abstract method via object
2016-07-14 Dmitry StogovMerge branch 'PHP-7.0'
2016-07-14 Dmitry StogovMerge branch 'PHP-5.6' into PHP-7.0
2016-07-14 Dmitry StogovFixed bug #72286 (Segmentation fault During Garbage...
2016-07-14 Anatol BelskiMerge branch 'master' of git.php.net:php-src
2016-07-14 Anatol BelskiMerge branch 'PHP-7.0' of git.php.net:php-src into...
2016-07-14 Anatol BelskiMerge branch 'PHP-7.0'
2016-07-14 Anatol BelskiMerge branch 'PHP-5.6' into PHP-7.0
2016-07-14 Anatol BelskiMerge branch 'PHP-5.5' into PHP-5.6
2016-07-14 Anatol BelskiExtend libxml exports
2016-07-14 Nikita PopovMerge branch 'PHP-7.0'
2016-07-14 Nikita PopovFix bad merge
2016-07-14 Nikita PopovFix leak if get_constructor returns NULL
2016-07-14 Nikita PopovFix leaks if update_constant fails
2016-07-14 Nikita PopovMerge branch 'PHP-7.0'
2016-07-14 Nikita PopovFix leak when creating timezone with null bytes
2016-07-14 Nikita PopovFix leak when dynamically calling abstract method
2016-07-14 Nikita PopovFix leak of class name when printing exception backtrace
2016-07-14 Nikita PopovFix leaks in yield from error conditions
2016-07-14 Nikita PopovFix leak for by-ref assign to overloaded object
2016-07-14 Nikita PopovAdd missing call opcodes in cleanup_unfinished_calls()
2016-07-14 Nikita PopovFix leak if throw_exception_object() fails
2016-07-14 Christoph M... Merge branch 'PHP-7.0'
2016-07-14 Christoph M... Merge branch 'PHP-5.6' into PHP-7.0
2016-07-14 Christoph M... Fix bug #72596: imagetypes function won't advertise...
2016-07-14 Nikita PopovFix return from by-ref generators
2016-07-14 Anatol BelskiMerge branch 'PHP-7.0'
2016-07-14 Anatol Belskiupdate NEWS
2016-07-14 Dmitry StogovFixed memory leak
2016-07-14 Dmitry StogovMerge branch 'PHP-7.0'
2016-07-14 Dmitry StogovFixed memory leak
2016-07-14 Dmitry StogovFixed bug #71818 (Memory leak when array altered in...
2016-07-14 Xinchen HuiUpdate NEWS
2016-07-14 Xinchen HuiMerge branch 'PHP-7.0'
2016-07-14 Xinchen HuiFixed bug #72594 (Calling an earlier instance of an...
2016-07-13 Nikita PopovMerge branch 'PHP-7.0'
2016-07-13 Nikita PopovMerge branch 'PHP-5.6' into PHP-7.0
2016-07-13 Nikita PopovAdd NEWS entry
2016-07-13 Nikita PopovMerge branch 'PHP-7.0'
2016-07-13 Nikita PopovMerge branch 'PHP-5.6' into PHP-7.0
2016-07-13 nikita2206fix: bug72222 for PHP-5.6 reflection export of array...
2016-07-13 Dmitry StogovUnified behavior of modification of returned by referen...
2016-07-13 Dmitry StogovRemoved wrong warning
2016-07-13 Dmitry StogovFixed bug #29368 (The destructor is called when an...
2016-07-13 Dmitry StogovFixed bug #72347 (VERIFY_RETURN type casts visible...
2016-07-13 Dmitry StogovPrevent wrong optimization
next