$ cat /tmp/tmp.yCbtQyetH5/test.php
<?php
function error() {
trigger_error('abc');
}
error();
$ php /tmp/tmp.yCbtQyetH5/test.php
$ tail -n 1 /var/log/error.log
[22-Apr-2022 11:21:40 Europe/Berlin] PHP Notice: abc in /tmp/tmp.yCbtQyetH5/test.php on line 3
The backtrace is missing.
Why?
If it helps, here is a summary of php.ini:
log_errors = On
error_log = /var/log/error.log
display_errors = Off
You never told it to generate a backtrace.
alex:
Il 22/04/22 16:08, Jerry Stuckle ha scritto:
You never told it to generate a backtrace.
that is?
do i have to set something?
<https://www.php.net/manual/en/function.debug-backtrace.php>
Il 22/04/22 16:08, Jerry Stuckle ha scritto:
You never told it to generate a backtrace.
that is?
do i have to set something?
Il 22/04/22 18:34, Arno Welzel ha scritto:
alex:
Il 22/04/22 16:08, Jerry Stuckle ha scritto:
You never told it to generate a backtrace.
that is?
do i have to set something?
<https://www.php.net/manual/en/function.debug-backtrace.php>
But this is for manually generating.
Yet it seems to me that before (perhaps with an older version of php)
the backtrace was logged normally.
Il 22/04/22 18:34, Arno Welzel ha scritto:
Il 22/04/22 16:08, Jerry Stuckle ha scritto:<https://www.php.net/manual/en/function.debug-backtrace.php>
But this is for manually generating.
Yet it seems to me that before (perhaps with an older version of
php) the backtrace was logged normally.
AFAIK PHP never did this, but xdebug does so - perhaps you had it
installed in earlier days.
On Fri, 22 Apr 2022 19:14:52 alex wrote:
Il 22/04/22 18:34, Arno Welzel ha scritto:
Il 22/04/22 16:08, Jerry Stuckle ha scritto:<https://www.php.net/manual/en/function.debug-backtrace.php>
But this is for manually generating.AFAIK PHP never did this, but xdebug does so - perhaps you had it
Yet it seems to me that before (perhaps with an older version of
php) the backtrace was logged normally.
installed in earlier days.
Bye,
Stefan
--
http://kontaktinser.at/ - die kostenlose Kontaktboerse fuer Oesterreich Offizieller Erstbesucher(TM) von mmeike
Verführung, die man spät bereut - Stefan: bocken, welch grünes Verlangen! (Sloganizer)
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 351 |
Nodes: | 16 (2 / 14) |
Uptime: | 29:03:46 |
Calls: | 7,634 |
Files: | 12,796 |
Messages: | 5,688,852 |