Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16135 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27679 invoked by uid 1010); 29 Apr 2005 07:52:18 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 27663 invoked from network); 29 Apr 2005 07:52:18 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 29 Apr 2005 07:52:18 -0000 X-Host-Fingerprint: 84.204.52.251 promo.hnet.spb.ru OpenBSD 3.0-3.4 Received: from ([84.204.52.251:26504] helo=promo.hnet.spb.ru) by pb1.pair.com (ecelerity 1.2.12rc1 r(5476:5477)) with SMTP id 51/77-20173-1B7E1724 for ; Fri, 29 Apr 2005 03:52:18 -0400 Received: from thinkpad (unknown [192.168.3.118]) by promo.hnet.spb.ru (Postfix) with ESMTP id 3E4891BAC9B; Fri, 29 Apr 2005 11:51:00 +0400 (MSD) To: "'Kamesh Jayachandran'" Cc: Date: Fri, 29 Apr 2005 11:52:08 +0400 Message-ID: <000001c54c90$5b1c2560$8202a8c0@thinkpad> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: <1114757429.7529.232993124@webmail.messagingengine.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Subject: RE: php-5.0.-dev build failure From: dmitry@zend.com ("Dmitry Stogov") References: <1114757429.7529.232993124@webmail.messagingengine.com> Hi Kamesh, Do you still have this error after make clean; make? Did you update ALL CVS tree. Thanks. Dmitry. > -----Original Message----- > From: Kamesh Jayachandran [mailto:kameshj@fastmail.fm] > Sent: Friday, April 29, 2005 10:50 AM > To: dmitry@zend.com > Cc: internals@lists.php.net > Subject: php-5.0.-dev build failure > > > 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. > > Can you look in to this. > > With regards > Kamesh Jayachandran > >