Last active
July 15, 2016 09:30
Revisions
-
a7madev renamed this gist
Jul 15, 2016 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
a7madev revised this gist
Jul 15, 2016 . 3 changed files with 13 additions and 13 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ # PHP xdebug on OS X # PHP xdebug on Windows ## XAMPP 1. Open php.ini from XAMPP Control Panel 2. Uncomment xdebug section 3. Restart XAMPP Apache 4. . Go to PHPStorm, open settings and select PHP Interpreter 5. . Add new Interpreter, select "C:\xampp\php\php.exe" and save. Note: Make sure xdebug is "installed" 6. Select Run >> Start listenening for PHP connections 7. . Refresh your website This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +0,0 @@ This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,12 +0,0 @@ -
a7madev revised this gist
Jul 15, 2016 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ # xdebug plugins ## Chrome - [Xdebug helper](https://chrome.google.com/extensions/detail/eadndfjplgieldjbigjakmdgkmoaaaoc) - [JetBrains IDE Support](https://chrome.google.com/webstore/detail/jetbrains-ide-support/hmhgeddbohgjknpmjagkdomcpobmllji?hl=en) -
a7madev revised this gist
Jul 15, 2016 . 3 changed files with 21 additions and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,12 @@ # PHP xdebug on Windows ## XAMPP 1. Open php.ini from XAMPP Control Panel 2. Uncomment xdebug section 3. Restart XAMPP Apache 1. Go to PHPStorm, open settings and select PHP Interpreter 2. Add new Interpreter, select "C:\xampp\php\php.exe" and save. Note: Make sure xdebug is "installed" 3. Select Run >> Start listenening for PHP connections 4. Refresh your website This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ # xdebug plugins ## Chrome - (Xdebug helper)[https://chrome.google.com/extensions/detail/eadndfjplgieldjbigjakmdgkmoaaaoc] - (JetBrains IDE Support)[https://chrome.google.com/webstore/detail/jetbrains-ide-support/hmhgeddbohgjknpmjagkdomcpobmllji?hl=en] This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ # xdebug Resources - [Installing and Configuring XAMPP with PhpStorm IDE](https://confluence.jetbrains.com/display/PhpStorm/Installing+and+Configuring+XAMPP+with+PhpStorm+IDE) - [XAMPP PHPStorm und XDebug](https://www.youtube.com/watch?v=mEJ21RB0F14) - [WordPress debugging in phpStorm](http://thehungrycoder.com/tutorial/wordpress-debugging-in-phpstorm.html) -
a7madev created this gist
Jul 15, 2016 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ # PHP xdebug on OS X This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ # PHP xdebug on Windows