Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5134 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7710 invoked by uid 1010); 30 Oct 2003 22:50:20 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 7664 invoked from network); 30 Oct 2003 22:50:18 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 30 Oct 2003 22:50:18 -0000 Received: (qmail 19343 invoked from network); 30 Oct 2003 22:50:13 -0000 Received: from guardian.zend.office (HELO andi-laptop.zend.com) (10.1.1.4) by int.zend.com with SMTP; 30 Oct 2003 22:50:13 -0000 Message-ID: <5.1.0.14.2.20031031004736.03dc2218@127.0.0.1> X-Sender: andi@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 31 Oct 2003 00:48:05 +0200 To: Uwe Schindler ,internals@lists.php.net In-Reply-To: <6.0.0.22.0.20031030230110.0383ce40@127.0.0.1> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] BUG #18630 From: andi@zend.com (Andi Gutmans) References: <6.0.0.22.0.20031030230110.0383ce40@127.0.0.1> At 11:01 PM 10/30/2003 +0100, Uwe Schindler wrote: >You can also check vor availability of this single function with >GetProcAddress(GetModuleHandle("kernel32.dll"),"funcname") and use the >pointer from there if not NULL. If this is the only unknown function in >Win95/NT4 then we should not boot out all people because of a single >function. That construct would do the same. Yeah, I also thought of that but I don't really want to do run-time checks. It is a possibility though. Andi