From: clin at lion dot syscom dot com dot tw Operating system: Linux 2.2.17-21mdk PHP version: 4.3.4 PHP Bug Type: ODBC related Bug description: test error for DBMaker directory
Description: ------------ On line 457 of the module config.m4 in ext/odbc, the original line: while test test ! -d $DBMAKER_HOME/$DBMAKER_VERSION -a \ should be changed to: while test ! -d $DBMAKER_HOME/$DBMAKER_VERSION -a \ There's one redundant "test" in the line. -- Edit bug report at http://bugs.php.net/?id=26376&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=26376&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=26376&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=26376&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=26376&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=26376&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=26376&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=26376&r=support Expected behavior: http://bugs.php.net/fix.php?id=26376&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=26376&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=26376&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=26376&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26376&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=26376&r=dst IIS Stability: http://bugs.php.net/fix.php?id=26376&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=26376&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=26376&r=float
