Commit 7f337a4
imap_delete / imap_undelete: correction
imap_delete and imap_undelete both have parameter $message_num of type string. All other imap_* - functions have $message_num as int and $message_nums as string.
For imap_delete and imap_undelete, it really should be string $message_nums. I also opened a bug at php for this. php doc has correct type, but comment is wrong and parameter names should be changed to be consistent for all imap_*-functions.
https://bugs.php.net/bug.php?id=816491 parent b8b7eb5 commit 7f337a4
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5208 | 5208 | | |
5209 | 5209 | | |
5210 | 5210 | | |
5211 | | - | |
| 5211 | + | |
5212 | 5212 | | |
5213 | 5213 | | |
5214 | 5214 | | |
| |||
5265 | 5265 | | |
5266 | 5266 | | |
5267 | 5267 | | |
5268 | | - | |
| 5268 | + | |
5269 | 5269 | | |
5270 | 5270 | | |
5271 | 5271 | | |
| |||
0 commit comments