helly Sat Sep 24 19:18:15 2005 EDT
Modified files:
/php-src/ext/spl spl.php
Log:
- Serializeable was renamed to Serializable long ago
http://cvs.php.net/diff.php/php-src/ext/spl/spl.php?r1=1.57&r2=1.58&ty=u
Index: php-src/ext/spl/spl.php
diff -u php-src/ext/spl/spl.php:1.57 php-src/ext/spl/spl.php:1.58
--- php-src/ext/spl/spl.php:1.57 Sun Sep 18 13:51:37 2005
+++ php-src/ext/spl/spl.php Sat Sep 24 19:18:14 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