PHP.INI: Enabling Profiling Support in DBG

Alles, was PHP betrifft, kann hier besprochen werden.

PHP.INI: Enabling Profiling Support in DBG

Postby DavidMD » 12. March 2003 01:50

Hello, everyone! :)

I have downloaded Maguma Studio Light and would like to install it.

The FAQ provides instructions to enable profiling support in DBG:

> URL: http://support.maguma.com/faqs/index.php
>
> 2.3 How do I enable profiling support in DBG and how do I use
> the Profiling feature of Maguma Studio for PHP?
> To enable Profiling with DBG you have to make the following
> changes in your php.ini:
> section "[Debugger]" -> add "debugger.profiler_enabled = true"
>
> Then you have to start a DBG session as usual (by running a script
> that is located on a DBG enabled server), now you can start to
> analyze the profile of your script by hitting Alt+P or by selecting
> "Profile Analyzer" in the "Run (Debug)" Menu.


I cannot, however, find the "[Debugger]" section in 'php.ini', so I do not know how to proceed. :(

I would appreciate any suggestions! Thank you, very much, in advance! :D

Cordially,

David
--
http://ddickerson.igc.org/

P.S. -- You can download Maguma Studio Light at the following URL:

http://www.maguma.com/home/index.php
In a world of absurdity, we must
invent reason; we must create
beauty out of nothingness.

-- Elie Wiesel
User avatar
DavidMD
 
Posts: 23
Joined: 29. January 2003 02:41
Location: Hermitage, Tennessee, USA

DBG debugger

Postby hans » 07. May 2003 14:05

hatte eben das gleiche Problem:

benütze Wampp2 aktuell

in ..apache/bin/php.ini hinzufügen am Ende von extensions:

;extension=php_zip.dll

extension=php_dbg.dll-4.3.0rc2
zend_extension=/wampp2/php/extensions/php_dbg.dll-4.3.0rc2

[debugger]
debugger.enabled = true
debugger.profiler_enabled = true
debugger.JIT_host = clienthost
debugger.JIT_port = 7869
hans
 

Postby Pc-dummy » 07. May 2003 19:33

Hello DavidMD

If you cant read German i will u translate the text from hans :)

he has write

Had the same problem

usw Wampp2 in time

in apache/bin/php.ini i add on the end off extensions

<list>
;extension=php_zip.dll

extension=php_dbg.dll-4.3.0rc2
zend_extension=/wampp2/php/extensions/php_dbg.dll-4.3.0rc2
</list>

Past off this Lines :)

<list>
[debugger]
debugger.enabled = true
debugger.profiler_enabled = true
debugger.JIT_host = clienthost
debugger.JIT_port = 7869
</list>

So long
Pc-Dummy

P.s.: Hope you can understand my bad english ;)
Pc-dummy
AF Moderator
 
Posts: 784
Joined: 29. December 2002 01:46
Location: AT-Vorarlberg-Feldkirch


Return to PHP

Who is online

Users browsing this forum: No registered users and 23 guests