File: control

package info (click to toggle)
php4-apd 0.4p2-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,696 kB
  • ctags: 398
  • sloc: sh: 8,306; ansic: 2,188; awk: 70; makefile: 62
file content (19 lines) | stat: -rw-r--r-- 858 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: php4-apd
Section: web
Priority: optional
Maintainer: Jonathan Oxer <jon@debian.org>
Build-Depends: debhelper (>> 4.0.0), binutils, php4-dev (>= 4:4.3.10-3 )
Standards-Version: 3.6.2

Package: php4-apd
Architecture: any
Depends: ${php:Depends}, ${shlibs:Depends}, php4-cli (>= 4:4.3), php4-pear
Recommends: php4 (>= 4:4.3)
Description: PHP code execution profiler and debugger
 Advanced PHP Debugger is a full-featured PHP profiler/debugger that 
 is loaded as a zend_extension. It aims to be an analog of C's gprof 
 or Perl's Devel::DProf, and provides PHP developers with a number of 
 additional functions which can be used to obtain internal code 
 execution details such as timing information, function call tree and 
 stack backtrace. This is particularly useful for performance profiling 
 purposes. See pear.php.net/apd for more information.