Shiv Singh
Shiv Singh
> Thanks @triatic, > > DNS over TLS will be included in the 1.6.x release (probably in the next few weeks). > > Mike any update?
> Yes, it's working for me. > Please check this file from here: > > https://github.com/Shardj/zf1-future/blob/master/library/Zend/Mail/Protocol/Smtp.php > > STREAM_CRYPTO_METHOD_TLS_CLIENT|STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT|STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT is a much better solution then STREAM_CRYPTO_METHOD_ANY_CLIENT because disables SSL protocol...
> @nickpiro I added following `usort` in the file `app/code/Harrigo/EverCrumbs/Block/Evercrumbs.php`: > > ``` > usort($breadcrumbCategories, function ($a, $b) { > return strcmp($a->getLevel(), $b->getLevel()); > }); > foreach ($breadcrumbCategories as $category)...
yes, same i have also need help. please provide composer and manually install methods