Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3620 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46425 invoked from network); 28 Jul 2003 18:24:36 -0000 Received: from unknown (HELO adsl-209-204-144-251.sonic.net) (209.204.144.251) by pb1.pair.com with SMTP; 28 Jul 2003 18:24:36 -0000 Received: from [127.0.0.1] (helo=192.168.1.2) by adsl-209-204-144-251.sonic.net with smtp (Exim 4.20) id 19hClP-0007qQ-87 for internals@lists.php.net; Mon, 28 Jul 2003 11:30:27 -0700 Received: from 192.168.1.253 (SquirrelMail authenticated user mark) by 192.168.1.2 with HTTP; Mon, 28 Jul 2003 11:30:27 -0700 (PDT) Message-ID: <2709.192.168.1.253.1059417027.squirrel@192.168.1.2> Date: Mon, 28 Jul 2003 11:30:27 -0700 (PDT) To: "PHP Internals List" Reply-To: mes@zeroc.com User-Agent: SquirrelMail/1.4.0-1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal Subject: DLL export request From: mes@zeroc.com ("Mark Spruiell") Hi, I'm prototyping a PHP5 extension creates user classes dynamically. This (mostly) works, although it's apparent that PHP isn't really expecting this type of activity. I did encounter problems when trying to build this extension on Windows, however, because the following functions are not exported from the PHP DLL: zend_do_inheritance zend_initialize_class_data Are there any objections to exporting these functions so that they can be used by extensions? Thanks, - Mark Spruiell