Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84351 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93751 invoked from network); 5 Mar 2015 20:21:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Mar 2015 20:21:08 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.178 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.217.178 mail-lb0-f178.google.com Received: from [209.85.217.178] ([209.85.217.178:38881] helo=mail-lb0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 21/29-40418-2BAB8F45 for ; Thu, 05 Mar 2015 15:21:07 -0500 Received: by lbiz12 with SMTP id z12so30835888lbi.5 for ; Thu, 05 Mar 2015 12:21:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=EfliK3RfcT5Y8tEDxHyOR9H+iRt5yjSVssFvSjTfv3E=; b=OTeeiPBaUHg1nPT4jOK/Zls+ikK5vJGg+64RYdIioDmIUD88PkFnLDpqN0/YT2ke2I pmql1OUZribLlG3aqdnji/Dmgxsx/XZptIkzwFFZ9m3oVwqdFQYCSKJSLJaGzXyjyI27 2D1dvAMW9pLS5vCHIn7wVW1/wInzvzEGGQcZzgtnUJWDkFttbsMIIBr4pM+Ko743+6eA HGzT7CxfZ47U/ZH9DitXq/KTBgY96+PGyNPFfi0l0ihzqtep8/DjRsc/5NQgzoatMtla S97znIXZrlZdWfL2uT/6IQcDK1MEK2J1AYKE3Vdb/5XaCtxTVEkT0X1AIdrxzduuO/sS 0PcA== MIME-Version: 1.0 X-Received: by 10.112.29.211 with SMTP id m19mr9837193lbh.100.1425586861474; Thu, 05 Mar 2015 12:21:01 -0800 (PST) Received: by 10.112.181.41 with HTTP; Thu, 5 Mar 2015 12:21:01 -0800 (PST) In-Reply-To: References: Date: Thu, 5 Mar 2015 12:21:01 -0800 Message-ID: To: Adam Harvey Cc: Jan Ehrhardt , PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: [VOTE] Remove deprecated functionality in PHP 7 From: pierre.php@gmail.com (Pierre Joye) On Thu, Mar 5, 2015 at 9:56 AM, Adam Harvey wrote: > On 5 March 2015 at 05:39, Jan Ehrhardt wrote: >> I had already built a php_ereg.dll and a php_mysql.dll for PHP7, using >> the sources of two days ago. The config.w32 for ereg needs some changes, >> if you want to enable shared builds on Windows: >> >> http://git.php.net/?p=pecl/text/ereg.git;a=blob;f=config.w32 >> >> -ARG_WITH("ereg", "POSIX extended regular expressions", "yes"); >> +ARG_WITH("ereg", "POSIX extended regular expressions", "no"); >> >> - EXTENSION("ereg", "ereg.c", PHP_EREG_SHARED, "-Dregexec=php_regexec -Dregerror=php_regerror -Dregfree=php_regfree -Dregcomp=php_regcomp -Iext/ereg/regex /DZEND_ENABLE_STATIC_TSRMLS_CACHE=1"); >> + EXTENSION("ereg", "ereg.c", PHP_EREG_SHARED, "-Dregexec=php_regexec -Dregerror=php_regerror -Dregfree=php_regfree -Dregcomp=php_regcomp -Iext/ereg/regex"); > > Thanks; applied. I meant to ask someone to check the config.w32 files, > and was too braindead due to work and this by the time I sent the > e-mail to remember. Thanks for making the move! It would be good to do a pecl release for each of them, and mark the package as deprecated/overseeded by mysqli (I let you choose). Doing so will trigger a build there, cleaner. Cheers, -- Pierre @pierrejoye | http://www.libgd.org