Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:24566 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18319 invoked by uid 1010); 18 Jul 2006 22:31:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 18304 invoked from network); 18 Jul 2006 22:31:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jul 2006 22:31:09 -0000 X-PHP-List-Original-Sender: andi@zend.com X-Host-Fingerprint: 80.74.107.235 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from ([80.74.107.235:46199] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id E8/75-11992-9216DB44 for ; Tue, 18 Jul 2006 18:31:07 -0400 Received: (qmail 29707 invoked from network); 18 Jul 2006 22:30:07 -0000 Received: from localhost (HELO ANDILENOVO) (127.0.0.1) by localhost with SMTP; 18 Jul 2006 22:30:07 -0000 To: "'Frank M. Kromann'" , Date: Tue, 18 Jul 2006 15:31:01 -0700 Message-ID: <038a01c6aab9$daf70010$6c01a8c0@zend.2k> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 thread-index: AcaqpPK1ELtYy1zDSK6Opq3nYRxM+wAFNLgA In-Reply-To: <11532527712600000@9866357972520000.9866341568840000> Subject: RE: [PHP-DEV] Possible problem in Zend From: andi@zend.com ("Andi Gutmans") References: <11532527712600000@9866357972520000.9866341568840000> There's also a build error in ZTS in ext/filter and warnings in ext/date. Can someone take a look? /bin/sh /home/andi/php5/libtool --silent --preserve-dup-deps --mode=compile /home/andi/php5/meta_ccld -Iext/filter/ -I/home/andi/php5/ext/filter/ -DPHP_ATOM_INC -I/home/andi/php5/include -I/home/andi/php5/main -I/home/andi/php5 -I/usr/local/include -I/usr/include/libxml2 -I/home/andi/php5/pcrelib -I/home/andi/php5/ext/date/lib -I/home/andi/php5/TSRM -I/home/andi/php5/Zend -D_REENTRANT -I/usr/include -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 Thx. Andi > -----Original Message----- > From: Frank M. Kromann [mailto:frank@kromann.info] > Sent: Tuesday, July 18, 2006 1:00 PM > To: internals@lists.php.net > Subject: [PHP-DEV] Possible problem in Zend > > Hello Everyone, > > With the current version of CVS PHP_5_2 branch I get this compiler > warning: > > c:\php\php5_2\zend\zend.c(565) : warning C4700: local > variable 'tsrm_ls' > used without having been initialized > > - Frank > > -- > PHP Internals - PHP Runtime Development Mailing List To > unsubscribe, visit: http://www.php.net/unsub.php >