Re: [PHP-DEV] Re: PHP7 Homework for everyone reading this list

2015-01-27 Thread Lester Caine
On 27/01/15 10:41, Jan Ehrhardt wrote: >> We surely need a list of the extensions that have been ported to PHP7 >> >and where to find them. > And now imagick introduced a branch 'phpseven'... I've not yet managed to compile even the new imagick but I have been doing my homework ... http://php7.ls

Re: [PHP-DEV] Re: PHP7 Homework for everyone reading this list

2015-01-27 Thread Jan Ehrhardt
Jan Ehrhardt in php.internals (Mon, 26 Jan 2015 00:12:11 +0100): >Michael Wallner in php.internals (Sun, 25 Jan 2015 18:32:18 +0100): >>On 23/01/15 22:18, Jan Ehrhardt wrote: >>> Dmitry Stogov in php.internals (Fri, 23 Jan 2015 17:54:45 +0400): "master" branch. >>> >>> propro, raphf and pecl_

[PHP-DEV] Re: PHP7 Homework for everyone reading this list

2015-01-26 Thread Arjen Schol
On 01/22/2015 06:05 PM, Rasmus Lerdorf wrote: By installing a couple of apps (Wordpress-4.1, Drupal8 and Moodle - there are still some issues in Moodle I haven't figured out yet) on a box we've tracked down some bugs over the last couple of days. It would be really useful if we got more eyes on t

Re: [PHP-DEV] Re: PHP7 Homework for everyone reading this list

2015-01-25 Thread Pierre Joye
On Jan 25, 2015 3:31 AM, "Jan Ehrhardt" wrote: > > Pavel Kou?il in php.internals (Sat, 24 Jan 2015 19:07:28 +0100): > >> https://phpdev.toolsforresearch.com/php-7.0.0-dev-nts-Win32-VC11-x86.htm > >> https://phpdev.toolsforresearch.com/php-7.0.0-dev-nts-Win32-VC11-x86.zip > > https://phpdev.toolsfo

Re: [PHP-DEV] Re: PHP7 Homework for everyone reading this list

2015-01-25 Thread Jan Ehrhardt
Michael Wallner in php.internals (Sun, 25 Jan 2015 18:32:18 +0100): >On 23/01/15 22:18, Jan Ehrhardt wrote: >> Dmitry Stogov in php.internals (Fri, 23 Jan 2015 17:54:45 +0400): >>> "master" branch. >> >> propro, raphf and pecl_http do not compile with the master branch. >> You'll have to checkout

Re: [PHP-DEV] Re: PHP7 Homework for everyone reading this list

2015-01-25 Thread Michael Wallner
On 23/01/15 22:18, Jan Ehrhardt wrote: > Dmitry Stogov in php.internals (Fri, 23 Jan 2015 17:54:45 +0400): >> "master" branch. > > propro, raphf and pecl_http do not compile with the master branch. > You'll have to checkout the phpng branch. These extensions did compile > and load: > https://phpde

Re: [PHP-DEV] Re: PHP7 Homework for everyone reading this list

2015-01-24 Thread Anatol Belski
Hi Jan, On Sat, January 24, 2015 21:31, Jan Ehrhardt wrote: > Pavel Kou?il in php.internals (Sat, 24 Jan 2015 19:07:28 +0100): > >>> > https://phpdev.toolsforresearch.com/php-7.0.0-dev-nts-Win32-VC11-x86.htm > >>> > https://phpdev.toolsforresearch.com/php-7.0.0-dev-nts-Win32-VC11-x86.zip > > > htt

Re: [PHP-DEV] Re: PHP7 Homework for everyone reading this list

2015-01-24 Thread Jan Ehrhardt
Pavel Kou?il in php.internals (Sat, 24 Jan 2015 19:07:28 +0100): >> https://phpdev.toolsforresearch.com/php-7.0.0-dev-nts-Win32-VC11-x86.htm >> https://phpdev.toolsforresearch.com/php-7.0.0-dev-nts-Win32-VC11-x86.zip https://phpdev.toolsforresearch.com/php-7.0.0-dev-Win32-VC11-x86.htm https://phpd

Re: [PHP-DEV] Re: PHP7 Homework for everyone reading this list

2015-01-24 Thread Pierre Joye
On Jan 25, 2015 12:45 AM, "Xinchen Hui" wrote: > > Hey: > > On Sun, Jan 25, 2015 at 1:43 AM, Juan Basso wrote: > > I see. Shouldn't this BC break be added on the UPGRADING file too? I can > > open a PR if necessary. > > > I think it's not necessary, for such a rare usage.. :) Every change shoul

Re: [PHP-DEV] Re: PHP7 Homework for everyone reading this list

2015-01-24 Thread Pavel KouĊ™il
On Fri, Jan 23, 2015 at 10:18 PM, Jan Ehrhardt wrote: > Dmitry Stogov in php.internals (Fri, 23 Jan 2015 17:54:45 +0400): >>"master" branch. > > propro, raphf and pecl_http do not compile with the master branch. > You'll have to checkout the phpng branch. These extensions did compile > and load: >

Re: [PHP-DEV] Re: PHP7 Homework for everyone reading this list

2015-01-24 Thread Juan Basso
I see. I guess that's fine. I opened a PR for CakePHP to update the code and avoid this. Thanks. On Sat, Jan 24, 2015 at 12:47 PM, Nikita Popov wrote: > On Sat, Jan 24, 2015 at 6:40 PM, Xinchen Hui wrote: > >> Hey: >> >> On Sun, Jan 25, 2015 at 1:26 AM, Juan Basso wrote: >> > I step in anothe

