[TYPO3-dev] which profiler? - tt_products not working with 4.0Beta3
Franz Holzinger
franz at fholzinger.com
Thu Mar 9 15:37:28 CET 2006
Hello Andreas,
>>>php_value xdebug.profiler_enable "1"
>>>php_value xdebug.profiler_output_dir "/tmp"
>>>
>>>What does a simple call to phpinfo() show?
>>
>>http://fholzinger.com/development/phpinfo.html
>
>
> These are the profiler settings from your phpinfo() call:
> xdebug.profiler_enable Off Off
>
> This means the profiling is not enabled in the configuration. Enable it
> and it should work.
>
how should I?
my /etc/php.ini:
; XDEBUG 2 PROFILER
zend_extension="/usr/lib/php/extensions/xdebug.so"
xdebug.profiler_enable = 1
xdebug.profiler_output_dir = /tmp
The apache2 has been restarted after adding these lines.
[root at argent html]# ls -l /usr/lib/php/extensions/xdebug.so
-rwxr-xr-x 1 root root 183176 fév 2 12:56
/usr/lib/php/extensions/xdebug.so*
And in /var/www/html I have the file .htaccess
# Add your own rules here
# ...
php_value xdebug.profiler_enable "1"
php_value xdebug.profiler_output_dir "/tmp"
So what is wrong?
- Franz
More information about the TYPO3-dev
mailing list