Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18721 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45148 invoked by uid 1010); 8 Sep 2005 15:38:49 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 45133 invoked from network); 8 Sep 2005 15:38:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Sep 2005 15:38:49 -0000 X-Host-Fingerprint: 68.142.207.64 web31801.mail.mud.yahoo.com Received: from ([68.142.207.64:41882] helo=web31801.mail.mud.yahoo.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 7D/70-23233-90B50234 for ; Thu, 08 Sep 2005 11:38:49 -0400 Received: (qmail 81978 invoked by uid 60001); 8 Sep 2005 15:38:45 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=wU2ZYtwgoRfia8ekoJ4WEMM2Lzh6TpADiZw4E9U0wGK/MU0iDiiaGLpDjgjnoysIxjn16qiBiZK6/OlfFrQn545qj4YTqJe5VPdRUIEQaOHhULb/OVlyL74YNZKGn9XD8GFSS2P99XG87mlu3L1QZwynohaXNZhMO2e6fSIb1zk= ; Message-ID: <20050908153845.81976.qmail@web31801.mail.mud.yahoo.com> Received: from [202.46.19.93] by web31801.mail.mud.yahoo.com via HTTP; Thu, 08 Sep 2005 08:38:45 PDT Date: Thu, 8 Sep 2005 08:38:45 -0700 (PDT) To: internals MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Build & test errors From: rollandsantimano@yahoo.com (Rolland Santimano) I couldn't run the test script(s), I get multiple errors of the foll nature: PHP Warning: fopen(): unable to create or locate filter "unicode.to.utf8" in /home/rolland/Work/PHP-unicode/source/php-src/run-tests.php on line 1104 Is there any setting to be changed in the .ini file(s) ? I have the foll settings in ths php.ini file I use: ; Unicode settings unicode_semantics = off unicode.runtime_encoding = iso-8859-1 unicode.script_encoding = utf-8 unicode.output_encoding = utf-8 unicode.from_error_mode = U_INVALID_SUBSTITUTE unicode.from_error_subst_char = 3f Also, now my builds are failing with the foll error: /home/rolland/Work/PHP-Unicode/source/php-src/ext/standard/basic_functions.c:45: zend_language_parser.h: No such file or directory Any hints ? Anything I'm doing wrong ?