Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74784 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7199 invoked from network); 8 Jun 2014 23:17:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Jun 2014 23:17:18 -0000 Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.54 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.219.54 mail-oa0-f54.google.com Received: from [209.85.219.54] ([209.85.219.54:43675] helo=mail-oa0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F0/75-12959-CFEE4935 for ; Sun, 08 Jun 2014 19:17:17 -0400 Received: by mail-oa0-f54.google.com with SMTP id eb12so2557323oac.13 for ; Sun, 08 Jun 2014 16:17:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=Ly9Z8fl4gucZqyOitscQ/q+HklYClQt5YJyAC/bl5Sg=; b=h3098mhFmscOyasrXXm8+uVOqPtgRf7cRd2MB9hMzecn0ngEpHjN3LyOAOMa2NYteC oVAl/IjrS008U0B9P7oSh0b2S0PiJLKby4M/qend/+r562+NTU9m3T80hXxqIvBJLhGL 3aph/zKI9EHijz962p0mP5x4+SS4nSFUsuB9fhyL7vRkw55gpj4+pDxl1xDT7LIL12kq tA6u/C4rAMTdAaeSpHIn8diljTMhuFq04iYTbQRhoEBteRYbQSl6+dElmLqsZXVT2ldz GGx2JFKTAqrZjRbGnILCH05xILIdbAqDGvBFZYhrRx1X0bsobWbzXG5BGflKqiU1zhkz l7aA== MIME-Version: 1.0 X-Received: by 10.182.97.234 with SMTP id ed10mr20524314obb.31.1402269433375; Sun, 08 Jun 2014 16:17:13 -0700 (PDT) Sender: morrison.levi@gmail.com Received: by 10.76.77.100 with HTTP; Sun, 8 Jun 2014 16:17:13 -0700 (PDT) In-Reply-To: References: Date: Sun, 8 Jun 2014 17:17:13 -0600 X-Google-Sender-Auth: 2Icq-VcO2SHDc43E9kA1zl7C4wg Message-ID: To: internals Content-Type: text/plain; charset=UTF-8 Subject: Re: PHP 5.6.0beta4: undefined reference to `_zval_ptr_dtor_wrapper' From: levim@php.net (Levi Morrison) On Sun, Jun 8, 2014 at 4:49 PM, Levi Morrison wrote: > The OS is Debian 7.5. > $ uname -a > Linux leviathon 3.2.0-4-amd64 #1 SMP Debian 3.2.57-3+deb7u1 x86_64 GNU/Linux > > What I did: > wget http://downloads.php.net/tyrael/php-5.6.0beta4.tar.bz2 > tar -jxf php-5.6.0beta4.tar.bz2 > cd php-5.6.0beta4/ > ./configure --prefix=/apps/php/5.6.0beta4 > make -j 8 A clean build fixed the issue. I inspected my bash history and found that I did `./configure --enable-debug && make` and cancelled it, but it seems a `.o` file must have been built. Sorry for the noise.