helly Tue Feb 13 00:32:21 2007 UTC Modified files: /php-src/ext/spl/examples phar_from_dir.php Log: - Drop useless stuff http://cvs.php.net/viewvc.cgi/php-src/ext/spl/examples/phar_from_dir.php?r1=1.1&r2=1.2&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 php-src/ext/spl/examples/phar_from_dir.php:1.2 --- php-src/ext/spl/examples/phar_from_dir.php:1.1 Tue Feb 13 00:18:36 2007 +++ php-src/ext/spl/examples/phar_from_dir.php Tue Feb 13 00:32:20 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