Re: [PHP-DEV] Re: PHP7 Homework for everyone reading this list

2015-01-24 Thread Nikita Popov
On Sat, Jan 24, 2015 at 6:40 PM, Xinchen Hui wrote: > Hey: > > On Sun, Jan 25, 2015 at 1:26 AM, Juan Basso wrote: > > I step in another failing test that I would like to confirm if that is an > > issue or it was an accepted backward incompatibility due the phpng (I > > couldn't find anything on

Re: [PHP-DEV] Re: PHP7 Homework for everyone reading this list

2015-01-24 Thread Xinchen Hui
Hey: On Sun, Jan 25, 2015 at 1:43 AM, Juan Basso wrote: > I see. Shouldn't this BC break be added on the UPGRADING file too? I can > open a PR if necessary. > I think it's not necessary, for such a rare usage.. :) thanks > On Sat, Jan 24, 2015 at 12:40 PM, Xinchen Hui wrote: >> >> Hey: >> >> O

Re: [PHP-DEV] Re: PHP7 Homework for everyone reading this list

2015-01-24 Thread Juan Basso
I see. Shouldn't this BC break be added on the UPGRADING file too? I can open a PR if necessary. On Sat, Jan 24, 2015 at 12:40 PM, Xinchen Hui wrote: > Hey: > > On Sun, Jan 25, 2015 at 1:26 AM, Juan Basso wrote: > > I step in another failing test that I would like to confirm if that is an > > i

Re: [PHP-DEV] Re: PHP7 Homework for everyone reading this list

2015-01-24 Thread Xinchen Hui
Hey: On Sun, Jan 25, 2015 at 1:26 AM, Juan Basso wrote: > I step in another failing test that I would like to confirm if that is an > issue or it was an accepted backward incompatibility due the phpng (I > couldn't find anything on the RFC and the UPGRADING regarding that). > > Here is the code:

Re: [PHP-DEV] Re: PHP7 Homework for everyone reading this list

2015-01-24 Thread Xinchen Hui
Hey: On Sat, Jan 24, 2015 at 1:53 PM, Juan Basso wrote: > This is not a segfault, but another issue exclusive from PHP 7 > https://bugs.php.net/bug.php?id=68897 thanks, this one is fixed and committed, and also got a fix for the previosly segfault one, but I need do some confirms before I comm

Re: [PHP-DEV] Re: PHP7 Homework for everyone reading this list

2015-01-24 Thread Juan Basso
I step in another failing test that I would like to confirm if that is an issue or it was an accepted backward incompatibility due the phpng (I couldn't find anything on the RFC and the UPGRADING regarding that). Here is the code: http://3v4l.org/h7TEV The issue happens when the variable used to

Re: [PHP-DEV] Re: PHP7 Homework for everyone reading this list

2015-01-23 Thread Juan Basso
This is not a segfault, but another issue exclusive from PHP 7 https://bugs.php.net/bug.php?id=68897 On Fri, Jan 23, 2015 at 11:54 PM, Juan Basso wrote: > I found another segment fault on PHP 7 during CakePHP 3 tests. I reported > the issue on https://bugs.php.net/bug.php?id=68896 > > On Fri, Ja

Re: [PHP-DEV] Re: PHP7 Homework for everyone reading this list

2015-01-23 Thread Juan Basso
I found another segment fault on PHP 7 during CakePHP 3 tests. I reported the issue on https://bugs.php.net/bug.php?id=68896 On Fri, Jan 23, 2015 at 5:01 PM, Jan Ehrhardt wrote: > Jan Ehrhardt in php.internals (Fri, 23 Jan 2015 22:18:50 +0100): > >Dmitry Stogov in php.internals (Fri, 23 Jan 2015

Re: [PHP-DEV] Re: PHP7 Homework for everyone reading this list

2015-01-23 Thread Jan Ehrhardt
Jan Ehrhardt in php.internals (Fri, 23 Jan 2015 22:18:50 +0100): >Dmitry Stogov in php.internals (Fri, 23 Jan 2015 17:54:45 +0400): >>"master" branch. > >propro, raphf and pecl_http do not compile with the master branch. >You'll have to checkout the phpng branch. These extensions did compile >and l

Re: [PHP-DEV] Re: PHP7 Homework for everyone reading this list

2015-01-23 Thread Jan Ehrhardt
Dmitry Stogov in php.internals (Fri, 23 Jan 2015 17:54:45 +0400): >"master" branch. propro, raphf and pecl_http do not compile with the master branch. You'll have to checkout the phpng branch. These extensions did compile and load: https://phpdev.toolsforresearch.com/php-7.0.0-dev-nts-Win32-VC11-x

Re: [PHP-DEV] Re: PHP7 Homework for everyone reading this list

2015-01-23 Thread Dmitry Stogov
"master" branch. On Fri, Jan 23, 2015 at 12:43 AM, Jan Ehrhardt wrote: > Rasmus Lerdorf in php.internals (Thu, 22 Jan 2015 09:05:28 -0800): > >Hopefully everyone here knows how to compile from git and get things up > >and running. > > I would love to test a Windows build with all kinds of exten

[PHP-DEV] Re: PHP7 Homework for everyone reading this list

2015-01-22 Thread Jan Ehrhardt
Rasmus Lerdorf in php.internals (Thu, 22 Jan 2015 09:05:28 -0800): >Hopefully everyone here knows how to compile from git and get things up >and running. I would love to test a Windows build with all kinds of extensions if there was a consistent way to find out which branch I'd have to checkout. F