]> granicus.if.org Git - php/commit
Fixed bug #65275
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 10 Aug 2020 10:39:19 +0000 (12:39 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 10 Aug 2020 10:40:26 +0000 (12:40 +0200)
commit7c3e487289ec41e560cf7a77e36eb43da2234f33
tree5b51aa6e654489014b3d62fb620ff4dd0fc2b9ca
parent4c1a490be53cfb4de16a0a20a89c3433fff72397
Fixed bug #65275

Make EG(exit_status) the single source of truth for the exit status,
instead of having two variables that we cannot really keep
synchronized.
NEWS
main/main.c
sapi/cli/php_cli.c
sapi/cli/tests/bug65275.inc [new file with mode: 0644]
sapi/cli/tests/bug65275.phpt [new file with mode: 0644]