Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17274 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81571 invoked by uid 1010); 15 Jul 2005 16:09:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 81535 invoked from network); 15 Jul 2005 16:09:57 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 15 Jul 2005 16:09:57 -0000 X-Host-Fingerprint: 69.60.120.90 iconoclast.caedmon.net Linux 2.4/2.6 Received: from ([69.60.120.90:58827] helo=iconoclast.caedmon.net) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id 63/F3-49006-BBDD7D24 for ; Fri, 15 Jul 2005 12:00:59 -0400 Received: from localhost ([127.0.0.1]) by iconoclast.caedmon.net with esmtp (Exim 3.35 #1 (Debian)) id 1DtSc9-0003Ao-00; Fri, 15 Jul 2005 12:00:38 -0400 Message-ID: <42D7DDAD.7040003@caedmon.net> Date: Fri, 15 Jul 2005 12:00:45 -0400 User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andi Gutmans CC: internals@lists.php.net References: <5.1.0.14.2.20050714073105.0272a060@localhost> In-Reply-To: <5.1.0.14.2.20050714073105.0272a060@localhost> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Beta 3 From: sean@caedmon.net (Sean Coates) Andi Gutmans wrote: > I rerolled Beta 3 due to some critical patches that needed to make it in. > Please download and give a sanity test. If no new critical bug is found > I'll put it up this evening or tomorrow. I might be too late, here, but when building: ./configure --with-mssql --with-pdo-dblib make fails: /bin/sh /home/sean/ws/php-5.1.0b3/libtool --silent --preserve-dup-deps --mode=compile gcc -I/home/sean/ws/php-5.1.0b3/ext -DPDO_DBLIB_FLAVOUR=\"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 Would this be better reported as a bug? Hoping to catch this before "release"... S