Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16134 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11926 invoked by uid 1010); 29 Apr 2005 07:43:35 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 11910 invoked from network); 29 Apr 2005 07:43:34 -0000 Received: from unknown (HELO iki.fi) (127.0.0.1) by localhost with SMTP; 29 Apr 2005 07:43:34 -0000 X-Host-Fingerprint: 195.197.172.115 gw01.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.115:46963] helo=gw01.mail.saunalahti.fi) by pb1.pair.com (ecelerity 1.2.12rc1 r(5476:5477)) with SMTP id 12/24-20173-7E0E1724 for ; Fri, 29 Apr 2005 03:23:19 -0400 Received: from nest.netphobia.fi (YZCLXVIII.dsl.saunalahti.fi [85.76.34.69]) by gw01.mail.saunalahti.fi (Postfix) with ESMTP id E3F38DF5E7; Fri, 29 Apr 2005 10:23:15 +0300 (EEST) Received: from nest.netphobia.fi (nest.netphobia.fi [127.0.0.1]) by nest.netphobia.fi (8.13.4/8.13.1) with ESMTP id j3T7NGHK030864; Fri, 29 Apr 2005 10:23:16 +0300 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.4/8.13.1/Submit) with ESMTP id j3T7NG0F030861; Fri, 29 Apr 2005 10:23:16 +0300 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Fri, 29 Apr 2005 10:23:16 +0300 (EEST) Reply-To: Jani Taskinen To: Kamesh Jayachandran Cc: dmitry@zend.com, internals@lists.php.net In-Reply-To: <1114757429.7529.232993124@webmail.messagingengine.com> Message-ID: References: <1114757429.7529.232993124@webmail.messagingengine.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [PHP-DEV] php-5.0.-dev build failure From: sniper@iki.fi (Jani Taskinen) On Thu, 28 Apr 2005, Kamesh Jayachandran wrote: > Hi Dmitry, > I just did cvs upd in my php-5.0-dev workarea which brought your changes > in ext/standard/basic_functions.c version 1.673.2.16. > After that I get a compile error saying that > /root/kamesh/work/php5_0/php-src/ext/standard/basic_functions.c:1911: > `IS_CALLABLE_CHECK_NO_ACCESS' undeclared (first use in this function) > > I could not see this IS_CALLABLE_CHECK_NO_ACCESS getting defined > anywhere. It is defined in Zend/zend_API.h. Try 'make clean && make' ? --Jani