Re: [PHP-DEV] Re: PHP 7.2.0 Beta 1 released

2017-07-22 Thread Jan Ehrhardt
Rasmus Lerdorf in php.internals (Sat, 22 Jul 2017 09:22:07 -0400): >Ok, so it is a normal E_WARNING and not the source of the fatal error you >hit. You must have something else going on. Perhaps a custom error handler >turning it into a fatal, although that also hasn't changed from 7.1. Drupal7 ha

Re: [PHP-DEV] Re: PHP 7.2.0 Beta 1 released

2017-07-22 Thread Rasmus Lerdorf
On Sat, Jul 22, 2017 at 8:21 AM, Jan Ehrhardt wrote: > I am sure I am running PHP 7, not sure it is E_STRICT in 7.0 & 7.1. Just > misread > your statement "Even in 5.6 and 5.5 it was an E_STRICT", I suppose. > > With the 80-character line-breaks: > > C:\phpdev\php72nts.x64>php ..\class.php > > C:

Re: [PHP-DEV] Re: PHP 7.2.0 Beta 1 released

2017-07-22 Thread Jan Ehrhardt
Rasmus Lerdorf in php.internals (Sat, 22 Jul 2017 08:07:55 -0400): >On Sat, Jul 22, 2017 at 12:32 AM, Jan Ehrhardt wrote: > >> Your example issues an E_STRICT warning, in both PHP 7.2 nts x64 and PHP >> 7.1 nts x64, so it must be caused by something else. > >Are you sure you are even running PHP 7

Re: [PHP-DEV] Re: PHP 7.2.0 Beta 1 released

2017-07-22 Thread Rasmus Lerdorf
On Sat, Jul 22, 2017 at 12:32 AM, Jan Ehrhardt wrote: > Your example issues an E_STRICT warning, in both PHP 7.2 nts x64 and PHP > 7.1 nts x64, so it must be caused by something else. Are you sure you are even running PHP 7? This type of code hasn't issued an E_STRICT since PHP 5. See: https:

Re: [PHP-DEV] Re: PHP 7.2.0 Beta 1 released

2017-07-21 Thread Jan Ehrhardt
Rasmus Lerdorf in php.internals (Fri, 21 Jul 2017 22:15:13 -0400): >On Fri, Jul 21, 2017 at 9:50 PM, Jan Ehrhardt wrote: > >> The case: class RulesActionContainerUI has a public function form: >> > public function form(&$form, &$form_state, $options = array(), $iterator >> = NULL) { >> >> class Ru

Re: [PHP-DEV] Re: PHP 7.2.0 Beta 1 released

2017-07-21 Thread Rasmus Lerdorf
On Fri, Jul 21, 2017 at 9:50 PM, Jan Ehrhardt wrote: > > I tried running Drupal7 with 7.2.0 Beta 1 and ran into a fatal error, > that does not happen under PHP 7.1.x (Windows, NTS, x64). I do not know > if it is a bug, an omission in UPGRADING or me looking with my nose. > Therefore I did not file

[PHP-DEV] Re: PHP 7.2.0 Beta 1 released

2017-07-21 Thread Jan Ehrhardt
Hi Sara, Sara Golemon in php.internals (Thu, 20 Jul 2017 08:13:39 -0400): >The first beta for 7.2.0 was just released and can be downloaded from: >https://downloads.php.net/~pollita/ [snip] >Please test it carefully, and report any bugs in the bug system. I tried running Drupal7 with 7.2.0 Beta 1