Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44374 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58452 invoked from network); 19 Jun 2009 10:14:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jun 2009 10:14:07 -0000 Authentication-Results: pb1.pair.com header.from=thetaphi@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=thetaphi@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.25.71.29 as permitted sender) X-PHP-List-Original-Sender: thetaphi@php.net X-Host-Fingerprint: 85.25.71.29 loft1553.serverloft.de Linux 2.6 Received: from [85.25.71.29] ([85.25.71.29:38658] helo=mail.troja.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7E/3E-09418-DE46B3A4 for ; Fri, 19 Jun 2009 06:14:06 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.troja.net (Postfix) with ESMTP id C2FFD45E5F0; Fri, 19 Jun 2009 12:14:02 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.troja.net Received: from mail.troja.net ([127.0.0.1]) by localhost (megaira.troja.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13Bz6gf-+wEd; Fri, 19 Jun 2009 12:13:53 +0200 (CEST) Received: from VEGA (unknown [134.102.249.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.troja.net (Postfix) with ESMTPSA id 2641345E5CC; Fri, 19 Jun 2009 12:13:53 +0200 (CEST) To: "'Lukas Kahwe Smith'" , , References: <2F881AF5-845A-4CCD-8D9F-31D99C383C6F@pooteeweet.org> Date: Fri, 19 Jun 2009 12:13:50 +0200 Message-ID: <59C87819E9454DDBB43FB40818D95482@VEGA> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0003_01C9F0D7.67FC6980" X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <2F881AF5-845A-4CCD-8D9F-31D99C383C6F@pooteeweet.org> Thread-Index: Acnwu09+EIknwkOiRJmu+7lsTNKlFAACYRLg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Subject: RE: [PHP-DEV] PHP 5.3.0RC4 From: thetaphi@php.net ("Uwe Schindler") ------=_NextPart_000_0003_01C9F0D7.67FC6980 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Hallo, I just wanted to compile PHP 5.3.0RC4 on my Solaris 10 box: pangaeaw@pansrv1:~/install/php-5.3.0RC4$ gcc -v Reading specs from /opt/csw/gcc3/lib/gcc/i386-pc-solaris2.8/3.4.5/specs Configured with: ../sources/gcc-3.4.5/configure --prefix=/opt/csw/gcc3 --with-local-prefix=/opt/csw --with-gnu-as --with-as=/opt/csw/bin/gas --without-gnu-ld --with-ld=/usr/ccs/bin/ld --enable-threads=posix --enable-shared --enable-multilib --enable-nls --with-included-gettext --with-libiconv-prefix=/opt/csw --with-x --enable-java-awt=xlib --enable-languages=all Thread model: posix gcc version 3.4.5 and got a compilation failure: /bin/sh /pangaea/install/php-5.3.0RC4/libtool --silent --preserve-dup-deps --mode=compile gcc -I/pangaea/install/php-5.3.0RC4/ext -I -Iext/pdo_mysql/ -I/pangaea/install/php-5.3.0RC4/ext/pdo_mysql/ -DPHP_ATOM_INC -I/pangaea/install/php-5.3.0RC4/include -I/pangaea/install/php-5.3.0RC4/main -I/pangaea/install/php-5.3.0RC4 -I/pangaea/webserver70/include -I/pangaea/install/php-5.3.0RC4/ext/date/lib -I/pangaea/install/php-5.3.0RC4/ext/ereg/regex -I/opt/csw/include/libxml2 -I/opt/csw/include -I/pangaea/install/php-5.3.0RC4/ext/mbstring/oniguruma -I/pangaea/install/php-5.3.0RC4/ext/mbstring/libmbfl -I/pangaea/install/php-5.3.0RC4/ext/mbstring/libmbfl/mbfl -I/opt/csw/mysql5/include/mysql -I/usr/include/libxml2 -I/pangaea/install/php-5.3.0RC4/TSRM -I/pangaea/install/php-5.3.0RC4/Zend -D_POSIX_PTHREAD_SEMANTICS -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/opt/csw/include -g -O2 -DZTS -c /pangaea/install/php-5.3.0RC4/ext/pdo_mysql/mysql_statement.c -o ext/pdo_mysql/mysql_statement.lo /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' /pangaea/install/php-5.3.0RC4/ext/pdo_mysql/mysql_statement.c:70: error: structure has no member named `params' /pangaea/install/php-5.3.0RC4/ext/pdo_mysql/mysql_statement.c:71: error: structure has no member named `params' /pangaea/install/php-5.3.0RC4/ext/pdo_mysql/mysql_statement.c:73: error: structure has no member named `in_null' /pangaea/install/php-5.3.0RC4/ext/pdo_mysql/mysql_statement.c:74: error: structure has no member named `in_null' /pangaea/install/php-5.3.0RC4/ext/pdo_mysql/mysql_statement.c:76: error: structure has no member named `in_length' /pangaea/install/php-5.3.0RC4/ext/pdo_mysql/mysql_statement.c:77: error: structure has no member named `in_length' /pangaea/install/php-5.3.0RC4/ext/pdo_mysql/mysql_statement.c: In function `pdo_mysql_stmt_set_row_count': /pangaea/install/php-5.3.0RC4/ext/pdo_mysql/mysql_statement.c:127: error: structure has no member named `stmt' /pangaea/install/php-5.3.0RC4/ext/pdo_mysql/mysql_statement.c: In function `pdo_mysql_stmt_execute': /pangaea/install/php-5.3.0RC4/ext/pdo_mysql/mysql_statement.c:295: error: structure has no member named `stmt' /pangaea/install/php-5.3.0RC4/ext/pdo_mysql/mysql_statement.c: In function `pdo_mysql_stmt_describe': /pangaea/install/php-5.3.0RC4/ext/pdo_mysql/mysql_statement.c:678: error: structure has no member named `stmt' /pangaea/install/php-5.3.0RC4/ext/pdo_mysql/mysql_statement.c: In function `pdo_mysql_stmt_get_col': /pangaea/install/php-5.3.0RC4/ext/pdo_mysql/mysql_statement.c:727: error: structure has no member named `stmt' /pangaea/install/php-5.3.0RC4/ext/pdo_mysql/mysql_statement.c: In function `pdo_mysql_stmt_col_meta': /pangaea/install/php-5.3.0RC4/ext/pdo_mysql/mysql_statement.c:831: error: structure has no member named `stmt' /pangaea/install/php-5.3.0RC4/ext/pdo_mysql/mysql_statement.c: In function `pdo_mysql_stmt_cursor_closer': /pangaea/install/php-5.3.0RC4/ext/pdo_mysql/mysql_statement.c:898: error: structure has no member named `stmt' gmake: *** [ext/pdo_mysql/mysql_statement.lo] Error 1 Is this a known bug? Uwe ----- Uwe Schindler thetaphi@php.net - http://www.php.net NSAPI SAPI developer Bremen, Germany > -----Original Message----- > From: Lukas Kahwe Smith [mailto:mls@pooteeweet.org] > Sent: Friday, June 19, 2009 10:51 AM > To: internals@lists.php.net; php-general@lists.php.net > Subject: [PHP-DEV] PHP 5.3.0RC4 > > Hello! > > we have packaged PHP 5.3.0RC4, which you can find here: > http://downloads.php.net/johannes/ > > Windows binaries are available here: > http://windows.php.net/qa/ > > This this release candidate focused on bug fixes and stability > improvements and we hope to only require minimal changes ahead > of the next release. Many, but not all, of the new features are > already integrated in the official documentation on php.net. > > We aim to release PHP 5.3.0 next week. In case of critical issues we > will continue producing weekly RCs. For most users there will not be a > noticeable change meaning that now is the time to really do the final > testing of PHP 5.3.0 before it gets released with any unnecessary > incompatibilities with your project. > > Some additional links to get started: > http://cvs.php.net/viewvc.cgi/php-src/NEWS?view=markup&pathrev=PHP_5_3 > http://cvs.php.net/viewvc.cgi/php-src/UPGRADING?revision=PHP_5_3 > > Best Regards, > Lukas and Johannes > PHP 5.3 Release Managers > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php ------=_NextPart_000_0003_01C9F0D7.67FC6980--