Re: Re: [VOTE] Remove deprecated functionality in PHP 7

From: Date: Thu, 05 Mar 2015 13:39:19 +0000
Subject: Re: Re: [VOTE] Remove deprecated functionality in PHP 7
References: 1 2 3  Groups: php.internals 
Request: Send a blank email to [email protected] to get a copy of this message
Adam Harvey in php.internals (Wed, 4 Mar 2015 17:21:54 -0800):
>On 16 January 2015 at 09:16, Nikita Popov <[email protected]> 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


Thread (24 messages)

« previous php.internals (#84340) next »