[PHP-DEV] New port

2002-04-09 Thread fabwash
Celebrate! First port on the NonStop Himalaya System! frog:./php test.phpX-Powered-By: PHP/4.1.2Content-type: text/html Hello Worldfrog: Now I have to run the QA tests.. that's where the fun starts. I will need an expert with ./configure and buildconf when I have a stable executable

Re: [PHP-DEV] new port

2002-04-07 Thread Stanislav Malyshev
fw it to compile (which is not a simple task!), and notice an enormous amount fw of bad casting in the code. For example: fw fw int joe = (ulong) *p; Things like this should be fixed, I think - that's a bug, plain and simple, since ulong and int can have different size, and you get data loss

Re: [PHP-DEV] new port

2002-04-07 Thread fabwash
. - Original Message - From: Stanislav Malyshev [EMAIL PROTECTED] To: fab wash [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, April 07, 2002 5:01 AM Subject: Re: [PHP-DEV] new port fw it to compile (which is not a simple task!), and notice an enormous amount fw of bad casting in the code

Re: [PHP-DEV] new port

2002-04-07 Thread Andi Gutmans
] To: fab wash [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, April 07, 2002 5:01 AM Subject: Re: [PHP-DEV] new port fw it to compile (which is not a simple task!), and notice an enormous amount fw of bad casting in the code. For example: fw fw int joe = (ulong) *p; Things like

[PHP-DEV] new port

2002-04-06 Thread fab wash
Hello all, i'm trying to port php on a Nonstop Kernel system (Tandem/Compaq OSS/Posix compliant), and have a few questions to start with. I'm just trying to get it to compile (which is not a simple task!), and notice an enormous amount of bad casting in the code. For example: int joe =