-
(sorry, not sure I'm duplicating this. I submitted it some minutes ago but something was wrong and the original one doesn't appear in the list of bugs)
Hi,
I was compiling dblib.lib under Windows in order to get newer builds of the php_dbdlib.dll extension working there.
While I've been able to compile both:
0.64 (+ post patches)
0.82
I'm getting some errors with:
0.82 (+ post...
11:20AM UTC on Oct 30 2008 in FreeTDS
-
Hi again,
I've downloaded freetds-0.65.dev.20071129.
Then configure and make and I'm getting:
tsql.c: In function ‘main’:
tsql.c:686: error: ‘rl_inhibit_completion’ undeclared (first use in this function)
tsql.c:686: error: (Each undeclared identifier is reported only once
tsql.c:686: error: for each function it appears in.)
make[3]: *** [tsql.o] Error 1
make[2]: ***...
05:42PM UTC on Nov 29 2007 in FreeTDS
-
Hi freddy77,
I've downloaded freetds-0.65.dev.20071122 some minutes ago (it seems to include the AM_CONDITIONAL(MACOSX, false) change). And it continues not compiling. Now I'm getting:
gcc -D_THREAD_SAFE -g -O2 -Wdeclaration-after-statement -o .libs/fisql fisql.o terminal.o edit.o handlers.o interrupt.o ../../dblib/.libs/libsybdb.dylib /usr/local/lib/libiconv.dylib...
05:57PM UTC on Nov 22 2007 in FreeTDS
-
Seems to work.
I've downloaded 0.64, patched it with the incremental patch. Then I've configure;make;make install" it and compiled PHP 5.2.5 to use it.
And it seems that I'm returning empties as empties and nulls as nulls for all the text types - (n)varchar, (n)text and (n)varchar(max).
Great! Thanks and ciao, Eloy Lafuente (stronk7)
08:47PM UTC on Nov 17 2007 in FreeTDS
-
Hi,
yes, it was for (n)text (n)varchar(max) column only.
I guess that your change in FreeTDS code makes unnecessary the change in ext/mssql/php_mssql.c code, correct?
I'll try recompiling everything ASAP. Thanks a lot!
Ciao, Eloy Lafuente (stronk7)
03:52PM UTC on Nov 15 2007 in FreeTDS
-
File Added: php_mssql.c.patch.
06:46PM UTC on Oct 20 2007 in FreeTDS
-
File Added: freetds_dblib.c.patch.
06:45PM UTC on Oct 20 2007 in FreeTDS
-
Hi, first of all, some references:
This could be considered a follow up of:
http://sourceforge.net/tracker/index.php?func=detail&aid=1547066&group_id=33106&atid=407806
that fixed the same problem for varchar columns.
Also it has been ignited in:
http://tracker.moodle.org/browse/MDL-11810
and have been sent to:
http://bugs.php.net/bug.php?id=43043
and there is one great...
06:41PM UTC on Oct 20 2007 in FreeTDS
-
Hi, sorry by the delay, I've been out last weeks. Here it's some more data:
I'm running Mac OS X 10.4.10 (Intel) - Darwin Kernel Version 8.10.1 - with developer tools installed.
I've tried to compile the 0.65dev (make) by using the "libtool" present in the 0.64 directory (that compiles properly). No luck. Same error.
Then I've tried to compile the 0.65dev with another libtool that I had...
10:55AM UTC on Aug 25 2007 in FreeTDS
-
Hi,
some minutes ago I've downloaded and ./configure and make the latest 0.65dev available.
And, under MacOS X it fails with this error:
....
sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < .libs/libsybdb.exp > .libs/libsybdb-symbols.expsym
gcc -dynamiclib ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o .libs/libsybdb.5.0.0.dylib .libs/dblib.o .libs/dbutil.o .libs/rpc.o...
11:13AM UTC on Aug 11 2007 in FreeTDS