Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31875 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91523 invoked by uid 1010); 23 Aug 2007 20:50:08 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 91508 invoked from network); 23 Aug 2007 20:50:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Aug 2007 20:50:08 -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.163 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 83.243.58.163 mail4.netbeat.de Received: from [83.243.58.163] ([83.243.58.163:42697] helo=mail4.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D9/E0-19653-EF2FDC64 for ; Thu, 23 Aug 2007 16:50:07 -0400 Received: (qmail 19854 invoked by uid 507); 23 Aug 2007 20:50:01 -0000 Received: from unknown (HELO ?192.168.1.102?) (postmaster%schlueters.de@82.135.81.84) by mail4.netbeat.de with ESMTPA; 23 Aug 2007 20:50:01 -0000 To: BuildSmart Cc: PHP Internals List In-Reply-To: References: Content-Type: text/plain Date: Thu, 23 Aug 2007 22:50:02 +0200 Message-ID: <1187902202.13028.18.camel@johannes.nop> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-2.fc7) Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] building PHP 5.2.3 and namespace issues From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Hi, On Thu, 2007-08-23 at 16:23 -0400, BuildSmart wrote: [...] > Symbol not found: _compiler_globals > Referenced from: /usr/local/php/lib/php/extensions/no-debug-non- > zts-20060613/bcompiler > Expected in: dynamic lookup [...] This simply means that your PHP was built using a thread-safe environment but the extension was linked against a non-thread-safe PHP. The documentation and regular support channels (php.net/support.php) should be able to help you figuring out what's going wrong. johannes