[PHP-DEV] incorrect mysqli_query return value? or documentation problem?

2021-01-09 Thread j adams
I apologize for troubling the list again, but I sent an email on the 5th which has so far received no response. Archived here: https://news-web.php.net/php.internals/112755 Put simply, the mysqli_query function does not return a boolean value as the documentation says it should. Is this an error w

Re: [PHP-DEV] #[Deprecated] Attribute

2021-01-09 Thread G. P. B.
On Sat, 19 Dec 2020 at 10:19, Benjamin Eberlei wrote: > Hi internals, > > I have updated the RFC for a #[Deprecated] attribute that wasn't completed > for PHP 8.0 due to time constraints and I am able to restart the discussion > now. > > https://wiki.php.net/rfc/deprecated_attribute > > The follo

Re: [PHP-DEV] Analysis of property visibility, immutability, and cloning proposals

2021-01-09 Thread G. P. B.
On Sun, 10 Jan 2021 at 00:33, Larry Garfield wrote: > On Sun, Jan 3, 2021, at 11:29 AM, Olle Härstedt wrote: > > > > I'll disagree slightly. A language feature should introduce more > power than > > > it does complexity. Not everything *can* be made absolutely simple, > but the > > > power it o

Re: [PHP-DEV] Analysis of property visibility, immutability, and cloning proposals

2021-01-09 Thread Larry Garfield
On Sun, Jan 3, 2021, at 11:29 AM, Olle Härstedt wrote: > > I'll disagree slightly. A language feature should introduce more power than > > it does complexity. Not everything *can* be made absolutely simple, but the > > power it offers is worth it. I'd say it should minimize introduced > > compl

[PHP-DEV] Re: PHP 8.0.1 Released!

2021-01-09 Thread Christoph M. Becker
On 09.01.2021 at 21:31, Jan Ehrhardt wrote: > "Christoph M. Becker" in php.internals (Fri, 8 Jan 2021 11:37:38 +0100): > >> On 08.01.2021 at 10:28, Christian Wenz wrote: >> The PHP development team announces the immediate availability of PHP 8.0.1. This is a security release. >>> >>> The

[PHP-DEV] Re: PHP 8.0.1 Released!

2021-01-09 Thread Jan Ehrhardt
"Christoph M. Becker" in php.internals (Fri, 8 Jan 2021 11:37:38 +0100): >On 08.01.2021 at 10:28, Christian Wenz wrote: > >>> The PHP development team announces the immediate availability of PHP >>> 8.0.1. This is a security release. >> >> The release page (https://www.php.net/releases/8_0_1.php)

Re: [PHP-DEV] Re: Straw poll: Naming for `*any()` and `*all()` on iterables

2021-01-09 Thread Mark Randall
On 06/01/2021 14:57, Nikita Popov wrote: Once you introduce an additional meaningful namespace in the form of SPL\iterable\any, you are better off either dropping the SPL part and arriving at iterable\any, or replacing SPL with something more sensible and arriving at PHP\iterable\any. PHP\Mod

Re: [PHP-DEV] Does PHP ever stack allocate?

2021-01-09 Thread Olle Härstedt
2021-01-05 10:51 GMT, Nikita Popov : > On Mon, Jan 4, 2021 at 11:53 AM Olle Härstedt > wrote: > >> 2021-01-03 17:43 GMT, tyson andre : >> > Hi Olle, >> > >> >> Thanks Sara! I realize I should have been more precise: Can PHP >> >> allocate non-reference counted memory that automatically is freed wh

[PHP-DEV] [RFC] Object-scope RNG implementation

2021-01-09 Thread Go Kudo
Hi internals. I think I'm ready to discuss this RFC. https://wiki.php.net/rfc/object_scope_prng Previous internals thread: https://externals.io/message/112525 Now is the time to let me know what you think. Regards, Go Kudo