Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3556 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3049 invoked from network); 22 Jul 2003 01:11:31 -0000 Received: from unknown (HELO osiris.phoenixdigital.com) (202.45.106.108) by pb1.pair.com with SMTP; 22 Jul 2003 01:11:31 -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 h6M1BhMc000849 for ; Tue, 22 Jul 2003 11:11:43 +1000 Received: (from apache@localhost) by osiris.phoenixdigital.com (8.12.8/8.12.8/Submit) id h6M1BhxZ000847; Tue, 22 Jul 2003 11:11:43 +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; Tue, 22 Jul 2003 11:11:43 +1000 (EST) Message-ID: <2493.192.168.1.240.1058836303.squirrel@home.phoenixdigital.com> Date: Tue, 22 Jul 2003 11:11:43 +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: Compiling your own PHP extensions? From: c.just@phoenixdigital.com ("Cameron Just") 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.