From: Marcus Boerger Date: Fri, 16 Dec 2005 22:29:02 +0000 (+0000) Subject: - Add SplTempFileObject to output X-Git-Tag: php-5.1.2RC1~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=69fdadf1a03ac3e9dbcaa366adf6faa872e08b59;p=php - Add SplTempFileObject to output --- diff --git a/ext/spl/php_spl.c b/ext/spl/php_spl.c index a003594f23..4d544b69d3 100755 --- a/ext/spl/php_spl.c +++ b/ext/spl/php_spl.c @@ -188,6 +188,7 @@ PHP_FUNCTION(class_implements) SPL_ADD_CLASS(SplObjectStorage, z_list, sub, allow, ce_flags); \ SPL_ADD_CLASS(SplObserver, z_list, sub, allow, ce_flags); \ SPL_ADD_CLASS(SplSubject, z_list, sub, allow, ce_flags); \ + SPL_ADD_CLASS(SplTempFileObject, z_list, sub, allow, ce_flags); \ SPL_ADD_CLASS(UnderflowException, z_list, sub, allow, ce_flags); \ SPL_ADD_CLASS(UnexpectedValueException, z_list, sub, allow, ce_flags); \