helly           Tue Feb 13 00:32:32 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/spl/examples   phar_from_dir.php 
  Log:
  - MFH Drop useless stuff
  
http://cvs.php.net/viewvc.cgi/php-src/ext/spl/examples/phar_from_dir.php?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/spl/examples/phar_from_dir.php
diff -u php-src/ext/spl/examples/phar_from_dir.php:1.1.2.2 
php-src/ext/spl/examples/phar_from_dir.php:1.1.2.3
--- php-src/ext/spl/examples/phar_from_dir.php:1.1.2.2  Tue Feb 13 00:19:00 2007
+++ php-src/ext/spl/examples/phar_from_dir.php  Tue Feb 13 00:32:32 2007
@@ -37,9 +37,6 @@
        $dir = new RegexIterator($dir, '/'.$argv[3].'/');
 }
 
-
-$cwd .= DIRECTORY_SEPARATOR;
-
 $phar->begin();
 
 foreach($dir as $file)

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

Reply via email to