Skip to content

Commit 22ce955

Browse files
committed
Remove unnnecessary DEREF parameter
1 parent e357f67 commit 22ce955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/mail.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ PHP_FUNCTION(mail)
300300
Z_PARAM_STRING(subject, subject_len)
301301
Z_PARAM_STRING(message, message_len)
302302
Z_PARAM_OPTIONAL
303-
Z_PARAM_ZVAL_DEREF(headers)
303+
Z_PARAM_ZVAL(headers)
304304
Z_PARAM_STR(extra_cmd)
305305
ZEND_PARSE_PARAMETERS_END();
306306

0 commit comments

Comments
 (0)