Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84348 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80911 invoked from network); 5 Mar 2015 17:56:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Mar 2015 17:56:55 -0000 Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamharvey.name designates 209.85.223.171 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.223.171 mail-ie0-f171.google.com Received: from [209.85.223.171] ([209.85.223.171:37221] helo=mail-ie0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BA/67-40418-6E898F45 for ; Thu, 05 Mar 2015 12:56:55 -0500 Received: by iebtr6 with SMTP id tr6so5477387ieb.4 for ; Thu, 05 Mar 2015 09:56:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamharvey.name; s=google; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=b4uA4VWbJa4gNWj16IndQUXoEdPrclHv9VSgWcZoSOQ=; b=R1Z5wFQWuikFigTMF+XlP/uzFv4N5cJQnEJfngssFJMYeqBdTA2haqDr9dHXdEnXkh 4HCCePdpQ82xZvW2SDu5+8IXdIz0NBXwfEtJCBEukaBEUfkn3PbSRHEQK7LSoBqnpUcs a9WmaWQqRzbV6WXwkFacVNhfel99Yb6utESPc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=b4uA4VWbJa4gNWj16IndQUXoEdPrclHv9VSgWcZoSOQ=; b=GpLiiw7/Y3hxjh0yJaB2kl++Ha8IfEyAk/WzTxycaWnt4UIZwByAwHsE5w4Xb1t39N BLhynjxA67N2Xl/lbQRsXNRsshZZDUaXHbdzjIOwyalKtKlP8+YP9v9nF2Q91TgxP6iq o0KVEi4csMNPVFWe+ILWnv/0CyKA9s8s1C1wC31mUxXhfR2Qy+piuIdLO4Q2yOE5j76c K0wnfWjSFshG9ESZyayAqt1dK7HV8WCPM4xJndSBDAhSp9V5aCAZhtk5/eMXndjaPQtE UuSn4Clg7HA+ZPRduR1z1UWJW/1WdiNM/Y6AuynBBvAMIZNZ1fS04prlFzMuDyPGnjWO jJsg== X-Gm-Message-State: ALoCoQmf94WO/i3Huh+fI5krGrVNCgNqbFjeZ46o6vHUFm8kxI4/9QyN1r3EYKOfl/66ZgsZ2HrI X-Received: by 10.42.167.8 with SMTP id q8mr5110758icy.94.1425578211798; Thu, 05 Mar 2015 09:56:51 -0800 (PST) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.42.70.13 with HTTP; Thu, 5 Mar 2015 09:56:31 -0800 (PST) In-Reply-To: References: Date: Thu, 5 Mar 2015 09:56:31 -0800 X-Google-Sender-Auth: Me_K1Z33Jv573bkSbujjz_89_io Message-ID: To: Jan Ehrhardt Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: [VOTE] Remove deprecated functionality in PHP 7 From: aharvey@php.net (Adam Harvey) 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. Adam