Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18769 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15732 invoked by uid 1010); 11 Sep 2005 07:20:33 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 15717 invoked from network); 11 Sep 2005 07:20:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Sep 2005 07:20:33 -0000 X-Host-Fingerprint: 64.233.184.205 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.205:14211] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 52/8F-17383-1CAD3234 for ; Sun, 11 Sep 2005 03:20:33 -0400 Received: by wproxy.gmail.com with SMTP id i21so1429163wra for ; Sun, 11 Sep 2005 00:20:30 -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=curf0SZc3JBoS7GnEjxzaYKz3XaPg6Cnq90BpivhHAD/Zw1zQ+cD31xDtZKjIXLVqkFJfYStNyUzL5+r+5Gut6hZEH7mP7s+PvBWB1HtS1VCgy1s5XT3goxRhOjAsvyOSkcIH69YeMmo2QEMXj0juEanRIRHCybx1+5yPuuezQI= Received: by 10.54.15.20 with SMTP id 20mr1670497wro; Sun, 11 Sep 2005 00:20:30 -0700 (PDT) Received: by 10.54.76.6 with HTTP; Sun, 11 Sep 2005 00:20:29 -0700 (PDT) Message-ID: <4e89b426050911002039d02761@mail.gmail.com> Date: Sun, 11 Sep 2005 03:20:29 -0400 Reply-To: kingwez@gmail.com To: Kevin Waterson Cc: internals@lists.php.net In-Reply-To: <20050911164416.37486420.kevin@oceania.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050911164416.37486420.kevin@oceania.net> Subject: Re: [PHP-DEV] 5.1.0 PDO fails to make From: kingwez@gmail.com (Wez Furlong) What version of the mysql libraries do you have? --Wez. On 9/11/05, Kevin Waterson wrote: > FC1 and FC4 > Using php5-200509110430 > gcc-3.3.2 >=20 > /home/kevin/html/php/dev/this/php5-200509110430/ext/pdo_mysql/mysql_state= ment.c: In function `pdo_mysql_stmt_execute': > /home/kevin/html/php/dev/this/php5-200509110430/ext/pdo_mysql/mysql_state= ment.c:121: error: `STMT_ATTR_UPDATE_MAX_LENGTH' undeclared (first use in t= his function) > /home/kevin/html/php/dev/this/php5-200509110430/ext/pdo_mysql/mysql_state= ment.c:121: error: (Each undeclared identifier is reported only once > /home/kevin/html/php/dev/this/php5-200509110430/ext/pdo_mysql/mysql_state= ment.c:121: error: for each function it appears in.) > /home/kevin/html/php/dev/this/php5-200509110430/ext/pdo_mysql/mysql_state= ment.c:126: error: `MAX_MEDIUMINT_WIDTH' undeclared (first use in this func= tion) > /home/kevin/html/php/dev/this/php5-200509110430/ext/pdo_mysql/mysql_state= ment.c:129: error: `MAX_INT_WIDTH' undeclared (first use in this function) > /home/kevin/html/php/dev/this/php5-200509110430/ext/pdo_mysql/mysql_state= ment.c:132: error: `MAX_BIGINT_WIDTH' undeclared (first use in this functio= n) > /home/kevin/html/php/dev/this/php5-200509110430/ext/pdo_mysql/mysql_state= ment.c:135: error: `MAX_TINYINT_WIDTH' undeclared (first use in this functi= on) > /home/kevin/html/php/dev/this/php5-200509110430/ext/pdo_mysql/mysql_state= ment.c:138: error: `MAX_SMALLINT_WIDTH' undeclared (first use in this funct= ion) > /home/kevin/html/php/dev/this/php5-200509110430/ext/pdo_mysql/mysql_state= ment.c: In function `pdo_mysql_stmt_param_hook': > /home/kevin/html/php/dev/this/php5-200509110430/ext/pdo_mysql/mysql_state= ment.c:311: warning: assignment from incompatible pointer type > /home/kevin/html/php/dev/this/php5-200509110430/ext/pdo_mysql/mysql_state= ment.c:316: warning: assignment from incompatible pointer type > make: *** [ext/pdo_mysql/mysql_statement.lo] Error 1 >=20 >=20 > -- > "Democracy is two wolves and a lamb voting on what to have for lunch. > Liberty is a well-armed lamb contesting the vote." >=20 > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >=20 >