Answer the question
In order to leave comments, you need to log in
Why are there no php profiler logs?
The following settings are in php.ini:
xdebug.profiler_enable = 0
xdebug.profiler_enable_trigger = 1
xdebug.profiler_output_dir="%sprogdir%/userdata/temp/xdebug/"
$_POST['XDEBUG_PROFILE'] = 1;
$city = getCityById(1,$link);
$offices = getOfficesByCity($city, $link, '', 10);
foreach ($offices as $office) {
echo $office['address']."<br />\r\n";
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question