Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72634 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78466 invoked from network); 15 Feb 2014 17:01:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Feb 2014 17:01:35 -0000 Authentication-Results: pb1.pair.com smtp.mail=lior.k@zend.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=lior.k@zend.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain zend.com from 209.85.219.46 cause and error) X-PHP-List-Original-Sender: lior.k@zend.com X-Host-Fingerprint: 209.85.219.46 mail-oa0-f46.google.com Received: from [209.85.219.46] ([209.85.219.46:46749] helo=mail-oa0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 54/75-45929-E6D9FF25 for ; Sat, 15 Feb 2014 12:01:34 -0500 Received: by mail-oa0-f46.google.com with SMTP id n16so16025530oag.33 for ; Sat, 15 Feb 2014 09:01:31 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=DF6F6yUpHShT073jlh1WPkWwK/HNrrVogpIW4UKu1EE=; b=UFgXH0znW3AOePEcuM6hlak0lfBGJFnN1kRZ5bPG+KlO+By1F3t07wIr+aUo+eOvvV Lzcjxzq/SdWBb25Kzy84Xq72NvMwhniX8MdT6O6ZKhLj1kMRuoEcoc/Y66WdZgxkvcoR pIZmADiRzyJ8jBPmGw3i/YBS5+DXMF1nSuN1F+CQsuCPgK4OYg2M+ugh5isVKk6nsBEP QNRXt9XJRLd4t9s/bM9xfNQYP/zoTrtG5G80+y9WDk94wX56CfDlfgNRXyJXGG22bCfr gOCMajHOwnrplPAuJPuf30bkc9CHUUw7DS5n68QaaGSVT7giB3t7Bv+ndB/Ym5ucCFyO nkyA== X-Gm-Message-State: ALoCoQnRhVa0G6+c7VfElb7hz2L+E/GEveoRApK2EJm6Ftp7rBJGa/3ttgcfZd3/+vjsc2qbAzmO+kpoefmEZghvXv6k+ouA0QwsI36UiEmN1TIOTPdpysonzpoWfjFNLN7Xvxj6WhBB MIME-Version: 1.0 X-Received: by 10.182.81.197 with SMTP id c5mr9510737oby.40.1392483691693; Sat, 15 Feb 2014 09:01:31 -0800 (PST) Received: by 10.60.63.13 with HTTP; Sat, 15 Feb 2014 09:01:31 -0800 (PST) Date: Sat, 15 Feb 2014 19:01:31 +0200 Message-ID: To: PHP internals list Content-Type: multipart/alternative; boundary=047d7b2e4d58cc9f1d04f274df09 Subject: mysqli build problem with 5.6.0 alpha2? From: lior.k@zend.com (Lior Kaplan) --047d7b2e4d58cc9f1d04f274df09 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, Just trying to make sure before opening a bug, have someone built mysqli in 5.6.0 alpha2? Used this configure flag: --with-mysqli=3Dshared,/usr/bin/mysql_config mysql: 5.5.35 /=C2=ABBUILDDIR=C2=BB/php5-5.6.0~alpha2+dfsg/ext/mysqli/mysqli_api.c:683:12= : error: conflicting types for 'mysqli_commit_or_rollback_libmysql' static int mysqli_commit_or_rollback_libmysql(MYSQL * conn, zend_bool commit, const unsigned int mode, const char * const name) I saw this function was added recently, so everything might still be fresh for a quick answer. Kaplan p.s. Debian already have built alpha1, and we didn't change build commands for alpha2. --047d7b2e4d58cc9f1d04f274df09--