Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46767 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12437 invoked from network); 17 Jan 2010 11:53:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jan 2010 11:53:29 -0000 Authentication-Results: pb1.pair.com smtp.mail=hack988@dev.htwap.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=hack988@dev.htwap.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain dev.htwap.com from 209.85.223.195 cause and error) X-PHP-List-Original-Sender: hack988@dev.htwap.com X-Host-Fingerprint: 209.85.223.195 mail-iw0-f195.google.com Received: from [209.85.223.195] ([209.85.223.195:36688] helo=mail-iw0-f195.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 00/1C-27028-83AF25B4 for ; Sun, 17 Jan 2010 06:53:29 -0500 Received: by iwn33 with SMTP id 33so1544664iwn.29 for ; Sun, 17 Jan 2010 03:53:26 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.24.142 with SMTP id v14mr349895ibb.55.1263729206045; Sun, 17 Jan 2010 03:53:26 -0800 (PST) X-Originating-IP: [119.98.79.182] Date: Sun, 17 Jan 2010 19:53:26 +0800 Message-ID: <4d03254c1001170353y2a0f9135q23456854319ce4aa@mail.gmail.com> To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: about dl() in php6(send again,some spell mistake before) From: hack988@dev.htwap.com (hack988 hack988) In Online document about dl function http://www.php.net/manual/en/function.dl.php This function has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 6.0.0. Relying on this feature is highly discouraged. It's means we can't Loads a PHP extension at runtime since version 5.3.0 and higher version ?Or it has another way to load extension at runtime in php6?