[TYPO3-dev] which profiler? - tt_products not working with 4.0Beta3
Andreas Otto
andreas.otto at dkd.de
Fri Mar 3 14:20:00 CET 2006
Hello Franz,
On Freitag, 3. März 2006 12:03, Franz Holzinger wrote in typo3.dev:
> However both profiler systems do not work at all. :-(.
Put these configuration options in your .htaccess file
php_value xdebug.profiler_enable "1"
php_value xdebug.profiler_output_dir "/tmp"
Or put the equivalent of these configuration options into your php.ini.
This assumes that your xdebug PHP extension is loaded.
If your xdebug PHP extension is not loaded you should add the next line
to your php.ini file.
zend_extension="/path/to/php5/extensions/xdebug"
Cheers,
Andreas
--
Initialise constants with DATA statements or INITIAL attributes;
initialise variables with executable code.
- The Elements of Programming Style (Kernighan & Plaugher)
--
Andreas Otto
d.k.d Internet Service GmbH
Kaiserstraße 79
60329 Frankfurt / Main
Fon: +49 69 43056170
Fax: +49 69 43056190
Mail: andreas.otto at dkd.de
Home: www.dkd.de
More information about the TYPO3-dev
mailing list