Re: [PHP-DEV] Changelog / upgrading notes for promoted warnings

2019-12-19 Thread G. P. B.
On Thu, 19 Dec 2019, 21:17 Rowan Tommins, wrote: > Hi all, > > Earlier, I was writing an application-specific wrapper around the > password_hash function, and was surprised that it could return false, > rather than throwing an error. > > I then found this commit to master making it throw errors

[PHP-DEV] Re: Changelog / upgrading notes for promoted warnings

2019-12-19 Thread Máté Kocsis
> Hi all, > > Earlier, I was writing an application-specific wrapper around the > password_hash function, and was surprised that it could return false, > rather than throwing an error. > > I then found this commit to master making it throw errors for PHP 8.0: >

[PHP-DEV] Changelog / upgrading notes for promoted warnings

2019-12-19 Thread Rowan Tommins
Hi all, Earlier, I was writing an application-specific wrapper around the password_hash function, and was surprised that it could return false, rather than throwing an error. I then found this commit to master making it throw errors for PHP 8.0:

[PHP-DEV] Inconsistent default configuration and docs for FFI

2019-12-19 Thread Larry Garfield
I'm trying to experiment with FFI, and ran into an issue with PHP's default configuration. Or at least I believe it's the default configuration; I'm using Ondre's PPAs for Ubuntu. Let me try and lay out the moving parts: The default ini settings that are in play: opcache.enable => On => On

Re: [PHP-DEV] Allowing variable strings to be defined for a string offset

2019-12-19 Thread Nikita Popov
On Mon, Dec 16, 2019 at 12:21 PM Claude Pache wrote: > > > > Le 16 déc. 2019 à 10:58, George Peter Banyard a écrit > : > > > > Greetings internals, > > > > I'm here to get internals's opinion about allowing a string offset to be > > replaced with arbitrary strings. > > > > Since forever strings

Re: [PHP-DEV] Re: memcache, without a d, as in Venezuela

2019-12-19 Thread Christoph M. Becker
On 20.11.2018 at 11:26, Rowan Collins wrote: > On Mon, 19 Nov 2018 at 15:53, Pierre Joye wrote: > >> On Sun, Jun 24, 2018, 12:00 AM AllenJB > >>> Someone was asking about memcache vs memached on IRC the other day and I >>> advised them the memcache extension looked abandoned based on the PECL