PhpED: PHP IDE
new features
features
version comparison
features: php tools
php debugger
php profiler
php frameworks
php scripts
features tour
licensing
php testing
PhpED difference
PhpED on Mac/Linux
testimonials
PhpDock
Nu-Coder
PhpExpress
TechPlatform

Debugging PHP on various platforms

This directory contains debugger modules for various platforms.

See installation instructions at https://nusphere.com/kb/technicalfaq/howto_install_dbg_module.htm

The following table describes the supported server configurations and locations of corresponding dbg modules. Please select the dbg module applicable to your platform.

Operating SystemBitness and CPURequirementsArchive or LocationDirectory insideComments
Linuxx86, 32glibc >= 2.12dbg-11.0.26-Linux.tar.gzx86 
Linuxx86, 64glibc >= 2.12dbg-11.0.26-Linux.tar.gzx86_646
Linuxarm, 32glibc >= 2.13dbg-11.0.26-Linux.tar.gzarmv63
Linuxarm, 64glibc >= 2.27dbg-11.0.26-Linux.tar.gzaarch648
Linuxx86, 32TS glibc >= 2.12dbg-11.0.26-Linux.tar.gzx86_TS 
Linuxx86, 64TS glibc >= 2.12dbg-11.0.26-Linux.tar.gzx86_64_TS6
Linuxarm, 32TS glibc >= 2.13dbg-11.0.26-Linux.tar.gzarmv6_TS3
Linuxarm, 64TS glibc >= 2.27dbg-11.0.26-Linux.tar.gzaarch64_TS8
 
Windowsx86, 32TS, VC9 Windows\x86_VC9 1, 4
Windowsx86, 32NTS, VC9 Windows\x86_NTS_VC9 2, 4
Windowsx86, 32TS, VC11 Windows\x86_VC11 1, 5
Windowsx86, 32NTS, VC11Windows\x86_NTS_VC11 2, 5
Windowsx86, 32TS, VC14 Windows\x86_VC14 1, 9
Windowsx86, 32NTS, VC14 Windows\x86_NTS_VC14 2, 9
Windowsx86, 32TS, VC15 Windows\x86_VC15 1, 10
Windowsx86, 32NTS, VC15 Windows\x86_NTS_VC15 2, 10
Windowsx86, 32TS, VS16 Windows\x86_VC15 1, 11
Windowsx86, 32NTS, VS16 Windows\x86_NTS_VC15 2, 11
Windowsx86, 64TS, VC9 Windows\x86_64_VC9 1, 4
Windowsx86, 64NTS, VC9 Windows\x86_64_NTS_VC9 2, 4
Windowsx86, 64TS, VC11 Windows\x86_64_VC11 1, 5
Windowsx86, 64NTS, VC11Windows\x86_64_NTS_VC11 2, 5
Windowsx86, 64TS, VC14 Windows\x86_64_VC14 1, 9
Windowsx86, 64NTS, VC14 Windows\x86_64_NTS_VC14 2, 9
Windowsx86, 64TS, VC15 Windows\x86_64_VC15 1, 10
Windowsx86, 64NTS, VC15 Windows\x86_64_NTS_VC15 2, 10
Windowsx86, 64TS, VS16 Windows\x86_64_VC15 1, 11
Windowsx86, 64NTS, VS16 Windows\x86_64_NTS_VC15 2, 11
 
FreeBSDx86, 32v.10.2 or higherdbg-11.0.26-FreeBSD.tar.gzx86 
FreeBSDx86, 64v.10.2 or higherdbg-11.0.26-FreeBSD.tar.gzx86_646
FreeBSDx86, 32TS v.10.2 or higherdbg-11.0.26-FreeBSD.tar.gzx86_TS 
FreeBSDx86, 64TS v.10.2 or higherdbg-11.0.26-FreeBSD.tar.gzx86_64_TS6
 
Sun (solaris)x86, 32v.11 or higherdbg-11.0.26-SunOS.tar.gzx86 
Sun (solaris)x86, 64v.11 or higherdbg-11.0.26-SunOS.tar.gzx86_646
Sun (solaris)x86, 32TS v.11 or higherdbg-11.0.26-SunOS.tar.gzx86_TS 
Sun (solaris)x86, 64TS v.11 or higherdbg-11.0.26-SunOS.tar.gzx86_64_TS6
 
