Newsgroups: php.general,php.internals Path: news.php.net Xref: news.php.net php.general:294373 php.internals:44380 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79543 invoked from network); 20 Jun 2009 23:31:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jun 2009 23:31:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 83.243.58.133 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 83.243.58.133 mailout1.netbeat.de Linux 2.6 Received: from [83.243.58.133] ([83.243.58.133:40940] helo=mailout1.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 99/E0-09016-D417D3A4 for ; Sat, 20 Jun 2009 19:31:26 -0400 Received: (qmail 14502 invoked by uid 89); 20 Jun 2009 23:54:11 -0000 Received: from unknown (HELO ?192.168.1.102?) (johannes%schlueters.de@88.217.62.232) by mailout1.netbeat.de with ESMTPA; 20 Jun 2009 23:54:11 -0000 To: Uwe Schindler Cc: 'Lukas Kahwe Smith' , internals@lists.php.net, php-general@lists.php.net In-Reply-To: <59C87819E9454DDBB43FB40818D95482@VEGA> References: <2F881AF5-845A-4CCD-8D9F-31D99C383C6F@pooteeweet.org> <59C87819E9454DDBB43FB40818D95482@VEGA> Content-Type: text/plain Date: Sun, 21 Jun 2009 01:25:26 +0200 Message-ID: <1245540326.6521.17.camel@goldfinger.johannes.nop> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1 Content-Transfer-Encoding: 7bit Subject: RE: [PHP-DEV] PHP 5.3.0RC4 From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Hi, On Fri, 2009-06-19 at 12:13 +0200, Uwe Schindler wrote: > /pangaea/install/php-5.3.0RC4/ext/pdo_mysql/mysql_statement.c: In function > `pdo_mysql_stmt_dtor': > > /pangaea/install/php-5.3.0RC4/ext/pdo_mysql/mysql_statement.c:52: error: > structure has no member named `stmt' Which MySQL client libraries are you using? Looks like 4.0 or older. I'll check whether I can fix those, while MySQL 4.1 was released in 2004 and MySQL's active support for 4.0 ended 2006, which means it's rather old software... johannes