Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3576 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52371 invoked from network); 23 Jul 2003 13:49:51 -0000 Received: from unknown (HELO osiris.phoenixdigital.com) (202.45.106.108) by pb1.pair.com with SMTP; 23 Jul 2003 13:49:51 -0000 Received: from osiris.phoenixdigital.com (osiris.phoenixdigital.com [127.0.0.1]) by osiris.phoenixdigital.com (8.12.8/8.12.8) with ESMTP id h6NDo4Mc025863 for ; Wed, 23 Jul 2003 23:50:04 +1000 Received: (from apache@localhost) by osiris.phoenixdigital.com (8.12.8/8.12.8/Submit) id h6NDo27x025861; Wed, 23 Jul 2003 23:50:02 +1000 X-Authentication-Warning: osiris.phoenixdigital.com: apache set sender to c.just@phoenixdigital.com using -f Received: from 192.168.1.240 (SquirrelMail authenticated user phoenix) by home.phoenixdigital.com with HTTP; Wed, 23 Jul 2003 23:50:02 +1000 (EST) Message-ID: <4443.192.168.1.240.1058968202.squirrel@home.phoenixdigital.com> Date: Wed, 23 Jul 2003 23:50:02 +1000 (EST) To: internals@lists.php.net User-Agent: SquirrelMail/1.4.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: Re : Compiling your own PHP extensions? From: c.just@phoenixdigital.com ("Cameron Just") Thanks to all those who reponded. I will be asking my boss about getting some sort of funding together to build it. Hopefully I can get him to part with some cash :) If it does get built what is the process for handing it back to the PHP guys to get it incorporated into PHP itself? Ta-Lib uses a FreeBSD Style license. Is answer to what platform I need it for. Both Linux and FreeBSD :) -------------------------------------- A bit more background as to why I need them :) I can't believe I only just came across this library now :) I spent the later part of last year writing an online stockmarket analysis application in PHP. Since I didn't know c++ in detail I had to write all the data import and analysis routines in php. This obviosuly would generate quite a bit of speed difference to my import routines. 2-3 hours for the australian stockmarket. Recently we tried to get someone to convert my php routines to c++ but they didn't quite get it right. So my main question is has anyone integrated this into the PHP source code. I would love to be able to use these routines in my php scripts. If noone has, is anyone willing to write it? I am sure I can get my boss to chip in some dollars.