bjori           Sun Nov 12 17:35:09 2006 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/spl/internal   splfileobject.inc 
  Log:
  MFH: SplFileObject no longer overwrites SplFileInfo::getFilename()
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/internal/splfileobject.inc?r1=1.1.2.2.2.1&r2=1.1.2.2.2.2&diff_format=u
Index: php-src/ext/spl/internal/splfileobject.inc
diff -u php-src/ext/spl/internal/splfileobject.inc:1.1.2.2.2.1 
php-src/ext/spl/internal/splfileobject.inc:1.1.2.2.2.2
--- php-src/ext/spl/internal/splfileobject.inc:1.1.2.2.2.1      Sat Jul 15 
15:08:41 2006
+++ php-src/ext/spl/internal/splfileobject.inc  Sun Nov 12 17:35:09 2006
@@ -50,14 +50,6 @@
        }
        
        /**
-        * @return the filename as specified in the constructor
-        */
-       function getFilename()
-       {
-               return $this->fname;
-       }
-
-       /**
         * @return whether the end of the stream is reached
         */
        function eof()

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

Reply via email to