Re: [PHP-DEV] [PATCH] Add configuration value to enable/disable stack trace logging

2019-06-17 Thread Erik Lundin
which would be one less thing to maintain. /Erik > 17 juni 2019 kl. 21:27 skrev Björn Larsson : > >> Den 2019-06-17 kl. 19:10, skrev Erik Lundin: >> Background: >> The latest version of PHP seems to handle fatal errors as exceptions which >> results in stack traces

Re: [PHP-DEV] Re: [PATCH] Add configuration value to enable/disable stack tracelogging

2019-06-17 Thread Erik Lundin
this should be enabled in steps? No stack trace (Default?) Stack trace with obfuscated argument-data Full stack trace /Erik Lundin > 17 juni 2019 kl. 19:45 skrev Mark Randall : > >> On 17/06/2019 18:10, Erik Lundin wrote: >> Background: >> The latest version of PHP seem

[PHP-DEV] [PATCH] Add configuration value to enable/disable stack trace logging

2019-06-17 Thread Erik Lundin
in Zend/zend.c as the exception message is compiled in Zend/zend_exceptions.c. Adding it to main/main.c would change the scope from zend_compiler_globals to php_core_globals and I guess that you wouldn't want to mix them? Link to pull request: https://github.com/php/php-src/pull/4281

[PHP-DEV] [PATCH] Raw logging to syslog

2019-06-15 Thread Erik Lundin
g. The code for the other configuration values should be untouched by this change. Link to pull request: https://github.com/php/php-src/pull/4265 -- Regards, Erik Lundin -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php