Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5202 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84819 invoked by uid 1010); 5 Nov 2003 10:25:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 84795 invoked from network); 5 Nov 2003 10:25:09 -0000 Received: from unknown (HELO prv-mail25.provo.novell.com) (137.65.81.121) by pb1.pair.com with SMTP; 5 Nov 2003 10:25:09 -0000 Received: from INET-PRV1-MTA by prv-mail25.provo.novell.com with Novell_GroupWise; Wed, 05 Nov 2003 03:25:09 -0700 Message-ID: X-Mailer: Novell GroupWise Internet Agent 6.5.2 Beta Date: Wed, 05 Nov 2003 03:24:51 -0700 To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Building PHP source for Linux / Unix. From: hyanantha@novell.com ("Ananth Kesari") Hi, I am working on porting PHP onto NetWare. I am a beginner to building PHP source code for Linux / Unix. I am looking for a document that takes me through a step-by-step guidelines of doing this. Can someone point me to a link for this? Also, I am seeing some problems of memory corruption while using XOOPS application on NetWare, and also it says that functions like getallheaders are not implemented on NetWare. Since we are using the same code base as that of Linux / Unix, I am sure why this error messages are showing up. I would like to understand the Unix build process to see if the same path is followed on NetWare also. I want to see if I am missing #define's or whatever. Help in this is greatly appreciated. Thanks, Ananth.