Re: Re: I need Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 12/29/2014 03:35 PM, Piers wrote:
> On 30/12/14 09:29, Rolando Titiosky wrote:
>> So, Any existing Debug systems do require me to insert external code?
> 
> 
> If you are not wanting to use xdebug or chop the code up could you not edit
> the last line of the called page and create a log file from the $_REQUEST and
> debug_back_trace() - this would give yo the foundations to see what was called
> by each response.
> 
> From their you could spider/crawl the application to trigger as many pathways
> through the code as possible.
> 
> Cheers
> 
> P
> 

In lue of modifying each file, in a development environment, they could use
the following PHP_INI option

; Automatically add files before or after any PHP document.
auto_prepend_file =
auto_append_file =

-- 
Jim Lucas

http://www.cmsws.com/
http://www.cmsws.com/examples/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux