Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3744 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86937 invoked from network); 5 Aug 2003 23:55:25 -0000 Received: from unknown (HELO netphobia.fi) (213.243.181.8) by pb1.pair.com with SMTP; 5 Aug 2003 23:55:25 -0000 Received: from localhost (jani@localhost) by netphobia.fi (8.11.6/8.11.6) with ESMTP id h75NtSR27973; Wed, 6 Aug 2003 02:55:28 +0300 X-Authentication-Warning: netphobia.fi: jani owned process doing -bs Date: Wed, 6 Aug 2003 02:55:28 +0300 (EEST) Sender: jani@netphobia.fi Reply-To: Jani Taskinen To: Vesselin Atanasov cc: PHP-DEV In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Patch for Zend engine linker error From: sniper@iki.fi (Jani Taskinen) Fixed, thanks for the patch. --Jani On Wed, 6 Aug 2003, Vesselin Atanasov wrote: >Hello. >The lastest CVS fails to compile under Linux. An error occurs because the >linker cannot find the "empty_fcall_info_cache" symbol. > >diff -ruN php5-200308051930.orig/Zend/zend_execute_API.c >php5-200308051930/Zend/zend_execute_API.c >--- php5-200308051930.orig/Zend/zend_execute_API.c 2003-08-05 >11:07:15.000000000 +0000 >+++ php5-200308051930/Zend/zend_execute_API.c 2003-08-06 >01:59:20.000000000 +0000 >@@ -37,11 +37,11 @@ > ZEND_API void (*zend_execute)(zend_op_array *op_array TSRMLS_DC); > ZEND_API void (*zend_execute_internal)(zend_execute_data *execute_data_ptr, >int return_value_used TSRMLS_DC); > >+ZEND_API zend_fcall_info_cache empty_fcall_info_cache = { NULL, NULL, NULL, >0 }; >+ > #ifdef ZEND_WIN32 > #include > /* true global */ >-ZEND_API zend_fcall_info_cache empty_fcall_info_cache = { NULL, NULL, NULL, >0 }; >- > static WNDCLASS wc; > static HWND timeout_window; > static HANDLE timeout_thread_event; >