This commit is contained in:
Bozhidar 2024-04-29 00:42:55 +03:00
parent 856d0a5a93
commit 31c61066a7
3 changed files with 8 additions and 4 deletions

View file

@ -57,8 +57,8 @@ jobs:
sudo chmod 777 /usr/local/phyre/php/zend-xdebug/xdebug.so
sudo bash -c "echo 'zend_extension=/usr/local/phyre/php/zend-xdebug/xdebug.so' >> /usr/local/phyre/php/bin/php.ini"
sudo cp /usr/local/phyre/web/tests/xdebug-php-ini.txt /usr/local/phyre/php/bin/php.ini
sudo chmod 777 /usr/local/phyre/php/bin/php.ini
phyre-php -v

View file

@ -17,11 +17,11 @@ The admin panel can be opened on port: yourserver.com:8443
### Master branch
![Unit Tests](https://github.com/PhyreApps/PhyrePanel/actions/workflows/app-unit-test.yml/badge.svg)
[![codecov](https://codecov.io/gh/PhyreApps/PhyrePanel/branch/main/graph/badge.svg?token=aLAgaSMcbZ)](https://codecov.io/gh/PhyreApps/PhyrePanel)
[![codecov](https://codecov.io/gh/PhyreApps/PhyrePanel/graph/badge.svg?token=BO0RTPLS4W)](https://codecov.io/gh/PhyreApps/PhyrePanel)
### Dev branch
![Unit Tests](https://github.com/PhyreApps/PhyrePanel/actions/workflows/app-unit-test.yml/badge.svg?branch=dev)
[![codecov](https://codecov.io/gh/PhyreApps/PhyrePanel/branch/dev/graph/badge.svg?token=aLAgaSMcbZ)](https://codecov.io/gh/PhyreApps/PhyrePanel)
[![codecov](https://codecov.io/gh/PhyreApps/PhyrePanel/graph/badge.svg?token=BO0RTPLS4W)](https://codecov.io/gh/PhyreApps/PhyrePanel)
All development is done on the `dev` branch. The `master` branch is used for stable releases.

View file

@ -0,0 +1,4 @@
[xdebug]
zend_extension=/usr/local/phyre/php/zend-xdebug/xdebug.so
xdebug.mode=develop,debug,coverage
xdebug.start_with_request = yes