Hi Guys,
I run zend server on an ibm iseries aka power7 on os400 Release 7.1
Now i have installed the symfony2 framework (which has mainly nothing to do with the problem)
However, when i start a qshell and cd to /www/zendsvr
and run the command...
php-cli app/console
which should list the text below to be specific...
Symfony version 2.0.0-DEV - app/dev/debug
Usage:
[options] command [arguments]
Options:
--help -h Display this help message.
--quiet -q Do not output any message.
--verbose -v Increase verbosity of messages.
--version -V Display this program version.
--ansi -a Force ANSI output.
--no-interaction -n Do not ask any interactive question.
--shell -s Launch the shell.
--env -e The Environment name.
--no-debug Switches off debug mode.
Available commands:
help Displays help for a command (?)
list Lists commands
==================================================
furthermore all the app/console commands are listed,
BUT and now it comes.... the iseries does not produce
the above content, but it produces the garbage below...
$ $ $ _ë`_Ã?>` $ _ ÎÁÊËÑ?> $ _ àáî /øøÀÁÎÀÁÂÍÅ $ _ $ _íË/ÅÁ $ _ $?øÈÑ?>Ë) [?__/>À $/ÊÅÍ_Á>ÈË) $ _!øÈÑ?>Ë $ _
$ _ ÇÁ%ø $ _ $ _ Ç $ _ àÑËø%/` ÈÇÑË ÇÁ%ø _ÁËË/ÅÁ $ _ ÉÍÑÁÈ $ _ $ _ É $ _ à? >?È ?ÍÈøÍÈ />` _ÁË
Ë/ÅÁ $ _ ÎÁÊÂ?ËÁ $ _ $ _ Î $ _ ñ>[ÊÁ/ËÁ ÎÁÊÂ?ËÑÈ` ?à _ÁËË/ÅÁË $ _ ÎÁÊËÑ?> $ _ $ _ î $ _ àÑËø%/` ÈÇÑ
Ë øÊ?ÅÊ/_ ÎÁÊËÑ?> $ _ />ËÑ $ _ $ _ / $ _ ã?Ê[Á +ëñ ?ÍÈøÍÈ $ _ >? Ñ>ÈÁÊ/[ÈÑ?> $ _ $ _ > $ _ à? >?È /Ë,
/>` Ñ>ÈÁÊ/[ÈÑÎÁ ÉÍÁËÈÑ?> $ _ ËÇÁ%% $ _ $ _ Ë $ _ </Í>[Ç ÈÇÁ ËÇÁ%% $ _ Á>Î $ _ $ _ Á $ _ èÇÁ á
>ÎÑÊ?>_Á>È >/_Á $ _ >? ÀÁÂÍÅ $ _ ëÏÑÈ[ÇÁË ?Ãà ÀÁÂÍÅ _?ÀÁ $ _ Î/Ñ%/Â%Á [?__/>ÀË $ _ $ _ÇÁ%ø
and so forth... hence i know what is written there because i know what the results should be :-)
CCSID = 37 on the system, also for nobody, nogroup and zendadmin users.
fastcgi.conf contains...
SetEnv="CCSID=819" SetEnv="LANG=en_US"
By the way, it is not possible to set the CCSID to 819 through the green screens as it says the 819 is invalid.
So i'm sure the above problem has to do with codepage stuff and more of that.
Also i cannot get why httpd.conf contains AddCharset UTF-8 .htm .html .xml
as the iseries is not capable of displaying UTF-8 ? Am i right ?
I hope somebody can help me fix the problem as this codepage garbage is frustrating.
Best Regards,
Patrick

