Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24599 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75426 invoked by uid 1010); 18 Jul 2006 23:20:17 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 75411 invoked from network); 18 Jul 2006 23:20:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jul 2006 23:20:17 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; domainkeys=good DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 66.249.92.168 ug-out-1314.google.com Linux 2.4/2.6 Received: from ([66.249.92.168:28461] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id C4/7E-11992-0BC6DB44 for ; Tue, 18 Jul 2006 19:20:17 -0400 Received: by ug-out-1314.google.com with SMTP id k3so54573ugf for ; Tue, 18 Jul 2006 16:20:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jMyp/KPWohw4dWgIggeo2pG8UmdLR5nQKFhIQiEpJtBGhMRQCIScpypyOJs3SOPY9Xuo+Jyw4n0RTZNHDxsKdCSCgDa0IRAU/vFW4cBzgkeeUIyoAV44eHVM03YBdwXhnj8JthLcfTXTmvCK4FpcK11r2dOWTQHQuqhjyIa+YTc= Received: by 10.66.242.20 with SMTP id p20mr105033ugh; Tue, 18 Jul 2006 16:20:13 -0700 (PDT) Received: by 10.66.220.11 with HTTP; Tue, 18 Jul 2006 16:20:13 -0700 (PDT) Message-ID: Date: Wed, 19 Jul 2006 01:20:13 +0200 To: "Andi Gutmans" Cc: "Frank M. Kromann" , internals@lists.php.net In-Reply-To: <038a01c6aab9$daf70010$6c01a8c0@zend.2k> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <11532527712600000@9866357972520000.9866341568840000> <038a01c6aab9$daf70010$6c01a8c0@zend.2k> Subject: Re: [PHP-DEV] Possible problem in Zend From: pierre.php@gmail.com (Pierre) On 7/19/06, Andi Gutmans wrote: > There's also a build error in ZTS in ext/filter and warnings in ext/date. > Can someone take a look? > -g -O2 -pthread -DZTS -c /home/andi/php5/ext/filter/filter.c -o > ext/filter/filter.lo > In file included from /home/andi/php5/ext/filter/php_filter.h:25, > from /home/andi/php5/ext/filter/filter.c:27: > /home/andi/php5/main/SAPI.h:263: error: syntax error before > "zend_function_entry" > /home/andi/php5/main/SAPI.h:263: warning: no semicolon at end of struct or > union > /home/andi/php5/ext/filter/filter.c: In function `php_filter_get_storage': > /home/andi/php5/ext/filter/filter.c:428: error: structure has no member > named `register_globals' > /home/andi/php5/ext/filter/filter.c:428: error: structure has no member > named `register_long_arrays' > /home/andi/php5/ext/filter/filter.c: In function `zif_input_get_args': > /home/andi/php5/ext/filter/filter.c:704: warning: passing arg 2 of > `zend_hash_get_current_key_ex' from incompatible pointer type > make: *** [ext/filter/filter.lo] Error 1 that sounds like you trying to build filter with CLI but configured or partially compiled with CGI. Can you try a make clean and make? I built filter on linux and windows with ZTS successfully (cli or cgi). --Pierre --Pierre