[PHP-DEV] please patch for dbmaker

2001-02-20 Thread Jeffrey Lin
Hey, there: We just added some patch to php CVS specifically for our database driver - DBMaker. The modifications are made in one file, ext/odbc/config.m4. For config.m4, we did some modifications to the paths to our database driver. Would you please be kind enough to include this patch to the

Re: [PHP-DEV] please patch for dbmaker

2001-02-21 Thread Jeffrey Lin
Sorry, some incorrect word wrap in my patch. Please use the attachment instead. Thanks. begin 666 patch.txt M9&EF9B M=7(@<&AP+30N,"XT<&PQ;VQD+V5X="]O9&)C+V-O;F9I9RYM-"!P M:' M-"XP+C1P;#$O97AT+V]D8F,O8V]N9FEG+FTT#0HM+2T@<&AP+30N,"XT M<&PQ;VQD+V5X="]O9&)C+V-O;F9I9RYM- E7960@3F]V(#(R(#(S.C,Q.C

Re: [PHP-DEV] anyone with m4 knowledge -> [PHP-DEV] please patch for dbmaker

2001-02-21 Thread Jeffrey Lin
That's what caused compilation error. Originally in ext/odbc/config.m4, the line is if [[ test -x somefile ]]; "Boian Bonev" ¼¶¼g©ó¤å³¹ <033801c09c81$afbe9170$040a0a0a@blue>... >forgot to say that in case of [[ the test word is not needed - [[ is a test >itself: > >if [[ -x somefile ]]; . > >

Re: [PHP-DEV] please patch for dbmaker

2001-02-21 Thread Jeffrey Lin
The original patch has some incorrect word wrap, let me post it once again. Sorry!! BEGIN PATCH diff -ur php-4.0.4pl1old/ext/odbc/config.m4 php-4.0.4pl1/ext/odbc/config.m4 --- php-4.0.4pl1old/ext/odbc/config.m4 Wed Nov 22 23:31:04 2000 +++ ph

Re: [PHP-DEV] please patch for dbmaker

2001-02-21 Thread Jeffrey Lin
Jesus!! I couldn't get it right!! Why is that?? Seems to me we can't attach a file in our post. The incorrect word wrap is at this line: DM_VER=`echo $DBMAKER_VERSION | sed -e 's/\.//' | awk '{ print $1-1;}'` -- PHP Development Mailing List To unsubscribe, e-mail: [EM

Re: [PHP-DEV] PHP 4.0 Bug #9397 Updated: odbc_setoption() cannot accept string value (patch included)

2001-02-22 Thread Jeffrey Lin
Dear kara, I am sorry for not specifying it clearly last time. SQL_EXTENSION_NAME is used specifically for our database, DBMaker. We are developers for this database and we have also have developed php driver for our database. Because of some specific features of our database, we really need to