Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18754 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57596 invoked by uid 1010); 9 Sep 2005 18:56:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 57580 invoked from network); 9 Sep 2005 18:56:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Sep 2005 18:56:00 -0000 X-Host-Fingerprint: 66.249.82.197 xproxy.gmail.com Received: from ([66.249.82.197:8049] helo=xproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 4B/00-17383-FBAD1234 for ; Fri, 09 Sep 2005 14:55:59 -0400 Received: by xproxy.gmail.com with SMTP id h29so2049665wxd for ; Fri, 09 Sep 2005 11:55:56 -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:mime-version:content-type:content-transfer-encoding:content-disposition; b=elapS1bXpG256dtTRtCIfZSs1XeFwi1KMEU+A2bWSTeYndtD/G0vllA0XCZhDBv5liMasDQEWp1nbgTo6ik15A9lMHlszm7dpW1eLM3yQc0GYhkP5n1ztMUPh26oa9d4sbBlbLbVkyBwqsrHAcmgi2Rc+JvLfdInO6N9m7/wr98= Received: by 10.70.69.8 with SMTP id r8mr21378wxa; Fri, 09 Sep 2005 11:55:56 -0700 (PDT) Received: by 10.70.29.14 with HTTP; Fri, 9 Sep 2005 11:55:56 -0700 (PDT) Message-ID: Date: Fri, 9 Sep 2005 13:55:56 -0500 Reply-To: destiney@gmail.com To: php-dev Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: mysqli PHP_5_1 compile errors From: destiney@gmail.com (Greg Donald) Getting some mysqli errors when compiling latest cvs of PHP_5_1: /bin/sh /usr/src/php-src-5.1/libtool --silent --preserve-dup-deps --mode=3Dcompile gcc -Iext/mysqli/ -I/usr/src/php-src-5.1/ext/mysqli/ -DPHP_ATOM_INC -I/usr/src/php-src-5.1/include -I/usr/src/php-src-5.1/main -I/usr/src/php-src-5.1 -I/usr/include/libxml2 -I/usr/include/freetype2 -I/usr/src/php-src-5.1/ext/mbstring/oniguruma -I/usr/src/php-src-5.1/ext/mbstring/libmbfl -I/usr/src/php-src-5.1/ext/mbstring/libmbfl/mbfl -I/usr/include/mysql -I/usr/local/include/mysql -I/usr/src/php-src-5.1/TSRM -I/usr/src/php-src-5.1/Zend -g -O2 -prefer-non-pic -c /usr/src/php-src-5.1/ext/mysqli/mysqli.c -o ext/mysqli/mysqli.lo In file included from /usr/src/php-src-5.1/ext/mysqli/mysqli.c:31: /usr/src/php-src-5.1/ext/mysqli/php_mysqli.h:60: error: syntax error before "MYSQL_STMT" /usr/src/php-src-5.1/ext/mysqli/php_mysqli.h:60: warning: no semicolon at end of struct or union /usr/src/php-src-5.1/ext/mysqli/php_mysqli.h:64: error: syntax error before '}' token /usr/src/php-src-5.1/ext/mysqli/php_mysqli.h:64: warning: data definition has no type or storage class /usr/src/php-src-5.1/ext/mysqli/php_mysqli.h:105: error: `LOCAL_INFILE_ERROR_LEN' undeclared here (not in a function) /usr/src/php-src-5.1/ext/mysqli/php_mysqli.h:139: error: syntax error before '*' token /usr/src/php-src-5.1/ext/mysqli/mysqli.c:94: error: syntax error before '*' token /usr/src/php-src-5.1/ext/mysqli/mysqli.c: In function `php_clear_stmt_bind'= : /usr/src/php-src-5.1/ext/mysqli/mysqli.c:96: error: `stmt' undeclared (first use in this function) /usr/src/php-src-5.1/ext/mysqli/mysqli.c:96: error: (Each undeclared identifier is reported only once /usr/src/php-src-5.1/ext/mysqli/mysqli.c:96: error: for each function it appears in.) /usr/src/php-src-5.1/ext/mysqli/mysqli.c: In function `mysqli_objects_destroy_object': /usr/src/php-src-5.1/ext/mysqli/mysqli.c:156: error: syntax error before ')' token /usr/src/php-src-5.1/ext/mysqli/mysqli.c: In function `mysqli_read_property= ': /usr/src/php-src-5.1/ext/mysqli/mysqli.c:226: error: `MYSQL_STMT' undeclared (first use in this function) /usr/src/php-src-5.1/ext/mysqli/mysqli.c:226: error: syntax error before ')' token /usr/src/php-src-5.1/ext/mysqli/mysqli.c:226: error: syntax error before ')' token /usr/src/php-src-5.1/ext/mysqli/mysqli.c: In function `zm_startup_mysqli': /usr/src/php-src-5.1/ext/mysqli/mysqli.c:515: error: `STMT_ATTR_UPDATE_MAX_LENGTH' undeclared (first use in this function) /usr/src/php-src-5.1/ext/mysqli/mysqli.c:577: error: `MYSQL_NO_DATA' undeclared (first use in this function) /usr/src/php-src-5.1/ext/mysqli/mysqli.c: In function `zif_mysqli_stmt_construct': /usr/src/php-src-5.1/ext/mysqli/mysqli.c:656: error: `stmt' undeclared (first use in this function) /usr/src/php-src-5.1/ext/mysqli/mysqli.c:665: error: syntax error before ')' token /usr/src/php-src-5.1/ext/mysqli/mysqli.c:667: error: syntax error before ')' token /usr/src/php-src-5.1/ext/mysqli/mysqli.c:675: error: syntax error before ')' token /usr/src/php-src-5.1/ext/mysqli/mysqli.c:678: error: syntax error before ')' token /usr/src/php-src-5.1/ext/mysqli/mysqli.c: In function `zif_mysqli_result_construct': /usr/src/php-src-5.1/ext/mysqli/mysqli.c:731: error: syntax error before ')' token /usr/src/php-src-5.1/ext/mysqli/mysqli.c: In function `php_mysqli_fetch_into_hash': /usr/src/php-src-5.1/ext/mysqli/mysqli.c:793: error: syntax error before ')' token /usr/src/php-src-5.1/ext/mysqli/mysqli.c: In function `php_local_infile_ini= t': /usr/src/php-src-5.1/ext/mysqli/mysqli.c:970: error: `LOCAL_INFILE_ERROR_LEN' undeclared (first use in this function) /usr/src/php-src-5.1/ext/mysqli/mysqli.c: In function `php_local_infile_rea= d': /usr/src/php-src-5.1/ext/mysqli/mysqli.c:1018: error: `LOCAL_INFILE_ERROR_LEN' undeclared (first use in this function) distcc[23465] ERROR: compile /usr/src/php-src-5.1/ext/mysqli/mysqli.c on 127.0.0.1 failed make: *** [ext/mysqli/mysqli.lo] Error 1 My configure: ./configure --with-apxs2=3D/usr/sbin/apxs2 --with-gd --enable-sockets --with-zlib --with-mysqli --with-mysql=3D/usr --with-pdo-mysql --with-freetype-dir=3D/usr --with-jpeg-dir=3D/usr --with-png-dir=3D/usr --enable-mbstring --enable-bcmath --with-xmlrpc --with-xsl Thanks, --=20 Greg Donald Zend Certified Engineer MySQL Core Certification http://destiney.com/