ID: 26376 User updated by: clin at lion dot syscom dot com dot tw Reported By: clin at lion dot syscom dot com dot tw Status: Open Bug Type: ODBC related Operating System: Linux 2.2.17-21mdk PHP Version: 4.3.4 New Comment:
BTW, please also fix it in php5.0 CVS. Thanks! Previous Comments: ------------------------------------------------------------------------ [2003-11-24 01:21:42] clin at lion dot syscom dot com dot tw 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 this bug report at http://bugs.php.net/?id=26376&edit=1
