2015-02-02 13:22:51 by OBATA Akio | Files touched by this commit (1) |
Log message:
Revert
Use pkgsrc php zend extension framework.
This package is the only user.
|
2015-02-02 13:18:38 by OBATA Akio | Files touched by this commit (1) |
Log message:
Revert
Use pkgsrc php zend extension framework.
This package is the only user.
|
2014-11-02 07:51:06 by OBATA Akio | Files touched by this commit (2) |
Log message:
Use pkgsrc php zend extension framework.
|
2014-10-14 13:32:45 by Stephen Borrill | Files touched by this commit (1) |
Log message:
Remove PECL_LEGACY_VERSION_SCHEME accidentally left in
|
2014-10-14 13:14:50 by Stephen Borrill | Files touched by this commit (4) |
Log message:
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
|