Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:14242 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54198 invoked by uid 1010); 30 Dec 2004 16:23:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 54133 invoked from network); 30 Dec 2004 16:23:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Dec 2004 16:23:06 -0000 X-Host-Fingerprint: 209.68.5.15 relay01.pair.com Received: from ([209.68.5.15:3616] helo=relay01.pair.com) by pb1.pair.com (ecelerity HEAD (r3992M)) with SMTP id 29/A1-65170-96B24D14 for ; Thu, 30 Dec 2004 11:23:05 -0500 Received: (qmail 59462 invoked from network); 30 Dec 2004 16:23:01 -0000 Received: from unknown (HELO ?192.168.2.2?) (unknown) by unknown with SMTP; 30 Dec 2004 16:23:01 -0000 X-pair-Authenticated: 208.25.56.153 Mime-Version: 1.0 (Apple Message framework v619) Content-Transfer-Encoding: 7bit Message-ID: Content-Type: text/plain; charset=US-ASCII; format=flowed To: internals@lists.php.net Date: Thu, 30 Dec 2004 08:21:34 -0800 X-Mailer: Apple Mail (2.619) Subject: multithread extension issue From: kevin@hzsystems.com (Kevin Avila) i have a question about muli-threaded PHP. I have a few custom extentions I am loading, everything works great in the main thread, if I spawn a new thread, my extentions are still loaded and active, but thier functions don't get loaded int the function table for the secondary thread. is there something I am missing to load functions in secondary threads?