Re: [PHP-DEV] Deprecate debug_zval_dump?

2021-02-28 Thread Rowan Tommins
On 27/02/2021 21:17, Nikita Popov wrote: On Sat, Feb 27, 2021 at 10:12 PM Rowan Tommins mailto:rowan.coll...@gmail.com>> wrote: On 27/02/2021 20:05, Nikita Popov wrote: > If we additionally change it to explicitly print reference wrappers, I > believe that debug_zval_dump() will

Re: [PHP-DEV] [RFC] mysqli bind in execute

2021-02-28 Thread Kamil Tekiela
Hi All, I have changed the RFC based on the last suggestion. If the argument is not a list array then a ValueError will be thrown. If anyone is opposed to this change and instead would prefer the previous behaviour please explain your reasoning. Regards, Kamil

Re: [PHP-DEV] [VOTE]: Change Default mysqli Error Mode

2021-02-28 Thread Craig Francis
On Sun, 28 Feb 2021 at 17:06, Kamil Tekiela wrote: > if someone has a proposal on how to introduce a deprecation phase > If the extra step is necessary... I liked Nikita's suggestion to "issue a deprecation warning when creating a connection without mysqli_report() having been explicitly called

Re: [PHP-DEV] Methods Overloading in PHP

2021-02-28 Thread Rowan Tommins
On 28 February 2021 13:20:57 GMT, Eugene Sidelnyk wrote: It looks like your message is missing at least a link Sorry, I am using gmail and have attached an image which you probably can't see. https://habrastorage.org/webt/my/8t/in/my8tin97ukibw6ebh0cbaqhmv64.png It's not to do with your

Re: [PHP-DEV] [VOTE]: Change Default mysqli Error Mode

2021-02-28 Thread Kamil Tekiela
Hi Internals, The RFC was accepted with 20 Yes and 9 No votes. During the voting phase, a discussion has arisen whether this change should land in PHP 8.1 or 8.2 following a deprecation phase. At present, the RFC was accepted to include it in 8.1, but if someone has a proposal on how to introduce

Re: [PHP-DEV] Methods Overloading in PHP

2021-02-28 Thread kontakt
Von meinem iPhone gesendet > Am 28.02.2021 um 13:50 schrieb Eugene Sidelnyk : > >  Hi there! > I faced a lack of methods overloading in PHP once again and would like to > ask will it be implemented at some point? The way php implements methods and dynamic calling it is pretty unlikely this w

Re: [PHP-DEV] Methods Overloading in PHP

2021-02-28 Thread Eugene Sidelnyk
> It looks like your message is missing at least a link Sorry, I am using gmail and have attached an image which you probably can't see. ![excerpt from book]( https://habrastorage.org/webt/my/8t/in/my8tin97ukibw6ebh0cbaqhmv64.png) On Sun, Feb 28, 2021 at 3:07 PM AllenJB wrote: > > On 28/02/2021

Re: [PHP-DEV] Methods Overloading in PHP

2021-02-28 Thread AllenJB
On 28/02/2021 12:49, Eugene Sidelnyk wrote: Hi there! I faced a lack of methods overloading in PHP once again and would like to ask will it be implemented at some point? As well, I want you to show some pros and cons which you see in this feature. Here're some thoughts about this by Yegor Bu

[PHP-DEV] Methods Overloading in PHP

2021-02-28 Thread Eugene Sidelnyk
Hi there! I faced a lack of methods overloading in PHP once again and would like to ask will it be implemented at some point? As well, I want you to show some pros and cons which you see in this feature. Here're some thoughts about this by Yegor Bugayenko: