2013/3/19 Darío González García <dario...@gmail.com>

> Hello.
>
> xdebug generates very large files
>
> zend_extension = "C:\xampp\php\ext\php_xdebug-2.2.1-5.4-vc9.dll"
> xdebug.profiler_append = 0
> xdebug.profiler_enable = 1
> xdebug.profiler_enable_trigger = 0
> xdebug.profiler_output_dir = "C:\xampp\tmp"
> xdebug.profiler_output_name = "cachegrind.out.%t-%s"
> xdebug.remote_enable = 0
> xdebug.remote_handler = "dbgp"
> xdebug.remote_host = "127.0.0.1"
> xdebug.trace_output_dir = "C:\xampp\tmp"
>
>
> Each operation that I do with the application generates a very large files
> . I completed a 450 GB hard drive with the files in the folder "C: \ xampp
> \ tmp"
>
> And when you delete the files in the folder are lost every style.
>
> and if xdebug elinime not let me load any of the pages in the application.
>
> I can do to configure and / or fix this problem.


I am nearly sure I read this message from you the third time on 3 different
lists, but again: Disable the profiler! It is enabled it saves (you may
guess) the data from the profiling. You even tell it where to save it and
you already realized, that the large files are exactly there ;) As long as
you don't want to profile anything, leave it disabled.


>
>
> Thank you.
>
> --
> --
> If you want to report a vulnerability issue on Symfony, please read the
> procedure on http://symfony.com/security
>
> You received this message because you are subscribed to the Google
> Groups "symfony developers" group.
> To post to this group, send email to symfony-devs@googlegroups.com
> To unsubscribe from this group, send email to
> symfony-devs+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/symfony-devs?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Symfony developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to symfony-devs+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>



-- 
github.com/KingCrunch

-- 
-- 
If you want to report a vulnerability issue on Symfony, please read the 
procedure on http://symfony.com/security

You received this message because you are subscribed to the Google
Groups "symfony developers" group.
To post to this group, send email to symfony-devs@googlegroups.com
To unsubscribe from this group, send email to
symfony-devs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Symfony developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to symfony-devs+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to