[xdebug-dev] Bug 0000170: xdebug.trace_output_dir is always /tmp

From: <xdebug-dev[@]lists.xdebug.org>
Date: Sat, 25 Feb 2006 17:47:06 +0100

The following bug requires your FEEDBACK.
======================================================================
http://bugs.xdebug.org/bug_view_page.php?bug_id=0000170
======================================================================
Reporter: Flink
Handler:
======================================================================
Project: Xdebug
Bug ID: 170
Category: Installation
Reproducibility: always
Severity: trivial
Priority: normal
Status: feedback
Operating System:
PHP Version: 5.1.1
Xdebug Version: 2.0.0rc1-dev
======================================================================
Date Submitted: 2006-02-25 17:31 CET
Last Modified: 2006-02-25 17:47 CET
======================================================================
Summary: xdebug.trace_output_dir is always /tmp
Description:
It is not possible to change the trace_output_dir.
I have entered into php.ini file and restarted apache:

; XDEBUG 2 PROFILER
;zend_extension="/usr/lib/php/extensions"
xdebug.profiler_enable = 1
xdebug.profiler_output_dir = /var/www/html

However the phpinfo file always shows
xdebug.profiler_output_dir /tmp /tmp
xdebug.profiler_output_name crc32 crc32
======================================================================

----------------------------------------------------------------------
 Flink - 2006-02-25 17:39 CET
----------------------------------------------------------------------
Something with the installation seems to be wrong.
When I start a local PHP web application, the no file starting with
"cachegrind.out." can be found in /tmp

What can be wrong here?

----------------------------------------------------------------------
 derick - 2006-02-25 17:47 CET
----------------------------------------------------------------------
This line will never work. Firstly it is commented out, and secondly it
misses the "xdebug.so" at the end... now you're trying to load an
directory as an extension.
;zend_extension="/usr/lib/php/extensions".

Bug History
Date Modified Username Field Change
======================================================================
2006-02-25 17:31Flink New Bug
2006-02-25 17:31Flink Bug Monitored: Flink
2006-02-25 17:39Flink Bugnote Added: 0000374
2006-02-25 17:47derick Bugnote Added: 0000376
2006-02-25 17:47derick Additional Information Updated
2006-02-25 17:47derick Status new => feedback
======================================================================
Received on Sat Feb 25 2006 - 17:47:38 GMT

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST