diff --git a/appendices/aliases.xml b/appendices/aliases.xml
index b45fe37661..f7b48de86e 100644
--- a/appendices/aliases.xml
+++ b/appendices/aliases.xml
@@ -14,9 +14,6 @@
renaming, which will lead to unportable script. This list is provided
to help those who want to upgrade their old scripts to newer syntax.
-
- This list is consistent with PHP 4.0.6.
-
Aliases
@@ -419,6 +416,11 @@
implode
Base syntax
+
+ key_exists
+ array_key_exists
+ Base syntax
+
labelframe
swfmovie_labelFrame
diff --git a/reference/array/functions/array-key-exists.xml b/reference/array/functions/array-key-exists.xml
index f552be7709..0c5267e624 100644
--- a/reference/array/functions/array-key-exists.xml
+++ b/reference/array/functions/array-key-exists.xml
@@ -94,12 +94,6 @@ if (array_key_exists('first', $search_array)) {
-
-
- The name of this function is key_exists
- in PHP 4.0.6.
-
-
array_key_exists vs isset
@@ -123,6 +117,16 @@ array_key_exists('first', $search_array);
+
+ &reftitle.notes;
+
+
+ &info.deprecated.alias;
+ key_exists
+
+
+
+
&reftitle.seealso;