helly Sat Sep 24 19:19:24 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/spl spl.php Log: - MFH: Serializeable was renamed to Serializable long ago http://cvs.php.net/diff.php/php-src/ext/spl/spl.php?r1=1.49.2.6&r2=1.49.2.7&ty=u Index: php-src/ext/spl/spl.php diff -u php-src/ext/spl/spl.php:1.49.2.6 php-src/ext/spl/spl.php:1.49.2.7 --- php-src/ext/spl/spl.php:1.49.2.6 Sun Sep 18 13:52:09 2005 +++ php-src/ext/spl/spl.php Sat Sep 24 19:19:24 2005 @@ -484,7 +484,7 @@ * 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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php