ID: 29677 Updated by: [EMAIL PROTECTED] Reported By: jotta at mailbox dot hu -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: - PHP Version: Irrelevant New Comment:
This bug has been fixed in the documentation's XML sources. Since the online and downloadable versions of the documentation need some time to get updated, we would like to ask you to be a bit patient. Thank you for the report, and for helping us make our documentation better. Previous Comments: ------------------------------------------------------------------------ [2004-08-14 14:43:17] jotta at mailbox dot hu Description: ------------ I was looking for a solution to specify a charset option for imap_search(). After a day long research, I've found, that this is supported in imap_search() and imap_open() for more than a year (patch was posted here: http://bugs.php.net/bug.php?id=22505 ), but it's still not documented. The documentation should read: array imap_sort ( resource stream, int criteria, int reverse [, int options [, string search_criteria [, string charset ]]]) and array imap_search ( resource imap_stream, string criteria, int options, string charset) The documentation might help users by telling which charsets are supported by the IMAP library: http://www.washington.edu/imap/IMAP-FAQs/index.html#1.12 It's tested and working under Linux and PHP 4.3.7 with an IMAP library version 2004 (that's imap-2004.tar.Z) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=29677&edit=1