Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46766 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11056 invoked from network); 17 Jan 2010 11:46:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jan 2010 11:46:34 -0000 Authentication-Results: pb1.pair.com header.from=hack988@dev.htwap.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=hack988@dev.htwap.com; spf=permerror; 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:35573] helo=mail-iw0-f195.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E0/CB-27028-998F25B4 for ; Sun, 17 Jan 2010 06:46:34 -0500 Received: by iwn33 with SMTP id 33so1543202iwn.29 for ; Sun, 17 Jan 2010 03:46:31 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.59.5 with SMTP id j5mr1055191ibh.6.1263728790940; Sun, 17 Jan 2010 03:46:30 -0800 (PST) X-Originating-IP: [119.98.79.182] Date: Sun, 17 Jan 2010 19:46:30 +0800 Message-ID: <4d03254c1001170346v46a4d421md2ed8ab283ebea32@mail.gmail.com> To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: about dl() in php6 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 mean we can't Loads a PHP extension at runtime sine version 5.3.0 and higher version or it has another way to load extension at runtime?