Re: [PHP-DEV] PHP test coverage

2023-12-07 Thread Florian Engelhardt
Hey there, On Fri, Dec 8, 2023 at 12:11 AM Vinicius Dias wrote: > PHP doc article about writing tests [1] mentions gcov.php.net as the > source to see the coverage, but this address is not available anymore. > The code coverage report can be found at https://app.codecov.io/github/php/php-src

Re: [PHP-DEV] New "PECL"

2023-12-07 Thread Pierre Joye
Hello Tim, On Wed, Dec 6, 2023 at 9:05 AM Tim Starling wrote: > Have you considered keeping the support matrix in the registry > database, instead of in pecl.json? Then it can be updated with new > build/test information after release. We do it for windows, used by pickle, you can see one part

[PHP-DEV] PHP 8.1.27RC1 Ready for testing

2023-12-07 Thread Patrick ALLAERT
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hello! PHP 8.1.27RC1 has just been released and can be downloaded from: https://downloads.php.net/~patrickallaert/ or https://qa.php.net/ or use the git tag: php-8.1.27RC1 Windows binaries are available at: https://windows.php.net/qa/#php-8.1

Re: [PHP-DEV] bugs.php.net still active?

2023-12-07 Thread Ilija Tovilo
Hi Aleksander On Thu, Dec 7, 2023 at 9:22 AM Aleksander Machniak wrote: > > I was under impression that bugs.php.net was supposed to be phased out. > I.e. made read-only or something. > > https://bugs.php.net/bug.php?id=78628&edit=1 proves that it's not the > case and I'm receiving annoying spam

Re: [PHP-DEV] [RFC] [VOTE] Change the edge case of round()

2023-12-07 Thread Saki Takamachi
Hi all, Voting is now closed. As a result of the vote, this RFC was rejected. (7 in favor, 8 against) Therefore, as stated in the RFC, the following pull request will be adopted to fix the bug in `round()`. https://github.com/php/php-src/pull/12268 Thank you for all your votes. Regards. Saki

[PHP-DEV] PHP test coverage

2023-12-07 Thread Vinicius Dias
PHP doc article about writing tests [1] mentions gcov.php.net as the source to see the coverage, but this address is not available anymore. I believe this should be updated to show how the coverage can be found so people know where to focus their efforts if they want to contribute with tests. [1]

[PHP-DEV] PHP 8.3.1RC3 available for testing

2023-12-07 Thread ericmann
PHP 8.3.1RC3 has just been released and may be downloaded from https://downloads.php.net/~eric/ Or use the git tag: php-8.3.1RC3 Windows binaries are available at: https://windows.php.net/qa/ RC1 or RC2 have been skipped due to errors made during the release process (my apologies). Please t

[PHP-DEV] PHP 8.2.14RC1 available for testing

2023-12-07 Thread Pierrick Charron
PHP 8.2.14RC1 has just been released and can be downloaded from: https://downloads.php.net/~pierrick/ or https://qa.php.net/ or use the git tag: php-8.2.14RC1 Windows binaries are available at: https://windows.php.net/qa/#php-8.2 Please test it carefully, and report any bugs to https://github

Re: [PHP-DEV] Re: [RFC][Under discussion] RFC1867 for non-POST HTTP verbs

2023-12-07 Thread Sam I
Hey, I'm not sure if this is bikeshedding, but the concept of parsing bodies for non-POST requests lands really close to a proposal for adding a QUERY method to the HTTP standard. Draft: https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-safe-method-w-body Discussion: https://github.com/httpw

RE: [PHP-DEV] Filesystem path APIs

2023-12-07 Thread Jeffrey Dafoe
> The feature request is about the following: > We already have some functions to work with paths in PHP, e.g. basename, > dirname, realpath. > We do not have some common path APIs that you can find in other languages > like: path_join to join paths and path_normalize to normalize paths. ... > Wha

Re: [PHP-DEV] Proposal: Arbitrary precision native scalar type

2023-12-07 Thread G. P. B.
On Thu, 7 Dec 2023 at 06:36, Alex Pravdin wrote: > Hello internals, > [...] > GMP: > - Workaround: implements the GMP class that allows basic math operations. > - Requires using separate functions for the rest of operations. > > - Objects are always casted to true, GMP(0) will equal to true. > T

Re: [PHP-DEV] Proposal: Arbitrary precision native scalar type

2023-12-07 Thread Jordan LeDoux
On Wed, Dec 6, 2023 at 10:36 PM Alex Pravdin wrote: > Hello internals, > > > This is the second round of the discussion regarding arbitrary precision > scalar type integration into PHP. The previous part: > https://marc.info/?l=php-internals&m=168250492216838&w=2 was initiated by > me before deep

Re: [PHP-DEV] Proposal: Arbitrary precision native scalar type

2023-12-07 Thread Alexander Pravdin
> > Someone tangential to your proposal, have you given any thought to > implementing this similar to how Python treats numbers? > Unfortunately, I don't know many details of numbers treatment in Python... In Python, integers have unlimited precision. I’m not sure how they store > the values int

[PHP-DEV] bugs.php.net still active?

2023-12-07 Thread Aleksander Machniak
Hi, I was under impression that bugs.php.net was supposed to be phased out. I.e. made read-only or something. https://bugs.php.net/bug.php?id=78628&edit=1 proves that it's not the case and I'm receiving annoying spam recently. -- Aleksander Machniak Kolab Groupware Developer[https:/