Skip to content

Commit a06816e

Browse files
committed
Promote one more
1 parent 1895c84 commit a06816e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/shmop/shmop.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ PHP_FUNCTION(shmop_open)
200200
}
201201

202202
if (shm.shm_segsz > ZEND_LONG_MAX) {
203-
php_error_docref(NULL, E_WARNING, "Shared memory segment too large to attach");
203+
zend_value_error(4, "is too large");
204204
goto err;
205205
}
206206

0 commit comments

Comments
 (0)