On 5 March 2015 at 05:39, Jan Ehrhardt <php...@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.

Adam

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to