summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/bcmath/libbcmath/src/outofmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bcmath/libbcmath/src/outofmem.c b/ext/bcmath/libbcmath/src/outofmem.c
index 05fa484e11..ba92450146 100644
--- a/ext/bcmath/libbcmath/src/outofmem.c
+++ b/ext/bcmath/libbcmath/src/outofmem.c
@@ -41,5 +41,5 @@
void bc_out_of_memory (void)
{
- zend_error_noreturn(E_ERROR, "bcmath: out of memory!");
+ zend_error(E_ERROR, "bcmath: out of memory!");
}