summaryrefslogtreecommitdiff
path: root/src/sp_execute.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp_execute.c')
-rw-r--r--src/sp_execute.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sp_execute.c b/src/sp_execute.c
index 140e227..ab73972 100644
--- a/src/sp_execute.c
+++ b/src/sp_execute.c
@@ -24,7 +24,6 @@ ZEND_COLD static inline void terminate_if_writable(const char *filename) {
24 } else { 24 } else {
25 sp_log_drop("readonly_exec", 25 sp_log_drop("readonly_exec",
26 "Attempted execution of a writable file (%s).", filename); 26 "Attempted execution of a writable file (%s).", filename);
27 zend_bailout();
28 } 27 }
29 } else { 28 } else {
30 if (EACCES != errno) { 29 if (EACCES != errno) {