Question

I'm trying to find a copy of the Zend debugger for PHP 5.4.

I've followed the various tutorials on the web telling me to download the Studio Web Debugger from the zend website, but unfortunately it only contains the binaries for PHP 5.3 (and below). I can't seem to find any mention anywhere of the Zend Debugger for PHP 5.4 ... it seems like they no longer make it and instead want you to use their full Server product instead.

Was it helpful?

Solution

Amazingly, Zend, "The PHP Company", will sell you Zend Studio, but they will not package a 5.4 version of the Studio Debugger in the related download. I would think they could get an updated version out since 5.4 has been released for over a year...

In any event, a work around has been making the rounds on the Internets.

Here is a full set of instructions for a Debian based system.

It was based largely on this Zend Forum post... http://forums.zend.com/viewtopic.php?t=47568&f=59#p148893

The gist is to lift a 5.4 debugger file from an old Zend Server download an use it instead.

Many thanks to the original posters.

OTHER TIPS

I had the same problem - however recent versions of the debuggers for php 5.3.x and php 5.4.x are included in the free version of Zend Server, so you can install that, make a copy of the .dll or .so that you need, and then uninstall it.

I did this to get at a version of ZendDebugger.dll that would work with php 5.3 and Zend Studio 10, but there is a 5.4 version of Zend Server aswell.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top