From 50a0b25cc415b7681cfe455bb1528e6e5255cf01 Mon Sep 17 00:00:00 2001
From: Hannes Magnusson <bjori@php.net>
Date: Tue, 5 Jul 2011 19:01:08 +0000
Subject: [PATCH] Whopsy, goto hasn't always been available :)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312948 c90b9560-bf6c-de11-be94-00142212c4b1
---
 language/control-structures/versions.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/language/control-structures/versions.xml b/language/control-structures/versions.xml
index f44a929625..7dfa3adc69 100644
--- a/language/control-structures/versions.xml
+++ b/language/control-structures/versions.xml
@@ -15,7 +15,7 @@
 	<function name='switch' from='PHP 4, PHP5'/>
 	<function name='for' from='PHP 4, PHP5'/>
 	<function name='require' from='PHP 4, PHP5'/>
-	<function name='goto' from='PHP 4, PHP5'/>
+	<function name='goto' from='PHP 5 &gt;= 5.3.0'/>
 	<function name='elseif' from='PHP 4, PHP5'/>
 	<function name='dowhile' from='PHP 4, PHP5'/>
 	<function name='include' from='PHP 4, PHP5'/>