NetBSDx86, 32v.7.1 or higherdbg-11.0.26-NetBSD.tar.gzx86 
NetBSDx86, 64v.7.1 or higherdbg-11.0.26-NetBSD.tar.gzx86_646
NetBSDx86, 32TS v.7.1 or higherdbg-11.0.26-NetBSD.tar.gzx86_TS 
NetBSDx86, 64TS v.7.1 or higherdbg-11.0.26-NetBSD.tar.gzx86_64_TS6
 
OpenBSDx86, 32v.6.4 or higherdbg-11.0.26-OpenBSD.tar.gzx86 
OpenBSDx86, 64v.6.4 or higherdbg-11.0.26-OpenBSD.tar.gzx86_646
OpenBSDx86, 32TS v.6.4 or higherdbg-11.0.26-OpenBSD.tar.gzx86_TS 
OpenBSDx86, 64TS v.6.4 or higherdbg-11.0.26-OpenBSD.tar.gzx86_64_TS6
 
Mac OSX32/64v.12.6 or higherdbg-11.0.26-MacOSX.tar.gzuniversal7
Mac OSX32/64TS v.12.6 or higherdbg-11.0.26-MacOSX.tar.gzuniversal TS7

COMMENTS:

  • TS stands for php compiled with thread-safety turned on (see phpinfo output to make sure if you run php with this option)
  • NTS stands for php compiled with thread-safety option turned off (see phpinfo output to make sure if you run php with this option)
  • armv6 means support for all major 32bit ARM platforms starting with ARMv6 and higher: ARM11, CortexM0-CortexM4, CortexR4-CortexR7, Cortex-A5, -A7, -A8, -A9, -A12, -A15 etc
  • VC9 means that php is compiled with MS Visual Studio 2008 runtime library (msvcr90.dll is in the dependencies)
  • VC11 means that php is compiled with MS Visual Studio 2012 runtime library (msvcr110.dll is in the dependencies)
  • In case of 64bit hardware, please make sure that installed php is also 64bit, otherwise you need 32bit debugger modules even though the hardware is 64bit.
  • Universal binaries for Mac OSX platforms include x86 and x86 64 built-in modules
  • aarch64 means support for all major 64bit ARM platforms (ARMv8+): -A53, -A57, -A72 etc
  • VC14 means that php is compiled with MS Visual Studio 2015 runtime library
  • VC15 means that php is compiled with MS Visual Studio 2017 runtime library
  • VS16 means that php is compiled with MS Visual Studio 2019 runtime library

PhpED comes with pre-configured embedded web server only. If you need to debug php scripts with Apache or IIS you have to install debugger module manually. Alternatively, you may want to install TechPlatform product which includes Apache, Perl, PHP and php Debugger.

See https://nusphere.com site for products and updates.

Modules for other platforms and/or php versions may be provided upon request.

See installation instructions here.

If you have any questions or encountered problems, do not hesitate to contact us at https://nusphere.com/contact_us/

 Download NuSphere PHP IDE

Download a free trial of the fast PHP EDitor and robust Integrated Development Environment for PHP.

 Buy NuSphere PhpED® now

Best PHP Editor and complete PHP IDE.
NuSphere PhpED 20.0 is available from our online store front.
"To be honest its bloody awesome, I have looked at loads of PHP editors and this is THE only one that actual works straight out of the box!!! Brilliant, well done."
Andrew Breward,
Director of Technology
caboodal.com

 Guide

Walk through NuSphere PhpED interface
PhpED video tutorial: Webservices
Learn how to add webservices to your code in less than 5 minutes (a flash demo).

 Special Team4 Offer

Get 4 copies of PhpED for the price of 3!

Optimum solution for development teams.
PhpED 20.0 Team4
Need more than 4 licenses? Contact Us for more quantity discounts, please use "Ordering/Payment issue" subject on the form.

 Dr. Dobb's

Dr. Dobb's

Dr. Dobb's Magazine covers NuSphere PhpED in New and Noteworthy section.

 InfoWorld

infoworld.com
PhpED is a proper, world-class IDE for PHP code. It is the only IDE worth considering if PHP development is your primary job