Warning: You're looking at a styleless page because your browser is ignoring CSS styles. You're probably using a very old browser, or you disabled CSS support by purpose. We suggest you to download a modern browser such as Firefox or Internet Explorer.

Problem: My firewall warns me that PHPEdit is opening ports and acting as a server

This is expected, for some features to function, PHPEdit needs to listen of certain ports, these are the ones currently used:

  • Internal server (5111 by default): The internal servers acts like a very simple HTTP server to allow debugging or your scripts;
  • Firefox extension listener (5112 by default): The Firefox extension listener communicates with the Firefox PHPEdit debugging extension to facilitate debugging your scripts with Firefox;
  • Xdebug listener (9000 by default): The Xdebug listener communicates with Xdebug on the server to exchange debugging informations.