On Thu, Mar 5, 2015 at 9:56 AM, Adam Harvey <aharvey@php.net> wrote:
> On 5 March 2015 at 05:39, Jan Ehrhardt <phpdev@ehrhardt.nl> 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