I am new to PHPstorm, i want to know how to set up a project in PHPstorm 7 with Xamp server. If anyone could give me tutorials and instructions to follow please?
I installed XAMPP and when i tried doingIntegrating the PHP executable, it didn't work, I couldn't call php 5.4 from xamp folder where as php folder does exists in xamp though. The Interpreter drop-down list shows nothing. Do you know what could be the reason?
It says didn't install. I have attached the image with it.
Sorry, but I do not understand what are you talking about -- your screenshot clearly shows that PhpStorm successfully identified that you have PHP 5.4.19 in C:\xampp\php
Also , what is the best debugger , Xdebug or zend?
It's a matter of personal choice.You have to try it yourself and see what works better for you.
But xdebug is widely used and has more manuals/tutorials etc (because it's open source?). Plus, some functionality of some packages (for example: PHPUnit code coverage report) works only with xdebug, AFAIK.
Hi there,
http://confluence.jetbrains.com/display/PhpStorm/Installing+and+Configuring+XAMPP+with+PhpStorm+IDE
^ Thanks for providing the link.
I installed XAMPP and when i tried doing Integrating the PHP executable, it didn't work, I couldn't call php 5.4 from xamp folder where as php folder does exists in xamp though. The Interpreter drop-down list shows nothing. Do you know what could be the reason?
It says didn't install. I have attached the image with it.
Attachment(s):
yo.png
Sorry, but I do not understand what are you talking about -- your screenshot clearly shows that PhpStorm successfully identified that you have PHP 5.4.19 in C:\xampp\php
It is working now , sorry I was a bit confused.
Also , what is the best debugger , Xdebug or zend?
It's a matter of personal choice.You have to try it yourself and see what works better for you.
But xdebug is widely used and has more manuals/tutorials etc (because it's open source?). Plus, some functionality of some packages (for example: PHPUnit code coverage report) works only with xdebug, AFAIK.