[PHP-DEV] PHP 8.3.13 Released

2024-10-24 Thread Jakub Zelenka
The PHP development team announces the immediate availability of PHP 8.3.13. This is a bugfix release. All PHP 8.3 users are encouraged to upgrade to this version. For source downloads of PHP 8.3.13 please visit our downloads page: https://www.php.net/downloads Windows source and binaries can be

[PHP-DEV] PHP 8.4.0RC3 available for testing

2024-10-24 Thread Saki Takamachi
PHP 8.4.0RC3 has just been released and may be downloaded from https://downloads.php.net/~saki/ Or use the git tag: php-8.4.0RC3 Windows binaries are available at: https://windows.php.net/qa/ Please test it carefully, and report any bugs at https://github.com/php/php-src/issues The next releas

Re: [PHP-DEV] [Discuss] Impact of E.O 14071 on PHP

2024-10-24 Thread John Coggeshall
Here's an article from a trusted source about it in a little more detail as well. https://www.zdnet.com/article/why-remove-russian-maintainers-of-linux-kernel-heres-what-torvalds-says/ "While this action has removed these maintainers from their official roles, it does not bar them entirely from

Re: [PHP-DEV] [Discuss] Impact of E.O 14071 on PHP

2024-10-24 Thread Deleu
On Thu, Oct 24, 2024 at 10:09 AM fennic log wrote: > It's also worth adding, US government uses PHP on various government and > agency websites. > > Such examples include; > https://www.dni.gov/index.php > https://www.usa.gov/index.php > https://www.eia.gov/index.php > > etc etc. > Which means th

Re: [PHP-DEV] [RFC] Policy on 3rd party code

2024-10-24 Thread Larry Garfield
On Wed, Oct 2, 2024, at 1:36 PM, Larry Garfield wrote: > Since Jim's RFC proposal was criticized for being too vague, I hereby > offer a somewhat more prescriptive policy proposal on using 3rd party > code. (With JIm's blessing.) It's still more heuristics than rules, > but I think that's the

[PHP-DEV] [VOTE] Add persistent curl share handles

2024-10-24 Thread Eric Norris
Hello internals, I have opened the vote for "Add persistent curl share handles": https://wiki.php.net/rfc/curl_share_persistence The vote will last for two weeks, until 2024-11-08 0:00 UTC. Thanks!

[PHP-DEV] PHP 8.2.25 Released!

2024-10-24 Thread Sergey Panteleev
The PHP development team announces the immediate availability of PHP 8.2.25. This is a bugfix release. All PHP 8.2 users are encouraged to upgrade to this version. For source downloads of PHP 8.2.25 please visit our downloads page. Windows binaries can be found on the PHP for Windows site. The l

Re: [PHP-DEV] [Discuss] Impact of E.O 14071 on PHP

2024-10-24 Thread fennic log
On Thu, 24 Oct 2024 at 13:20, Vincent de Lau wrote: > > From: Krinkle > > Sent: Thursday, October 24, 2024 3:44 AM > > > > On Thu, 24 Oct 2024, at 01:25, fennic log wrote: > > > It was recently brought to my attention that the USA has passed an > Executive Order which prohibits Russian citizens

RE: [PHP-DEV] [Discuss] Impact of E.O 14071 on PHP

2024-10-24 Thread Vincent de Lau
> From: Krinkle > Sent: Thursday, October 24, 2024 3:44 AM > > On Thu, 24 Oct 2024, at 01:25, fennic log wrote: > > It was recently brought to my attention that the USA has passed an > > Executive Order which prohibits Russian citizens from contributing to > > software used in the USA. […] > >

Re: [PHP-DEV] [Discuss] Impact of E.O 14071 on PHP

2024-10-24 Thread Rob Landers
On Thu, Oct 24, 2024, at 02:25, fennic log wrote: > It was recently brought to my attention that the USA has passed an Executive > Order which prohibits Russian citizens from contributing to software used in > the USA. > > Reference material; > https://ofac.treasury.gov/media/932951/download?inl

Re: [PHP-DEV] [RFC] Policy on 3rd party code

2024-10-24 Thread Marco Aurélio Deleu
> On 24 Oct 2024, at 03:27, Larry Garfield wrote: > > Bundling Composer with PHP is an entirely different question with a host of > additional concerns to consider, like whether the Composer maintainers would > even want that. Let's please stay focused on the topic at hand. > > --Larry Garf

Re: [PHP-DEV] Re: [RFC] [Discussion] Persistent CurlShareHandle objects

2024-10-24 Thread Christoph M. Becker
On 23.10.2024 at 21:42, Rob Landers wrote: > On Wed, Oct 23, 2024, at 21:20, Eric Norris wrote: > >> Were you also suggesting that I shouldn't ask a question about the >> implementation regarding using EG(persistent_list) vs. a module >> global? I'm torn; I agree that it is an implementation detai

Re: [PHP-DEV] [Discuss] Impact of E.O 14071 on PHP

2024-10-24 Thread Jonathan Vollebregt
I see a lot of the complaints in the lkml thread being about lack of transparency on gkh/torvalds' side in that they have refused to explain exactly why they took the action in that commit. Are we sure this has anything to do with this particular EO? Rather than speculating on which unnamed sa

Re: [PHP-DEV] [RFC] Policy on 3rd party code

2024-10-24 Thread Rob Landers
On Thu, Oct 24, 2024, at 01:57, fennic log wrote: > > On Wed, 2 Oct 2024 at 19:37, Larry Garfield wrote: >> Since Jim's RFC proposal was criticized for being too vague, I hereby offer >> a somewhat more prescriptive policy proposal on using 3rd party code. (With >> JIm's blessing.) It's sti

Re: [PHP-DEV] [RFC] Policy on 3rd party code

2024-10-24 Thread Larry Garfield
On Wed, Oct 23, 2024, at 6:57 PM, fennic log wrote: > I remember a while ago a discussion about bundling composer with PHP by > default (and possibly dropping pear). > What ever happened with that? > As the first thing any dev does after setting up PHP, is install > composer. As this RFC points