Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:49894 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53254 invoked from network); 9 Oct 2010 20:33:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Oct 2010 20:33:38 -0000 Authentication-Results: pb1.pair.com header.from=mamfelt@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=mamfelt@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: mamfelt@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-ew0-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:41634] helo=mail-ew0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 58/A6-13876-0A1D0BC4 for ; Sat, 09 Oct 2010 16:33:37 -0400 Received: by ewy2 with SMTP id 2so1204678ewy.29 for ; Sat, 09 Oct 2010 13:33:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=nl8VBIsYSzM3v/yyBhOuGCURtcPQx/uOq9RXHGuOlh0=; b=Bx98VUSGAbQkaPWcYSY2Tlks6Av05bbT30rDR9Vlxth1NDdrdVz3FH9SvxQ16MBzLC q+ALduCLjE52b1L7s6dR0VMj0KvdqtW32+vcu9njtBrcp6JC0bsQwXooVVDbuABDK+w8 r12gHpUe974dYTx9mH124ZIXfqG3uyUnxySNA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=YZw+kmpGpvQbhbmYq5Ie/xNwmqpiGhm1NDKix/za4dv6LPg9WgBNWAKNEtHpSa23Xw 7QAvnTo/B+IQuctWn/EEmT/ZWTyfEdDCU/laLEHCeWcHqnWEspdHiay0M+uM2AjBEZCx 0uPNMieFmzzvHtSXrGyJlcTbEcUBJCEWBnWp8= Received: by 10.213.35.6 with SMTP id n6mr2472265ebd.0.1286656414294; Sat, 09 Oct 2010 13:33:34 -0700 (PDT) Received: from [192.168.129.1] (felt-1.demon.nl [83.160.178.134]) by mx.google.com with ESMTPS id q54sm3959590eeh.0.2010.10.09.13.33.33 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 09 Oct 2010 13:33:34 -0700 (PDT) Message-ID: <4CB0D19E.6030501@gmail.com> Date: Sat, 09 Oct 2010 22:33:34 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.11) Gecko/20100711 Thunderbird/3.0.6 MIME-Version: 1.0 To: internals@lists.php.net References: <4CB0CCD1.6090408@acm.org> In-Reply-To: <4CB0CCD1.6090408@acm.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Problems with iconv on AIX 5.3 and 6.1 - maybe a bug From: mamfelt@gmail.com (Michael Felt) On 10/9/2010 10:13 PM, Michael Felt wrote: > > ======== > To be continued. The sapi/cli/php5 is not being created now. Will be > updated with changes in the > failed make test output once I figure what has gone wrong. :( > Actually, it is there, but for some reason it is not starting. Please excuse my ignorance.... root@x105:[/data/prj/php-5.2.13]make test echo '\ \ Build complete. Don't forget to run 'make test'. ERROR: Cannot run tests without CLI sapi. ======== However, the SAPI client is there, but being ignored. ========= root@x105:[/data/prj/php-5.2.13]./sapi/cli/php5 -? Usage: php5 [options] [-f] [--] [args...] php5 [options] -r [--] [args...] php5 [options] [-B ] -R [-E ] [--] [args...] php5 [options] [-B ] -F [-E ] [--] [args...] php5 [options] -- [args...] php5 [options] -a -a Run interactively -c | Look for php.ini file in this directory -n No php.ini file will be used -d foo[=bar] Define INI entry foo with value 'bar' -e Generate extended information for debugger/profiler -f Parse and execute . -h This help -i PHP information -l Syntax check only (lint) -m Show compiled in modules -r Run PHP without using script tags -B Run PHP before processing input lines -R Run PHP for every input line -F Parse and execute for every input line -E Run PHP after processing all input lines -H Hide any passed arguments from external tools. -s Output HTML syntax highlighted source. -v Version number -w Output source with stripped comments and whitespace. -z Load Zend extension . args... Arguments passed to script. Use -- args when first argument starts with - or script is read from stdin --ini Show configuration file names --rf Show information about function . --rc Show information about class . --re Show information about extension . --ri Show configuration for extension . root@x105:[/data/prj/php-5.2.13]