Forçar versão do PHP no servidor via .htaccess

Adicionando a linha abaixo na primeira linha do .htaccess podemos fazer a seleção da versão do php a ser usada pelo script no servidor.

php 5.6

AddHandler application/x-httpd-ea-php56 .php .php5 .phtml

php 7.0

AddHandler application/x-httpd-ea-php70 .php .php7 .phtml

php 7.1

AddHandler application/x-httpd-ea-php71 .php .php7 .phtml

php 7.2

AddHandler application/x-httpd-ea-php72 .php .php7 .phtml

php 7.3

AddHandler application/x-httpd-ea-php73 .php .php7 .phtml

Windows Server 2016/2019 Expirando: Como estender o período de testes

Neste post irei mostrar como estender o período de testes por até 3 anos para o Windows Server 2016 ou 2019, o valor padrão de testes é valido por 180 dias para testes.

O Windows Server 2016 ou 2019 pode ser baixados nos links abaixo:

https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2016/

https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2019

Depois de instalado você pode testar o sistema por até 180 dias sem nenhum tipo de custo. Depois de 180 dias seu sistemas não irá mais funcionar se não for validada a chave de instalação, a boa notícia é que esse período de 180 dias pode ser prolongado por até 3 anos.

Como Estender o Período de Testes

Primeiro observe a sua área de trabalho. Você verá uma contagem regressiva dos dias restantes.

Você também pode rodar o PowerShell com o seguinte comando:

slmgr -dlv

Na prática você pode prolongar a ativação pode mais 180 dias 6 vezes, o que significa 3 anos. (180 dias * 6 = 3 anos)

Quando o período estiver chegando ao fim, rode o comando no PowerShell:

slmgr -rearm

O próximo passo é reiniciar o computador

Restart-Computer

Após reiniciar você pode verificar novamente se o período de teste foi estendido por mais 180 dias.

slmgr -dli

Observações

A versão de testes do windows não pode usada para propósitos comerciais, para isso você pode adquirir uma licença oficial Microsoft.

Windows Server 2016/2019 Evaluation: How to extend the Trial Period

In this post I will show you how to extend your trial period to three years. The evaluation version of Windows Server 2012 / 2016 is valid for 180 days and you can convert your trial version to retail.

To explore Windows Server 2016 or 2019 download it here:

https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2016/
https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2019

After installing, you can try it out for 180 days. After 180 days you and your system will run into troubles for sure. But the good news is: You can extend the period to another 180 days up to 3 years.

Extending the Trial Period

First, take a look at your desktop. You should see the countdown in the corner down right.

Unbenannt.PNG

Or start PowerShell and run slmgr.

1slmgr -dlv

Pay attention to the Timebased activation expiration and the Remaining Windows rearm count. You can rearm the period 6 times. (180 days * 6 = 3 years).

Unbenannt.PNG

When the period comes to an end, run slmgr -rearm to extend it by another 180 days.

1slmgr -rearm
Unbenannt.PNG

Next restart your computer.

1Restart-Computer

Once restarted, open PowerShell and check your settings.

1slmgr -dli
Unbenannt.PNG

Important Note

The evaluation version may not be used for commercial purposes. Have fun playing with the Windows Server 2016 Evaluation Version!

By the way: You can do the same with Windows 10. But the Windows 10 Evaluation Version can be used only for 180 days in total.