diff --git a/reference/imap/functions/imap-search.xml b/reference/imap/functions/imap-search.xml
index b023a795da..816eb6d808 100644
--- a/reference/imap/functions/imap-search.xml
+++ b/reference/imap/functions/imap-search.xml
@@ -1,5 +1,5 @@
-
+
@@ -16,6 +16,7 @@
resourceimap_stream
stringcriteria
intoptions
+ stringcharset
This function performs a search on the mailbox currently opened
@@ -159,6 +160,9 @@
Valid values for flags are SE_UID, which causes the returned
array to contain UIDs instead of messages sequence numbers.
+
+ Parameter charset was added in PHP 4.3.3.
+
diff --git a/reference/imap/functions/imap-sort.xml b/reference/imap/functions/imap-sort.xml
index 0592dfd142..df630c95fe 100644
--- a/reference/imap/functions/imap-sort.xml
+++ b/reference/imap/functions/imap-sort.xml
@@ -1,5 +1,5 @@
-
+
@@ -15,6 +15,7 @@
intreverse
intoptions
stringsearch_criteria
+ stringcharset
Returns an array of message numbers sorted by the given
@@ -78,6 +79,9 @@
+
+ Parameter charset was added in PHP 4.3.3.
+