[PHP-DEV] [VOTE] Locale-independent case conversion

2021-11-24 Thread Tim Starling
Voting is now open for my RFC on locale-independent case conversion.

https://wiki.php.net/rfc/strtolower-ascii

Voting will close in two weeks, on 2021-12-09.

-- Tim Starling

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: https://www.php.net/unsub.php



[PHP-DEV] CI issues

2021-11-24 Thread Nikita Popov
Hi internals,

We're currently having some issues with CI, with both Travis and Azure not
working, basically for the same reason (credits/parallelism for open-source
projects got used up or expired). I've opened support requests on both
platforms, but until then expect everything to fail (Cirrus and AppVeyor
still work though).

Regards,
Nikita


Re: [PHP-DEV] Need Update regarding PHP Travis CI Execution

2021-11-24 Thread Pierre Joye
Hi Nikita,

On Wed, Nov 24, 2021, 6:55 PM Nikita Popov  wrote:

> On Wed, Nov 24, 2021 at 12:42 PM Chandranana Naik <
> chandranana.n...@ibm.com>
> wrote:
>
> >
> > Hi Team,
> >
> > Recently Travis builds have stopped running for PHP.
> > We only see Cirrus and appveyor CI builds,  however travis.yml exists in
> > the github repo.
> >
> > Could you please update if Travis builds will be started again or if
> there
> > are plans to disable Travis CI support ?
> >
>
> Hi,
>
> I've sent a support request to Travis to extend us additional open-source
> credits, so hopefully this will be running again soon.
>
> Generally though, I would recommend you to migrate from Travis CI to GitHub
> Actions. The PHP project itself uses Travis CI for testing non-x86
> platforms only, which are generally not available on other CI providers.


what we did for GD. Also adding arm is simple as the gh ci bot works on arm.

For ppc and other there is a gh bot port typescript and this is the one we
use. Only need to install it instead of gh one, gh website parts remain the
same.

Best,
Pierre


Re: [PHP-DEV] Need Update regarding PHP Travis CI Execution

2021-11-24 Thread Nikita Popov
On Wed, Nov 24, 2021 at 12:42 PM Chandranana Naik 
wrote:

>
> Hi Team,
>
> Recently Travis builds have stopped running for PHP.
> We only see Cirrus and appveyor CI builds,  however travis.yml exists in
> the github repo.
>
> Could you please update if Travis builds will be started again or if there
> are plans to disable Travis CI support ?
>

Hi,

I've sent a support request to Travis to extend us additional open-source
credits, so hopefully this will be running again soon.

Generally though, I would recommend you to migrate from Travis CI to GitHub
Actions. The PHP project itself uses Travis CI for testing non-x86
platforms only, which are generally not available on other CI providers.

Regards,
Nikita


[PHP-DEV] Need Update regarding PHP Travis CI Execution

2021-11-24 Thread Chandranana Naik

Hi Team,

Recently Travis builds have stopped running for PHP.
We only see Cirrus and appveyor CI builds,  however travis.yml exists in
the github repo.

Could you please update if Travis builds will be started again or if there
are plans to disable Travis CI support ?

Regards,
Chandranana


Re: [PHP-DEV] Feedback on bugfix for streamed fcgi requests (#51191)

2021-11-24 Thread Tim Siebels

Hi,

No worries. Thanks for the quick reply!

On 24.11.21 10:08, Jakub Zelenka wrote:

On Wed, Nov 24, 2021 at 8:06 AM Tim Siebels  wrote:


Hi everybody,

I've submitted a pull-request to fix bug #51191. This is now waiting for
review for 2 months. Is there anything further I can do? What's the
appropriate duration to wait before pinging at this mailinglist?

Link to PR: https://github.com/php/php-src/pull/7509

I've just rebased to fix merge conflicts. CI is failing due to an error
on azure regarding purchased parallelism. I guess this will resolve
itself once this is fixed.



Sorry I have been busy with that security issue in FPM which was a higher
priority. The PR seems ready but need to think about the actual change a
bit more. It's at least on my list now so should get resolved soon
hopefully.

Thanks

Jakub



--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: https://www.php.net/unsub.php



Re: [PHP-DEV] Feedback on bugfix for streamed fcgi requests (#51191)

2021-11-24 Thread Jakub Zelenka
On Wed, Nov 24, 2021 at 8:06 AM Tim Siebels  wrote:

> Hi everybody,
>
> I've submitted a pull-request to fix bug #51191. This is now waiting for
> review for 2 months. Is there anything further I can do? What's the
> appropriate duration to wait before pinging at this mailinglist?
>
> Link to PR: https://github.com/php/php-src/pull/7509
>
> I've just rebased to fix merge conflicts. CI is failing due to an error
> on azure regarding purchased parallelism. I guess this will resolve
> itself once this is fixed.
>
>
Sorry I have been busy with that security issue in FPM which was a higher
priority. The PR seems ready but need to think about the actual change a
bit more. It's at least on my list now so should get resolved soon
hopefully.

Thanks

Jakub


[PHP-DEV] Feedback on bugfix for streamed fcgi requests (#51191)

2021-11-24 Thread Tim Siebels

Hi everybody,

I've submitted a pull-request to fix bug #51191. This is now waiting for
review for 2 months. Is there anything further I can do? What's the
appropriate duration to wait before pinging at this mailinglist?

Link to PR: https://github.com/php/php-src/pull/7509

I've just rebased to fix merge conflicts. CI is failing due to an error
on azure regarding purchased parallelism. I guess this will resolve
itself once this is fixed.

Cheers,
Tim

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: https://www.php.net/unsub.php