On Tue, Sep 3, 2024, at 02:00, Hammed Ajao wrote:
>
>
> On Mon, Sep 2, 2024 at 1:50 PM Rob Landers wrote:
>> __
>> On Sun, Sep 1, 2024, at 23:47, Hammed Ajao wrote:
>>> Dear PHP internals community,
>>> I hope this email finds you all well. I'd like to propose an idea that I
>>> believe could e
Hi,
On Aug 30, 2024 at 16:47:43, Claude Pache wrote:
>
> Note that the issue is not limited to Generators. For instance a Closure
> object is also json-encodable but not serialisable.
>
> IMO, every internal class (not just Generator) that is marked as
> non-serialisable, should also be non-js
Hello internals!
I was wondering, has there been any discussion about supporting local
constants (variables that cannot be reassigned, perhaps even function
parameters)?
> On Sep 2, 2024, at 19:36, Bob Weinand wrote:
>
> On 3.9.2024 02:18:30, Ben Ramsey wrote:
>>> On Sep 2, 2024, at 18:53, Bob Weinand wrote:
>>>
>>> On 3.9.2024 01:44:21, Ben Ramsey wrote:
>>>
> On Sep 2, 2024, at 08:11, Go Kudo wrote:
>
> Hi Internals.
>
> PHP currently
On 3.9.2024 02:18:30, Ben Ramsey wrote:
On Sep 2, 2024, at 18:53, Bob Weinand wrote:
On 3.9.2024 01:44:21, Ben Ramsey wrote:
On Sep 2, 2024, at 08:11, Go Kudo wrote:
Hi Internals.
PHP currently does not provide official container images. Given that DockerHub
adequately maintains these and co
> On Sep 2, 2024, at 18:53, Bob Weinand wrote:
>
> On 3.9.2024 01:44:21, Ben Ramsey wrote:
>>> On Sep 2, 2024, at 08:11, Go Kudo wrote:
>>>
>>> Hi Internals.
>>>
>>> PHP currently does not provide official container images. Given that
>>> DockerHub adequately maintains these and considering t
On Mon, Sep 2, 2024 at 1:50 PM Rob Landers wrote:
> On Sun, Sep 1, 2024, at 23:47, Hammed Ajao wrote:
>
> Dear PHP internals community,
> I hope this email finds you all well. I'd like to propose an idea that I
> believe could enhance PHP's flexibility and consistency, especially when
> working w
On 3.9.2024 01:44:21, Ben Ramsey wrote:
On Sep 2, 2024, at 08:11, Go Kudo wrote:
Hi Internals.
PHP currently does not provide official container images. Given that DockerHub
adequately maintains these and considering the maintenance costs, we haven't
felt the need to change the status quo.
> On Sep 2, 2024, at 08:11, Go Kudo wrote:
>
> Hi Internals.
>
> PHP currently does not provide official container images. Given that
> DockerHub adequately maintains these and considering the maintenance costs,
> we haven't felt the need to change the status quo.
>
> However, the official D
This would help the FrankenPHP project a lot!
The build script used for the official images already contains an
environment variable for creating variants containing debugging symbols:
https://github.com/docker-library/php/blob/a15b1e1448d2f99db63f68dc4ce21da9a82f5aad/Dockerfile-linux.template#L40
> On Sep 2, 2024, at 1:48 PM, Hammed Ajao wrote:
>
> Hello Mike,
>
> Thanks for reading and responding. While your enum does technically address
> some of the issues I am discussing, it does so in a very verbose and
> cumbersome way.
> - First you need the DefaultValue attribute
> - Then yo
On Sun, Sep 1, 2024, at 23:47, Hammed Ajao wrote:
> Dear PHP internals community,
> I hope this email finds you all well. I'd like to propose an idea that I
> believe could enhance PHP's flexibility and consistency, especially when
> working with string literals. I'm looking forward to hearing yo
On 02.09.2024 at 19:35, Mike Schinkel wrote:
>> On Sep 2, 2024, at 12:42 PM, Christoph M. Becker wrote:
>>
>> On 02.09.2024 at 16:51, Mike Schinkel wrote:
>>
>>> So I am sympathetic to the desire to improve the language. However I fear
>>> this specific change would create more pain than pleasur
Hello Mike,
Thanks for reading and responding. While your enum does technically address
some of the issues I am discussing, it does so in a very verbose and
cumbersome way.
- First you need the DefaultValue attribute
- Then you need to use it on each of your `properties`
- You also need to define
> On Sep 2, 2024, at 12:42 PM, Christoph M. Becker wrote:
>
> On 02.09.2024 at 16:51, Mike Schinkel wrote:
>
>> Generally I am one who welcomes new feature ideas, but I fear that string
>> literals as object properties would break a valuable assumption that all
>> properties must be a valid id
On 02.09.2024 at 16:51, Mike Schinkel wrote:
> Generally I am one who welcomes new feature ideas, but I fear that string
> literals as object properties would break a valuable assumption that all
> properties must be a valid identifier. Without that assumption I fear many
> things that would be
> On Sep 1, 2024, at 5:47 PM, Hammed Ajao wrote:
>
> Dear PHP internals community,
> I hope this email finds you all well. I'd like to propose an idea that I
> believe could enhance PHP's flexibility and consistency, especially when
> working with string literals. I'm looking forward to hearing
+1 on this, this is very much needed, I encountered the need of a debug
version of the docker-library php image almost every week ever since
I've started recently, and recently even more, as I've been getting many
more segfault reports from my users ever since the release of 8.3.11.
Regards,
On 02.09.2024 at 13:17, Vincent Langlet wrote:
> I was today old when I discovered the big difference between strchr and
> strrchr in the way they handle needle with multiple characters.
>
> It's explained in the doc https://www.php.net/manual/en/function.strrchr.php
> - If needle contains more th
Hi Internals.
PHP currently does not provide official container images. Given that
DockerHub adequately maintains these and considering the maintenance costs,
we haven't felt the need to change the status quo.
However, the official DockerHub images lack debug builds, which can be
somewhat inconve
> On Sep 1, 2024, at 6:12 PM, Christoph M. Becker wrote:
>
> On 01.09.2024 at 09:16, Mike Schinkel wrote:
>
>> One of the benefits for users when software authors strictly follow SemVer
>> is that automated tooling can decide if an automatic upgrade should be safe.
>> Depending on out-of-band
Hi,
On Mon, 2 Sept 2024 at 12:20, Vincent Langlet
wrote:
> I was today old when I discovered the big difference between strchr and
> strrchr in the way they handle needle with multiple characters.
>
> It's explained in the doc
> https://www.php.net/manual/en/function.strrchr.php
> - If needle co
On 02.09.2024 at 10:47, Jordi Boggiano wrote:
> On 28.08.2024 21:16, Christoph M. Becker wrote:
>> (1) The libraries on which several extensions rely are not yet available
>> for Windows on arm64; at least the winlib-builder[2] would need to be
>> improved in this regard, but of course, some libra
I was today old when I discovered the big difference between strchr and
strrchr in the way they handle needle with multiple characters.
It's explained in the doc https://www.php.net/manual/en/function.strrchr.php
- If needle contains more than one character, only the first is used. This
behavior i
Hey,
On 28.08.2024 21:16, Christoph M. Becker wrote:
(1) The libraries on which several extensions rely are not yet available
for Windows on arm64; at least the winlib-builder[2] would need to be
improved in this regard, but of course, some libraries may not even
support Windows on arm64 yet.
(
25 matches
Mail list logo