Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16132 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56998 invoked by uid 1010); 29 Apr 2005 06:50:43 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 56962 invoked from network); 29 Apr 2005 06:50:42 -0000 Received: from unknown (HELO about.com) (127.0.0.1) by localhost with SMTP; 29 Apr 2005 06:50:42 -0000 X-Host-Fingerprint: 66.111.4.25 out1.smtp.messagingengine.com Received: from ([66.111.4.25:46761] helo=out1.smtp.messagingengine.com) by pb1.pair.com (ecelerity 1.2.12rc1 r(5476:5477)) with SMTP id AF/22-20173-149D1724 for ; Fri, 29 Apr 2005 02:50:42 -0400 Received: from web2.messagingengine.com (web2.internal [10.202.2.211]) by frontend1.messagingengine.com (Postfix) with ESMTP id 8D2EAC86A96; Fri, 29 Apr 2005 02:50:30 -0400 (EDT) Received: by web2.messagingengine.com (Postfix, from userid 99) id 31FB5580; Fri, 29 Apr 2005 02:50:29 -0400 (EDT) Message-ID: <1114757429.7529.232993124@webmail.messagingengine.com> X-Sasl-Enc: 55PHXdEqFZPdneVIu89iey++dgMpNU3mUyo7ex/3Nmzx 1114757429 To: dmitry@zend.com Cc: internals@lists.php.net Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.5 (F2.73; T1.001; A1.64; B3.05; Q3.03) Date: Thu, 28 Apr 2005 23:50:29 -0700 Subject: php-5.0.-dev build failure From: kameshj@fastmail.fm ("Kamesh Jayachandran") 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