From: Marcus Boerger Date: Sat, 24 Sep 2005 23:18:14 +0000 (+0000) Subject: - Serializeable was renamed to Serializable long ago X-Git-Tag: RELEASE_0_9_0~119 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c131ac952e3633feb98e713bb924e4b67640a25;p=php - Serializeable was renamed to Serializable long ago --- diff --git a/ext/spl/spl.php b/ext/spl/spl.php index 93b7c0d93d..836d4eaf62 100755 --- a/ext/spl/spl.php +++ b/ext/spl/spl.php @@ -484,7 +484,7 @@ interface Countable * constructor instead of calling __construct(). If you need to execute the * standard constructor you may do so in the method. */ -interface Serializeable +interface Serializable { /** * @return string representation of the instance