From: Marcus Boerger Date: Thu, 19 Jun 2003 15:48:18 +0000 (+0000) Subject: MFH: Allow the extension to reside elsewhere X-Git-Tag: php-4.3.3RC2~274 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=929ab8b529efcf9307ac97ae7958f22f1c487ef8;p=php MFH: Allow the extension to reside elsewhere --- diff --git a/ext/dba/tests/dba007.phpt b/ext/dba/tests/dba007.phpt index 0add3809aa..577dacc68c 100644 --- a/ext/dba/tests/dba007.phpt +++ b/ext/dba/tests/dba007.phpt @@ -37,9 +37,9 @@ database file created database file created array(3) { [%d]=> - string(%d) "%sext/dba/tests/test0.dbm" + string(%d) "%s/dba/tests/test0.dbm" [%d]=> - string(%d) "%sext/dba/tests/test1.dbm" + string(%d) "%s/dba/tests/test1.dbm" [%d]=> - string(%d) "%sext/dba/tests/test2.dbm" + string(%d) "%s/dba/tests/test2.dbm" } \ No newline at end of file