Merge branch 'PHP-8.0'

* PHP-8.0:
  exit_status is no longer a true global
This commit is contained in:
Christoph M. Becker 2021-07-12 23:40:16 +02:00
commit 497858a043
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6

View file

@ -1085,7 +1085,7 @@ do_repeat:
zend_printf("Exception: %s\n", Z_STRVAL_P(msg));
zend_object_release(EG(exception));
EG(exception) = NULL;
exit_status = 1;
EG(exit_status) = 1;
} else {
zend_print_zval(&ref, 0);
zend_write("\n", 1);