Feeds
Artikel
Kommentare

Archiv für Januar, 2010

Anforderungen Diese Erweiterung benötigt keine externen Bibliotheken. Installation/Konfiguration Installation Installation/Konfiguration

Building on Win32 To build APD under Windows you need a working PHP compilation environment as described on http://php.net/ — basically, it requires you to have Microsoft Visual C++, win32build.zip, bison/flex, and some know how to get it to work. Also ensure that adp.dsp has DOS line endings; if it has unix line endings, Microsoft [...]

Installation APD is currently available as a PECL extension from » php-dokumentation-http://pecl-php-net/package/apd. Run the following command to download, build, and install the latest stable version of APD: pear install apd This automatically installs the APD Zend module into your PHP extensions directory. It is not mandatory to keep it there; you can store the module [...]

How to use PHP-APD in your scripts As the first line of your PHP script, call the apd_set_pprof_trace() function to start the trace: apd_set_pprof_trace(); You can insert the line anywhere in your script, but if you do not start tracing at the beginning of your script you discard profile data that might otherwise lead you [...]

« Zurück - Nächste »