Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40481 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47658 invoked from network); 12 Sep 2008 16:22:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Sep 2008 16:22:46 -0000 Authentication-Results: pb1.pair.com smtp.mail=arnaud.lb@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=arnaud.lb@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.152 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: arnaud.lb@gmail.com X-Host-Fingerprint: 72.14.220.152 fg-out-1718.google.com Received: from [72.14.220.152] ([72.14.220.152:16349] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 23/07-22777-1079AC84 for ; Fri, 12 Sep 2008 12:21:22 -0400 Received: by fg-out-1718.google.com with SMTP id 16so545818fgg.23 for ; Fri, 12 Sep 2008 09:21:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:mime-version:content-type:content-transfer-encoding :content-disposition:message-id; bh=V7h+Ajux3LLzXY7A13nwgPUT3QS4eM7U/6LvWXlk3NE=; b=JjY++L7sKA6KlWNT8D8Q6fsDXDp7Bsr5aRyRu2P+tdw42v4s4MdgEsFgXoMfbk0dxF pLRkVM7ffwBioU02Q3x3HGxUDUKtdW0eWJKU4eLb+eIJ7Ospl2ehWK/fr1eBqgztwcVz Y38L2iLw0hAYQkEYXWFEuFY2JuJcUEeU0bGGw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; b=f+B09dp2mjdW/2g39Qa9nK+gua59TSBHLD/DSvmYdHecXlvYakhFDeHQkybMpHKxBa +obqnMXgvrP9q9XTz3Y0Z2uRbFMdODrzLaDJ0/PPVghtZkuKvzz6AZw+nJ1bLrZvkkUx +6PKlZsPSoSIInGZNVdj/fs/xUlKZl1C8Dux0= Received: by 10.181.30.10 with SMTP id h10mr3458630bkj.41.1221236478566; Fri, 12 Sep 2008 09:21:18 -0700 (PDT) Received: from 207-177-41-213.getmyip.com ( [213.41.177.207]) by mx.google.com with ESMTPS id p9sm10646424fkb.5.2008.09.12.09.21.16 (version=SSLv3 cipher=RC4-MD5); Fri, 12 Sep 2008 09:21:17 -0700 (PDT) To: internals@lists.php.net Date: Fri, 12 Sep 2008 18:21:14 +0200 User-Agent: KMail/1.10.0 (Linux/2.6.26-1-amd64; KDE/4.1.0; x86_64; ; ) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-ID: <200809121821.15126.arnaud.lb@gmail.com> Subject: Making ereg extension optional ? From: arnaud.lb@gmail.com (Arnaud Le Blanc) Hi, PHP now builds and works without ereg, is it planed to make it optional ? Regards, Arnaud