bjori           Sun Nov 12 17:34:28 2006 UTC

  Modified files:              
    /php-src/ext/spl/internal   splfileobject.inc 
  Log:
  SplFileObject no longer overwrites getFilename()
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/internal/splfileobject.inc?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/spl/internal/splfileobject.inc
diff -u php-src/ext/spl/internal/splfileobject.inc:1.4 
php-src/ext/spl/internal/splfileobject.inc:1.5
--- php-src/ext/spl/internal/splfileobject.inc:1.4      Sat Jul 15 15:04:52 2006
+++ php-src/ext/spl/internal/splfileobject.inc  Sun Nov 12 17:34:28 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