Skip to content

Instantly share code, notes, and snippets.

View pc-magas's full-sized avatar
🇬🇷
Souvlaki daisuki!!!!!

pc_magas pc-magas

🇬🇷
Souvlaki daisuki!!!!!
View GitHub Profile
@pc-magas
pc-magas / setup_xdebug.sh
Created September 29, 2023 21:37
Setup Xdebug
#!/usr/bin/env bash
#
# Xdebug setup Script
# Copyright (C) 2023 Dimitrios Desyllas
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
@pc-magas
pc-magas / gist:081de6cf234e3489e47a11913c506438
Created September 29, 2023 21:40
Setup php at ant php version >= 5.3
<?php
/**
*
* Xdebug setup Script - php version
* Copyright (C) 2023 Dimitrios Desyllas
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by