Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16725 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2261 invoked by uid 1010); 16 Jun 2005 12:01:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 2246 invoked from network); 16 Jun 2005 12:01:13 -0000 Received: from unknown (HELO pb1.pair.com) (127.0.0.1) by localhost with SMTP; 16 Jun 2005 12:01:13 -0000 X-Host-Fingerprint: 216.117.147.250 unknown Linux 2.4/2.6 Received: from ([216.117.147.250:39228] helo=ctindustries.net) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id E0/0F-20931-80A61B24 for ; Thu, 16 Jun 2005 08:01:12 -0400 Received: from [127.0.0.1] (dsta-aa203.pivot.net [66.186.171.203]) (authenticated bits=0) by ctindustries.net (8.12.8/8.12.8) with ESMTP id j5GAqtTw008459 for ; Thu, 16 Jun 2005 06:52:57 -0400 Message-ID: <42B16B5F.6040402@ctindustries.net> Date: Thu, 16 Jun 2005 08:06:55 -0400 User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "internals@lists.php.net" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.85.1/941/Wed Jun 15 14:13:38 2005 on ctindustries.net X-Virus-Status: Clean Subject: HEAD doesnt compile From: rrichards@ctindustries.net (Rob Richards) Can no longer compile HEAD. When replacing PHP_ARRAY_CMP_FUNC_VARS in the 2 static functions with the actual variable definitions it compiles fine. /home/rrichards/php5/ext/standard/array.c: In function `php_array_intersect': /home/rrichards/php5/ext/standard/array.c:2864: parse error before `int' /home/rrichards/php5/ext/standard/array.c:2879: `intersect_key_compare_func' undeclared (first use in this function) /home/rrichards/php5/ext/standard/array.c:2879: (Each undeclared identifier is reported only once /home/rrichards/php5/ext/standard/array.c:2879: for each function it appears in.) /home/rrichards/php5/ext/standard/array.c:2888: `intersect_data_compare_func' undeclared (first use in this function) /home/rrichards/php5/ext/standard/array.c:3051: `intersect_data_compare_func' used prior to declaration /home/rrichards/php5/ext/standard/array.c:3051: warning: implicit declaration of function `intersect_data_compare_func' /home/rrichards/php5/ext/standard/array.c:3055: `intersect_key_compare_func' used prior to declaration /home/rrichards/php5/ext/standard/array.c:3055: warning: implicit declaration of function `intersect_key_compare_func' /home/rrichards/php5/ext/standard/array.c:3069: `intersect_data_compare_func' used prior to declaration /home/rrichards/php5/ext/standard/array.c:3115: `intersect_data_compare_func' used prior to declaration /home/rrichards/php5/ext/standard/array.c:3131: `intersect_data_compare_func' used prior to declaration /home/rrichards/php5/ext/standard/array.c: In function `php_array_diff': /home/rrichards/php5/ext/standard/array.c:3239: parse error before `int' /home/rrichards/php5/ext/standard/array.c:3255: `diff_key_compare_func' undeclared (first use in this function) /home/rrichards/php5/ext/standard/array.c:3264: `diff_data_compare_func' undeclared (first use in this function) /home/rrichards/php5/ext/standard/array.c:3427: `diff_data_compare_func' used prior to declaration /home/rrichards/php5/ext/standard/array.c:3427: warning: implicit declaration of function `diff_data_compare_func' /home/rrichards/php5/ext/standard/array.c:3431: `diff_key_compare_func' used prior to declaration /home/rrichards/php5/ext/standard/array.c:3431: warning: implicit declaration of function `diff_key_compare_func' /home/rrichards/php5/ext/standard/array.c:3450: `diff_data_compare_func' used prior to declaration /home/rrichards/php5/ext/standard/array.c:3489: `diff_data_compare_func' used prior to declaration /home/rrichards/php5/ext/standard/array.c:3505: `diff_data_compare_func' used prior to declaration make: *** [ext/standard/array.lo] Error 1 Rob