Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46768 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13653 invoked from network); 17 Jan 2010 11:56:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jan 2010 11:56:36 -0000 Authentication-Results: pb1.pair.com header.from=indeyets@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=indeyets@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.226 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: indeyets@gmail.com X-Host-Fingerprint: 209.85.219.226 mail-ew0-f226.google.com Received: from [209.85.219.226] ([209.85.219.226:39179] helo=mail-ew0-f226.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B6/5C-27028-2FAF25B4 for ; Sun, 17 Jan 2010 06:56:35 -0500 Received: by ewy26 with SMTP id 26so2486069ewy.23 for ; Sun, 17 Jan 2010 03:56:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=GrH44ZKzjnB61qXZ3tuCrW3VleGjgcjnE/V6655BwGk=; b=EGKYJoMqF92Wm2pjbzW/IAJn14fDIWQNhzNJ4m+Nesi4h0Up3D1DijLfz+2awDHnGT 9AHSOxEoslH3OhKbSOMq8ExXybJhlbSGCc1QIU4m+ElNjZbyPayd8Drca0BztYX9eEOe Kctp+wczqZwUKQaZ1L8TbWYXc4xOOS/HVu1U8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=p08tOliiTjM10plNlnWN4PCs9BD4yjgBxBiUoROLptwZYppUAzlAwj2Cnqgg4qIFUj xLa3J2UfjssE2rj0fTiLMCFhglHW4fVaBloIHNTHJQwoQOBlu/vqjGGY14pV8C/SFJYz RxiyfYA6lcmAPF4kAbzJujbXdLSwp7UdV2SS8= Received: by 10.213.0.220 with SMTP id 28mr1894403ebc.49.1263729390767; Sun, 17 Jan 2010 03:56:30 -0800 (PST) Received: from ?192.168.1.15? ([93.185.190.227]) by mx.google.com with ESMTPS id 15sm442959ewy.8.2010.01.17.03.56.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 17 Jan 2010 03:56:30 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii In-Reply-To: <4d03254c1001170346v46a4d421md2ed8ab283ebea32@mail.gmail.com> Date: Sun, 17 Jan 2010 14:56:28 +0300 Cc: internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: References: <4d03254c1001170346v46a4d421md2ed8ab283ebea32@mail.gmail.com> To: hack988 hack988 X-Mailer: Apple Mail (2.1077) Subject: Re: [PHP-DEV] about dl() in php6 From: indeyets@gmail.com (Alexey Zakhlestin) On 17.01.2010, at 14:46, hack988 hack988 wrote: > 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. >=20 >=20 > 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? it is disabled in mod_php and similar SAPIs. It is still available in = CLI and CGI see http://www.php.net/manual/en/function.dl.php#function.dl.notes=