Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17275 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91650 invoked by uid 1010); 15 Jul 2005 16:22:19 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 91635 invoked from network); 15 Jul 2005 16:22:19 -0000 Received: from unknown (HELO gmail.com) (127.0.0.1) by localhost with SMTP; 15 Jul 2005 16:22:19 -0000 X-Host-Fingerprint: 64.233.184.199 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.199:3324] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id 9A/15-49006-6B2E7D24 for ; Fri, 15 Jul 2005 12:22:18 -0400 Received: by wproxy.gmail.com with SMTP id i36so658053wra for ; Fri, 15 Jul 2005 09:22:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bQAkveJLCvELCTohVe1zWYfXRIwVZSIbMmpv17wXdjeQr1yGwh4ffGJuBgfYg4VwYd1ExxgHAOjJJgA2NJzlKl0ISh0CejD/mQWAQQLDr0e0sNv1pnP9sHjLKyCGc/pi9LhwFUGCXPANBIymxAlAeLJspIrfla7Hrn87F55iXl8= Received: by 10.54.51.8 with SMTP id y8mr1157469wry; Fri, 15 Jul 2005 09:22:11 -0700 (PDT) Received: by 10.54.153.5 with HTTP; Fri, 15 Jul 2005 09:22:11 -0700 (PDT) Message-ID: <4e89b42605071509224400fc6c@mail.gmail.com> Date: Fri, 15 Jul 2005 12:22:11 -0400 Reply-To: Wez Furlong To: Sean Coates Cc: Andi Gutmans , internals@lists.php.net In-Reply-To: <42D7DDAD.7040003@caedmon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <5.1.0.14.2.20050714073105.0272a060@localhost> <42D7DDAD.7040003@caedmon.net> Subject: Re: [PHP-DEV] Beta 3 From: kingwez@gmail.com (Wez Furlong) It's a bug, but not critical. --Wez. On 7/15/05, Sean Coates wrote: > Andi Gutmans wrote: > > I rerolled Beta 3 due to some critical patches that needed to make it i= n. > > Please download and give a sanity test. If no new critical bug is found > > I'll put it up this evening or tomorrow. >=20 > I might be too late, here, but when building: > ./configure --with-mssql --with-pdo-dblib >=20 > make fails: > /bin/sh /home/sean/ws/php-5.1.0b3/libtool --silent --preserve-dup-deps > --mode=3Dcompile gcc -I/home/sean/ws/php-5.1.0b3/ext > -DPDO_DBLIB_FLAVOUR=3D\"freetds\" -Iext/pdo_dblib/ > -I/home/sean/ws/php-5.1.0b3/ext/pdo_dblib/ -DPHP_ATOM_INC > -I/home/sean/ws/php-5.1.0b3/include -I/home/sean/ws/php-5.1.0b3/main > -I/home/sean/ws/php-5.1.0b3 -I/usr/include/libxml2 > -I/home/sean/ws/php-5.1.0b3/TSRM -I/home/sean/ws/php-5.1.0b3/Zend -g > -O2 -c /home/sean/ws/php-5.1.0b3/ext/pdo_dblib/pdo_dblib.c -o > ext/pdo_dblib/pdo_dblib.lo > /home/sean/ws/php-5.1.0b3/ext/pdo_dblib/pdo_dblib.c: In function > `error_handler': > /home/sean/ws/php-5.1.0b3/ext/pdo_dblib/pdo_dblib.c:95: error: > `SYBESEOF' undeclared (first use in this function) > /home/sean/ws/php-5.1.0b3/ext/pdo_dblib/pdo_dblib.c:95: error: (Each > undeclared identifier is reported only once > /home/sean/ws/php-5.1.0b3/ext/pdo_dblib/pdo_dblib.c:95: error: for each > function it appears in.) > /home/sean/ws/php-5.1.0b3/ext/pdo_dblib/pdo_dblib.c:96: error: > `SYBEFCON' undeclared (first use in this function) > /home/sean/ws/php-5.1.0b3/ext/pdo_dblib/pdo_dblib.c:98: error: `SYBEPWD' > undeclared (first use in this function) > /home/sean/ws/php-5.1.0b3/ext/pdo_dblib/pdo_dblib.c: In function > `zm_startup_pdo_dblib': > /home/sean/ws/php-5.1.0b3/ext/pdo_dblib/pdo_dblib.c:180: warning: > passing arg 1 of `dbmsghandle' from incompatible pointer type > make: *** [ext/pdo_dblib/pdo_dblib.lo] Error 1 >=20 > Would this be better reported as a bug? Hoping to catch this before > "release"... >=20 > S >=20 > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >=20 >