Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21992 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84709 invoked by uid 1010); 23 Feb 2006 23:10:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 84694 invoked from network); 23 Feb 2006 23:10:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Feb 2006 23:10:46 -0000 X-Host-Fingerprint: 216.145.54.171 mrout1.yahoo.com FreeBSD 4.7-5.2 (or MacOS X 10.2-10.3) (2) Received: from ([216.145.54.171:32713] helo=mrout1.yahoo.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id EC/E5-14119-5F04EF34 for ; Thu, 23 Feb 2006 18:10:46 -0500 Received: from [172.21.208.157] (snvvpn-10-72-66-c149.corp.yahoo.com [10.72.66.149]) by mrout1.yahoo.com (8.13.4/8.13.4/y.out) with ESMTP id k1NNAUNh044991 for ; Thu, 23 Feb 2006 15:10:30 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v623) Content-Transfer-Encoding: 7bit Message-ID: Content-Type: text/plain; charset=US-ASCII; format=flowed To: php internals Date: Thu, 23 Feb 2006 15:12:09 -0800 X-Mailer: Apple Mail (2.623) Subject: HEAD compilation failure From: andrei@gravitonic.com (Andrei Zmievski) Right now HEAD doesn't compile: /homes/andrei/dev/php-src/ext/libxml/libxml.c: In function `php_libxml_register_export': /homes/andrei/dev/php-src/ext/libxml/libxml.c:844: incompatible type for argument 2 of `_zend_hash_add_or_update' /homes/andrei/dev/php-src/ext/libxml/libxml.c:849: incompatible type for argument 1 of `u_charsToUChars_3_4' /homes/andrei/dev/php-src/ext/libxml/libxml.c:850: incompatible type for argument 3 of `_zend_u_hash_add_or_update' What is this function supposed to do? Is the goal to register both Unicode and non-unicode entries or just one? -Andrei