]> granicus.if.org Git - php/commitdiff
- MFH: Fix #43611 SplObjectStorage is available since 5.1.2
authorJohannes Schlüter <johannes@php.net>
Sun, 16 Dec 2007 22:19:58 +0000 (22:19 +0000)
committerJohannes Schlüter <johannes@php.net>
Sun, 16 Dec 2007 22:19:58 +0000 (22:19 +0000)
ext/spl/internal/splobjectstorage.inc

index 56690f499b3303e864d13c4f797ee4696c9c6446..278e64151d50781335bf8d5a8387e6f6273b0d53 100755 (executable)
@@ -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 @@ class SplObjectStorage implements Iterator, Countable
        }
 }
 
-?>
\ No newline at end of file
+?>