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

2015-04-24 Thread Yasuo Ohgaki
Hi Nikita, On Sat, Apr 25, 2015 at 5:22 AM, Nikita Popov wrote: > Maybe we should just keep the mbstring and iconv ini settings (and > undeprecate them)? If we retain the ability to set a per-extension > encoding, we may just as well allow setting it via ini setting instead of > extra functions.

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

2015-04-24 Thread Nikita Popov
On Fri, Apr 24, 2015 at 10:11 PM, Yasuo Ohgaki wrote: > Hi Nikita, > > On Sat, Apr 25, 2015 at 1:44 AM, Nikita Popov > wrote: > >> All items mentioned in the RFC are removed now, excepting the >> mbstring/iconv encoding settings. I tried doing that, but it looks like the >> new encoding settings

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

2015-04-24 Thread Yasuo Ohgaki
Hi Nikita, On Sat, Apr 25, 2015 at 1:44 AM, Nikita Popov wrote: > All items mentioned in the RFC are removed now, excepting the > mbstring/iconv encoding settings. I tried doing that, but it looks like the > new encoding settings don't actually work. I also noticed that they were > introduced un

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

2015-04-24 Thread Nikita Popov
On Mon, Jan 19, 2015 at 4:00 AM, Yasuo Ohgaki wrote: > Hi Nikita, > > On Sun, Jan 18, 2015 at 8:01 PM, Nikita Popov > wrote: > >> That would be appreciated! When dropping the ini settings, please make >> sure that it's still possible to use Zend multibyte. If I remember >> correctly, right now Z

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

2015-03-05 Thread Lester Caine
On 05/03/15 22:14, Jan Ehrhardt wrote: >>> BTW: Piwik heavily uses $$ even in >>> >> the latest releases, so it is not as old-style-coding as you might >>> >> think. >> > >> >Thanks for that Jan ... my own port of piwik is on the todo list here! > Grep '\$\$' tricked me a little bit: most of the $$

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

2015-03-05 Thread Jan Ehrhardt
Lester Caine in php.internals (Thu, 05 Mar 2015 21:46:15 +): >On 05/03/15 21:19, Jan Ehrhardt wrote: >> BTW: Piwik heavily uses $$ even in >> the latest releases, so it is not as old-style-coding as you might >> think. > >Thanks for that Jan ... my own port of piwik is on the todo list here! G

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

2015-03-05 Thread Lester Caine
On 05/03/15 21:19, Jan Ehrhardt wrote: > BTW: Piwik heavily uses $$ even in > the latest releases, so it is not as old-style-coding as you might > think. Thanks for that Jan ... my own port of piwik is on the todo list here! -- Lester Caine - G8HFL - Contact - http://

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

2015-03-05 Thread Jan Ehrhardt
Pierre Joye in php.internals (Thu, 5 Mar 2015 12:36:32 -0800): >On Thu, Mar 5, 2015 at 12:29 PM, Adam Harvey wrote: >> I'm on the fence about making a release for ereg and mysql: it would >> help in terms of code availability, but at the same time I feel like >> it undermines our message of "no, r

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

2015-03-05 Thread Pierre Joye
On Thu, Mar 5, 2015 at 12:29 PM, Adam Harvey wrote: > On 5 March 2015 at 12:21, Pierre Joye wrote: >> 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. > > I'm on

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

2015-03-05 Thread Adam Harvey
On 5 March 2015 at 12:21, Pierre Joye wrote: > 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. I'm on the fence about making a release for ereg and mysql: it would

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

2015-03-05 Thread Pierre Joye
On Thu, Mar 5, 2015 at 9:56 AM, Adam Harvey wrote: > 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 Window

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

2015-03-05 Thread 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=

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

2015-03-05 Thread Jan Ehrhardt
Adam Harvey in php.internals (Wed, 4 Mar 2015 17:21:54 -0800): >On 16 January 2015 at 09:16, Nikita Popov 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. >

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

2015-03-04 Thread Adam Harvey
On 16 January 2015 at 09:16, Nikita Popov 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

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

2015-01-18 Thread Yasuo Ohgaki
Hi Nikita, On Sun, Jan 18, 2015 at 8:01 PM, Nikita Popov wrote: > That would be appreciated! When dropping the ini settings, please make > sure that it's still possible to use Zend multibyte. If I remember > correctly, right now Zend multibyte can only be used with the deprecated > mbstring.inte

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

2015-01-18 Thread Nikita Popov
On Sun, Jan 18, 2015 at 3:08 AM, Yasuo Ohgaki wrote: > Hi Nikita, > > On Sat, Jan 17, 2015 at 2:16 AM, Nikita Popov > wrote: > >> All items of this RFC have been accepted for removal in PHP 7. >> >> I'll land the minor removals sometime soon; the unbundling of ext/ereg and >> ext/mysql should pr

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

2015-01-17 Thread Yasuo Ohgaki
Hi Nikita, On Sat, Jan 17, 2015 at 2:16 AM, Nikita Popov wrote: > All items of this RFC have been accepted for removal in PHP 7. > > 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.

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

2015-01-16 Thread Nikita Popov
On Fri, Jan 2, 2015 at 5:04 PM, Nikita Popov wrote: > Hi internals! > > Voting on the removal of deprecated functionality in PHP 7 is now open: > > https://wiki.php.net/rfc/remove_deprecated_functionality_in_php7#votes > > As requested, I've split this up in many individual votes, only some >

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

2015-01-14 Thread Pierre Joye
On Wed, Jan 14, 2015 at 4:40 PM, Nikita Popov wrote: > On Fri, Jan 2, 2015 at 5:04 PM, Nikita Popov wrote: > >> Hi internals! >> >> Voting on the removal of deprecated functionality in PHP 7 is now open: >> >> https://wiki.php.net/rfc/remove_deprecated_functionality_in_php7#votes >> >> As req

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

2015-01-14 Thread Nikita Popov
On Fri, Jan 2, 2015 at 5:04 PM, Nikita Popov wrote: > Hi internals! > > Voting on the removal of deprecated functionality in PHP 7 is now open: > > https://wiki.php.net/rfc/remove_deprecated_functionality_in_php7#votes > > As requested, I've split this up in many individual votes, only some >