johannes Sun Dec 16 22:19:58 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/spl/internal splobjectstorage.inc
Log:
- MFH: Fix #43611 SplObjectStorage is available since 5.1.2
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/internal/splobjectstorage.inc?r1=1.2.2.2&r2=1.2.2.2.2.1&diff_format=u
Index: php-src/ext/spl/internal/splobjectstorage.inc
diff -u php-src/ext/spl/internal/splobjectstorage.inc:1.2.2.2
php-src/ext/spl/internal/splobjectstorage.inc:1.2.2.2.2.1
--- php-src/ext/spl/internal/splobjectstorage.inc:1.2.2.2 Thu Sep 15
03:38:03 2005
+++ php-src/ext/spl/internal/splobjectstorage.inc Sun Dec 16 22:19:58 2007
@@ -13,7 +13,7 @@
* @brief Object storage
* @author Marcus Boerger
* @version 1.0
- * @since PHP 6.0
+ * @since PHP 5.1.2
*
* This container allows to store objects uniquly without the need to compare
* them one by one. This is only possible internally. The code represenation
@@ -115,4 +115,4 @@
}
}
-?>
\ No newline at end of file
+?>
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php