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_http do not

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 ...

[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

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:

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 the phpng

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 php...@ehrhardt.nl 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

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 php...@ehrhardt.nl 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

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 jrba...@gmail.com 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

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 larue...@php.net wrote: Hey: On Sun, Jan 25, 2015 at 1:26 AM, Juan Basso jrba...@gmail.com 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

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 jrba...@gmail.com 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

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 nikita@gmail.com wrote: On Sat, Jan 24, 2015 at 6:40 PM, Xinchen Hui larue...@php.net wrote: Hey: On Sun, Jan 25, 2015 at 1:26 AM, Juan Basso

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

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

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 jrba...@gmail.com 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

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 larue...@php.net wrote: Hey: On Sun, Jan 25, 2015 at 1:26 AM, Juan Basso jrba...@gmail.com wrote: I step in another failing test that I would like

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 larue...@php.net wrote: Hey: On Sun, Jan 25, 2015 at 1:43 AM, Juan Basso jrba...@gmail.com 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..

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:

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 load:

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 php...@ehrhardt.nl 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

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 php...@ehrhardt.nl wrote: Jan Ehrhardt in php.internals (Fri, 23 Jan 2015 22:18:50 +0100): Dmitry Stogov in php.internals

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 jrba...@gmail.com wrote: I found another segment fault on PHP 7 during CakePHP 3 tests. I reported the issue on

[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.