Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3755 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44116 invoked from network); 6 Aug 2003 07:35:05 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 6 Aug 2003 07:35:05 -0000 Received: (qmail 7693 invoked from network); 6 Aug 2003 07:35:00 -0000 Received: from localhost (HELO zeev-laptop.zend.com) (127.0.0.1) by localhost with SMTP; 6 Aug 2003 07:35:00 -0000 Reply-To: zeev@zend.com Message-ID: <5.1.0.14.2.20030806103501.085f6c48@localhost> X-Sender: zeev@localhost X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 06 Aug 2003 10:35:09 +0300 To: "Vesselin Atanasov" Cc: "PHP-DEV" In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] Patch for Zend engine linker error From: zeev@zend.com (Zeev Suraski) References: Thanks, it's fixed now... Zeev At 02:43 06/08/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; > > >-- >PHP Internals - PHP Runtime Development Mailing List >To unsubscribe, visit: http://www.php.net/unsub.php