allthumbs Posted January 10, 2007 Share Posted January 10, 2007 Are there any recommended tools that will test code before going to production for php (5.2)Utimately I want to check how clean the code is and catch issues prior to going to production.Front end php, backend database is tied into MS SQL.Any help is appreciated. Link to comment https://forums.phpfreaks.com/topic/33658-application-testing-52-catching-errors-before-production/ Share on other sites More sharing options...
genericnumber1 Posted January 10, 2007 Share Posted January 10, 2007 Uhhh the Zend Developing Environment (IDE) has active debugging, though that's not free.You could just download xampp - http://www.apachefriends.org/en/xampp.htmlwhich is a very easy to run ?AMP server that's really easy to set up... I use it for most of my local debugging before uploading to my live server. Link to comment https://forums.phpfreaks.com/topic/33658-application-testing-52-catching-errors-before-production/#findComment-157757 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.