Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9604 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69971 invoked by uid 1010); 28 Apr 2004 18:23:27 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 69944 invoked from network); 28 Apr 2004 18:23:27 -0000 Received: from unknown (HELO adsl-209-204-144-251.sonic.net) (209.204.144.251) by pb1.pair.com with SMTP; 28 Apr 2004 18:23:27 -0000 Received: from [127.0.0.1] (helo=192.168.1.2) by adsl-209-204-144-251.sonic.net with smtp (Exim 4.20) id 1BItiQ-0004q8-GK for internals@lists.php.net; Wed, 28 Apr 2004 11:23:26 -0700 Received: from 192.168.1.104 (SquirrelMail authenticated user mark) by 192.168.1.2 with HTTP; Wed, 28 Apr 2004 11:23:26 -0700 (PDT) Message-ID: <2538.192.168.1.104.1083176606.squirrel@192.168.1.2> Date: Wed, 28 Apr 2004 11:23:26 -0700 (PDT) To: internals@lists.php.net Reply-To: mes@zeroc.com User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: Fix requested for C++ compatibility From: mes@zeroc.com ("Mark Spruiell") I'd like to thank whoever fixed Zend/zend_interfaces.h in RC2 so that it avoids a "duplicate symbol" link error when building PHP with a C++ compiler. However, a similar issue was introduced in RC2 in Zend/zend_exceptions.h: ZEND_API void (*zend_throw_exception_hook)(zval *ex TSRMLS_DC); It would be great if someone could prepend "extern" to the above line. Thanks, - Mark