Commit graph

3 commits

Author SHA1 Message Date
obache
238e6ba6f1 Use pkgsrc php zend extension framework. 2014-11-02 06:51:06 +00:00
sborrill
2dcca3f708 Remove PECL_LEGACY_VERSION_SCHEME accidentally left in 2014-10-14 11:32:45 +00:00
sborrill
7e6b6344bf Add Xdebug, a debugging extension for PHP:
The Xdebug extension helps you debugging your script by providing
a lot of valuable debug information.
The debug information that Xdebug can provide includes the following:

    * stack traces and function traces in error messages with:
          o full parameter display for user defined functions
          o function name, file name and line indications
          o support for member functions
    * memory allocation
    * protection for infinite recursions

Xdebug also provides:

    * profiling information for PHP scripts
    * code coverage analysis
    * capabilities to debug your scripts interactively with a debug client
2014-10-14 11:14:50 +00:00