On 11/27/05, Tim Bunce <[EMAIL PROTECTED]> wrote:
>
> http://dbi.demonweb.co.uk/public/DBI-1.49.tar.gz
>
> =head2 Changes in DBI 1.49 (svn rev 2283), 28th November 2005
>
> [...]
>
> I'd appreciate some testing. Especially on Perl 5.6 and Windows.
>
I tested on MacOS X 10.4.3 (Tiger) with 5.8.7 and got much the same results
as Duncan:
cc -c -W -Wall -Wpointer-arith -Wmissing-noreturn -Wbad-function-cast
-Wno-comment -Wno-sign-compare -Wno-cast-qual -Wdisabled-optimization -O3
-DVERSION=\"1.49\" -DXS_VERSION=\"1.49\"
"-I/Users/jleffler/perl/v5.8.7/lib/5.8.7/darwin-2level/CORE"
-DDBI_NO_THREADS Perl.c
Perl.xs: In function 'dbd_st_rows':
Perl.xs:39: warning: unused parameter 'h'
Perl.c: In function 'XS_DBD__Perl__dr_data_sources':
Perl.c:86: warning: unused parameter 'cv'
Perl.c: In function 'XS_DBD__Perl__db__login':
Perl.c:122: warning: unused parameter 'cv'
Perl.c: In function 'XS_DBD__Perl__db_selectall_arrayref':
Perl.c:157: warning: unused parameter 'cv'
Perl.c: In function 'XS_DBD__Perl__db_do':
Perl.c:278: warning: unused parameter 'cv'
Perl.c: In function 'XS_DBD__Perl__db_last_insert_id':
Perl.c:316: warning: unused parameter 'cv'
Perl.c: In function 'XS_DBD__Perl__db_commit':
Perl.c:346: warning: unused parameter 'cv'
Perl.c: In function 'XS_DBD__Perl__db_rollback':
Perl.c:364: warning: unused parameter 'cv'
Perl.c: In function 'XS_DBD__Perl__db_disconnect':
Perl.c:382: warning: unused parameter 'cv'
Perl.c: In function 'XS_DBD__Perl__db_STORE':
Perl.c:416: warning: unused parameter 'cv'
Perl.c: In function 'XS_DBD__Perl__db_FETCH':
Perl.c:439: warning: unused parameter 'cv'
Perl.c: In function 'XS_DBD__Perl__db_DESTROY':
Perl.c:459: warning: unused parameter 'cv'
Perl.c: In function 'XS_DBD__Perl__db_take_imp_data':
Perl.c:519: warning: unused parameter 'cv'
Perl.c: In function 'XS_DBD__Perl__st__prepare':
Perl.c:583: warning: unused parameter 'cv'
Perl.c: In function 'XS_DBD__Perl__st_bind_col':
Perl.c:637: warning: unused parameter 'cv'
Perl.c: In function 'XS_DBD__Perl__st_bind_param':
Perl.c:689: warning: unused parameter 'cv'
Perl.c: In function 'XS_DBD__Perl__st_bind_param_inout':
Perl.c:732: warning: unused parameter 'cv'
Perl.c: In function 'XS_DBD__Perl__st_execute':
Perl.c:781: warning: unused parameter 'cv'
Perl.c: In function 'XS_DBD__Perl__st_execute_for_fetch':
Perl.c:816: warning: unused parameter 'cv'
Perl.c: In function 'XS_DBD__Perl__st_fetchall_arrayref':
Perl.c:892: warning: unused parameter 'cv'
Perl.c: In function 'XS_DBD__Perl__st_finish':
Perl.c:926: warning: unused parameter 'cv'
Perl.c: In function 'XS_DBD__Perl__st_blob_read':
Perl.c:957: warning: unused parameter 'cv'
Perl.c: In function 'XS_DBD__Perl__st_STORE':
Perl.c:996: warning: unused parameter 'cv'
Perl.c: In function 'XS_DBD__Perl__st_DESTROY':
Perl.c:1042: warning: unused parameter 'cv'
Perl.c: In function 'boot_DBD__Perl':
Perl.c:1094: warning: unused parameter 'cv'
/Users/jleffler/perl/v5.8.7/bin/perl
/Users/jleffler/perl/v5.8.7/lib/5.8.7/ExtUtils/xsubpp -typemap
/Users/jleffler/perl/v5.8.7/lib/5.8.7/ExtUtils/typemap -typemap typemap
DBI.xs > DBI.xsc && mv DBI.xsc DBI.c
cc -c -W -Wall -Wpointer-arith -Wmissing-noreturn -Wbad-function-cast
-Wno-comment -Wno-sign-compare -Wno-cast-qual -Wdisabled-optimization -O3
-DVERSION=\"1.49\" -DXS_VERSION=\"1.49\"
"-I/Users/jleffler/perl/v5.8.7/lib/5.8.7/darwin-2level/CORE"
-DDBI_NO_THREADS DBI.c
DBI.c: In function 'XS_DBI__install_method':
DBI.c:3621: warning: unused parameter 'cv'
DBI.c: In function 'XS_DBI_dbi_time':
DBI.c:3808: warning: unused parameter 'cv'
DBI.c: In function 'XS_DBD_____db_preparse':
DBI.c:3962: warning: unused parameter 'cv'
Running Mkbootstrap for DBI ()
Output from 'perl -V':
Summary of my perl5 (revision 5 version 8 subversion 7) configuration:
Platform:
osname=darwin, osvers=8.1.0, archname=darwin-2level
uname='darwin osiris.local 8.1.0 darwin kernel version 8.1.0: tue may 10
18:16:08 pdt 2005; root:xnu-792.1.5.obj~4release_ppc power macintosh powerpc
'
config_args=''
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef
usemultiplicity=undef
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-common -DPERL_DARWIN -no-cpp-precomp
-fno-strict-aliasing -pipe -I/usr/local/include',
optimize='-O3',
cppflags='-no-cpp-precomp -fno-common -DPERL_DARWIN -no-cpp-precomp
-fno-strict-aliasing -pipe -I/usr/local/include'
ccversion='', gccversion='4.0.0 (Apple Computer, Inc. build 5026)',
gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib
libs=-ldbm -ldl -lm -lc
perllibs=-ldl -lm -lc
libc=/usr/lib/libc.dylib, so=dylib, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup
-L/usr/local/lib'
Characteristics of this binary (from libperl):
Compile-time options: USE_LARGE_FILES
Built under darwin
Compiled at Jun 15 2005 20:33:26
%ENV:
PERL5_CPANPLUS_CONFIG="/Users/jleffler/.cpanplus/config"
@INC:
/Users/jleffler/perl/v5.8.7/lib/5.8.7/darwin-2level
/Users/jleffler/perl/v5.8.7/lib/5.8.7
/Users/jleffler/perl/v5.8.7/lib/site_perl/5.8.7/darwin-2level
/Users/jleffler/perl/v5.8.7/lib/site_perl/5.8.7
/Users/jleffler/perl/v5.8.7/lib/site_perl
.
It is different - but not very different - from Duncan's.
--
Jonathan Leffler <[EMAIL PROTECTED]> #include <disclaimer.h>
Guardian of DBD::Informix - v2005.02 - http://dbi.perl.org
"I don't suffer from insanity - I enjoy every minute of it."