Adam Harvey in php.internals (Wed, 4 Mar 2015 17:21:54 -0800): >On 16 January 2015 at 09:16, Nikita Popov <nikita....@gmail.com> wrote: >> I'll land the minor removals sometime soon; the unbundling of ext/ereg and >> ext/mysql should probably be done by someone else who's more into the PECL >> business. > >They gone. > >Many thanks to Tjerk, for doing all the hard work on the ereg front in >PR form, and Hannes for setting up the new Git repositories in the >PECL namespace for them to live in. > >Adam, who feels sorry for MySQL users, who now have a mere two APIs to >choose from.
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"); Jan -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php