[PHP-CVS] cvs: php-src /ext/spl/internal splobjectstorage.inc

2007-12-16 Thread Johannes Schlüter
johannesSun Dec 16 22:19:35 2007 UTC

  Modified files:  
/php-src/ext/spl/internal   splobjectstorage.inc 
  Log:
  - Fix #43611 SplObjectStorage is available since 5.1.2
  
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/internal/splobjectstorage.inc?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/spl/internal/splobjectstorage.inc
diff -u php-src/ext/spl/internal/splobjectstorage.inc:1.3 
php-src/ext/spl/internal/splobjectstorage.inc:1.4
--- php-src/ext/spl/internal/splobjectstorage.inc:1.3   Tue Feb 21 23:21:53 2006
+++ php-src/ext/spl/internal/splobjectstorage.inc   Sun Dec 16 22:19:35 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



[PHP-CVS] cvs: php-src /ext/spl/internal splobjectstorage.inc

2005-09-02 Thread Marcus Boerger
helly   Fri Sep  2 15:16:43 2005 EDT

  Modified files:  
/php-src/ext/spl/internal   splobjectstorage.inc 
  Log:
  - Fix docu
  
http://cvs.php.net/diff.php/php-src/ext/spl/internal/splobjectstorage.inc?r1=1.1&r2=1.2&ty=u
Index: php-src/ext/spl/internal/splobjectstorage.inc
diff -u php-src/ext/spl/internal/splobjectstorage.inc:1.1 
php-src/ext/spl/internal/splobjectstorage.inc:1.2
--- php-src/ext/spl/internal/splobjectstorage.inc:1.1   Wed Aug 10 17:56:01 2005
+++ php-src/ext/spl/internal/splobjectstorage.inc   Fri Sep  2 15:16:43 2005
@@ -68,7 +68,7 @@
return count($this->storage);
}
 
-   /** @obj object to look for
+   /** @param obj object to look for
 * @return whether $obj is contained in storage
  */
function contains($obj)

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php