]> granicus.if.org Git - php/commitdiff
- Oops
authorMarcus Boerger <helly@php.net>
Mon, 28 May 2007 15:58:21 +0000 (15:58 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 28 May 2007 15:58:21 +0000 (15:58 +0000)
ext/phar/phar.php

index 62db215a39fb25f59d60989a03412b1362d20e7d..b6e899cb73c5a8b64ca15586082bad059887d8ab 100644 (file)
@@ -377,7 +377,7 @@ class PharCommand extends CLICommand
                        foreach(split("\n", `pear list-files PHP_Archive`) as $ent)
                        {
                                $matches = NULL;
-                               if (preg_match(",^php[ \t]+([^ \t].*pear[\\\\/]PHP[\\\\/]Ar#chive.php)$,", $ent, $matches))
+                               if (preg_match(",^php[ \t]+([^ \t].*pear[\\\\/]PHP[\\\\/]Archive.php)$,", $ent, $matches))
                                {
                                        $found = $matches[1];
                                        break;