[TYPO3-dev] which profiler? - tt_products not working with 4.0Beta3

Franz Holzinger franz at fholzinger.com
Fri Mar 3 21:00:25 CET 2006


Hello Andreas,
> 
>>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"
> 

thanks.

I have followed your steps from here. I have installed xdebug with the
rpm available from Mandriva . And then I have put it into /etc/php.ini
as well as into the .htaccess file in /var/www/html .
The apache server has been restarted.

Name        : php-xdebug                   Relocations: (not relocatable)
Version     : 2.0.0                             Vendor: Mandriva
Release     : 1.20060103.2mdk               Build Date: jeu 02 fév 2006
12:56:16 CET


But I cannot find the generated profile in /tmp and nowhere else.
Or do I have to change the php files?


Franz




More information about the TYPO3-dev mailing list