Closed arnaud-lb closed 2 years ago
xdebug overrides zend_error_cb after memprof, which removes our ability to see OOMs.
zend_error_cb
Here we try to override zend_error_cb as late as possible, so that xdebug doesn't conflicts anymore.
xdebug overrides
zend_error_cb
after memprof, which removes our ability to see OOMs.Here we try to override zend_error_cb as late as possible, so that xdebug doesn't conflicts anymore.