Installing Xdebug for XAMPP with PHP 7.x
Requirements
- XAMPP for Windows: https://www.apachefriends.org/download.html
- Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019
For local development you could also use Nginx with PHP as an replacement for XAMPP.
c:\nginx
c:/nginx/config/nginx.conf
and replace the server { ... }
section with this configuration:SELECT
LOWER(
CONCAT(
# 1th and 2nd block are made of 6 random bytes
HEX(RANDOM_BYTES(4)),
'-',
HEX(RANDOM_BYTES(2)),
The url has changed:
https://odan.github.io/2023/01/12/phpstan-disallow-assign-in-conditional-rule.html
dotnet add package MySql.Data.EntityFramework
using System.Configuration;
using System.Data;
using System.Data.Common;
Requires .NET 7 SDK
dotnet new sln -o MyApi
cd MyApi
dotnet new webapi -o MyApi
CPU Memory
If you accidentally committed something you shouldn’t have, and pushed it to Github, there are still ways to delete or modify it.
You can do an interactive rebase, which is useful if the commit isn’t the most recent one. If the commit was, for example, 12 commits ago, you can rebase from then, remove the offending commit, and save.
git rebase -i HEAD~12
https://odan.github.io/2019/12/02/slim4-oauth2-jwt.html
If you like the article, please click on the
This post has been deleted.