[PHP-DEV] PHP 7.1.8RC1 is available for testing

2017-07-20 Thread Joe Watkins
Morning, Sorry about the delayed announcement, I was waiting for QA to update and fell asleep. PHP 7.1.8RC1 is available for testing, this is a bug fix release. Downloads can be found: http://downloads.php.net/~krakjoe Windows binaries can be found at: http://windows.php.net/qa Follows is

Re: [PHP-DEV] libsodium version target for 7.2

2017-07-20 Thread Sara Golemon
On Thu, Jul 20, 2017 at 7:16 PM, David Zuelke wrote: > The standalone sodium extension has been changed a few days ago to require > libsodium 1.0.9: > https://github.com/jedisct1/libsodium-php/commit/e4d6d281cf197deb0086b592a72f282905ba7ead > > Will this version requirement

[PHP-DEV] libsodium version target for 7.2

2017-07-20 Thread David Zuelke
Hi all, The standalone sodium extension has been changed a few days ago to require libsodium 1.0.9: https://github.com/jedisct1/libsodium-php/commit/e4d6d281cf197deb0086b592a72f282905ba7ead Will this version requirement also be ported to the PHP-7.2 branch? The reason I'm asking is because

[PHP-DEV] UGLY Benchmark Results for PHP Master 2017-07-19

2017-07-20 Thread lp_benchmark_robot
Results for project PHP master, build date 2017-07-19 19:22:28-07:00 commit: 9c73be8 previous commit:21d5636 revision date: 2017-07-19 23:59:42+02:00 environment:Haswell-EP cpu:Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz 2x18 cores, stepping 2, LLC 45 MB

Re: [PHP-DEV] bugs.php.net website

2017-07-20 Thread Mathias Grimm
Do we have a pre-approved list of libs that we could use? For example phpunit. I can't imagine doing it without using that. What licenses are approved? MIT, BSD? Regarding the code: - Is there any restrictions? - Could it be a MVC? What is too complex? I am just trying to understand the mindset

Re: [PHP-DEV] bugs.php.net website

2017-07-20 Thread Johannes Schlüter
On Do, 2017-07-20 at 15:36 +0200, Mathias Grimm wrote: > So no composer, monolog etc? I believe using composer is good and there's already a pull request for using it: https://github.com/php/web-bugs/pull/27 The "big" issue there is that applying it needs coordination with systems@ or whoever

Re: [PHP-DEV] bugs.php.net website

2017-07-20 Thread Rowan Collins
On 20/07/2017 13:22, Sara Golemon wrote: FWIW, I started toying with the idea to rewrite it earlier this year I realise a total rewrite isn't for the most part what people are gunning for on this thread, but some may be thinking it, so I thought I'd repeat my response on Twitter at the time:

Re: [PHP-DEV] php.net website

2017-07-20 Thread Rasmus Lerdorf
On Thu, Jul 20, 2017 at 3:25 PM, Larry Garfield wrote: > > I figure this is a long-shot, but Platform.sh hosts a number of > community sites for free. (We recently became the home of > https://externals.io/, for example.) We have multiple data centers and >

Re: [PHP-DEV] php.net website

2017-07-20 Thread Larry Garfield
On 07/20/2017 12:38 PM, Rasmus Lerdorf wrote: > On Thu, Jul 20, 2017 at 1:42 AM, Niklas Keller wrote: >> They can also just request them themselves, but only for their mirror >> domain. If you allow them to issue for www.php.net, you can as well just >> put the current private

Re: [PHP-DEV] php.net website

2017-07-20 Thread Rasmus Lerdorf
On Thu, Jul 20, 2017 at 1:42 AM, Niklas Keller wrote: > > They can also just request them themselves, but only for their mirror > domain. If you allow them to issue for www.php.net, you can as well just > put the current private key there. > I think there is a big difference

Re: [PHP-DEV] php.net website

2017-07-20 Thread Rasmus Lerdorf
On Wed, Jul 19, 2017 at 11:59 PM, Stephen Reay wrote: > > Does it need to be geo-dns, or could it instead be "geo-http" - a small > number of servers responding to (www.)?php.net, which then respond with > http redirects based on client ip. This is similar to how Debians

Re: [PHP-DEV] bugs.php.net website

2017-07-20 Thread Mathias Grimm
So no composer, monolog etc? On 20 July 2017 at 15:28, Sara Golemon wrote: > On Thu, Jul 20, 2017 at 9:08 AM, Mathias Grimm > wrote: > > Any objections about using an existing framework? > > > The same objections raised regarding web-php apply equally

Re: [PHP-DEV] bugs.php.net website

2017-07-20 Thread Andreas Heigl
-- Andreas Heigl andr...@heigl.org > Am 20.07.2017 um 14:03 schrieb Johannes Schlüter : > >> On Do, 2017-07-20 at 14:06 +0200, Niklas Keller wrote: >> I'm fine with no user registration required, but there should >> definitely be a user login for people without

Re: [PHP-DEV] bugs.php.net website

2017-07-20 Thread Sara Golemon
On Thu, Jul 20, 2017 at 9:08 AM, Mathias Grimm wrote: > Any objections about using an existing framework? > The same objections raised regarding web-php apply equally to web-bugs. -Sara -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit:

Re: [PHP-DEV] bugs.php.net website

2017-07-20 Thread Thomas Hruska
Interesting might be integrating https://3v4l.org/ so code samples are directly run (which of course won't work for code related to external things like databases or such) Scary website. -- Thomas Hruska CubicleSoft President I've got great, time saving software that you will find useful.

Re: [PHP-DEV] bugs.php.net website

2017-07-20 Thread Mathias Grimm
Any objections about using an existing framework? On 20 July 2017 at 14:22, Sara Golemon wrote: > On Thu, Jul 20, 2017 at 8:06 AM, Niklas Keller wrote: > >> Interesting might be integrating https://3v4l.org/ so code samples are > >> directly run (which of

Re: [PHP-DEV] bugs.php.net website

2017-07-20 Thread Johannes Schlüter
On Do, 2017-07-20 at 14:06 +0200, Niklas Keller wrote: > I'm fine with no user registration required, but there should > definitely be a user login for people without php.net account. It's > one of the main pain points with the PHP bug tracker. I want a simple > login where I can see all bugs I

Re: [PHP-DEV] bugs.php.net website

2017-07-20 Thread Sara Golemon
On Thu, Jul 20, 2017 at 8:06 AM, Niklas Keller wrote: >> Interesting might be integrating https://3v4l.org/ so code samples are >> directly run (which of course won't work for code related to external >> things like databases or such) >> > +1 to this. Not a must-have, but it

[PHP-DEV] PHP 7.2.0 Beta 1 released

2017-07-20 Thread Sara Golemon
The first beta for 7.2.0 was just released and can be downloaded from: https://downloads.php.net/~pollita/ Or using the git tag: php-7.2.0beta1 The Windows binaries are available at: http://windows.php.net/qa/ Please test it carefully, and report any bugs in the bug system. The next release will

Re: [PHP-DEV] bugs.php.net website

2017-07-20 Thread Niklas Keller
> > Hi, > > On Do, 2017-07-20 at 09:53 +0200, Mathias Grimm wrote: > > Is it hosted only by php or it has mirroring as well? > > It's only running on bugs.php.net our controlled server. > > > Is it possible to get a dump of the db? > > The sql folder contains schema definitions. A complete dump

Re: [PHP-DEV] bugs.php.net website

2017-07-20 Thread Johannes Schlüter
Hi, On Do, 2017-07-20 at 09:53 +0200, Mathias Grimm wrote: > Is it hosted only by php or it has mirroring as well? It's only running on bugs.php.net our controlled server. > Is it possible to get a dump of the db? The sql folder contains schema definitions. A complete dump can't be shared

[PHP-DEV] PHP 7.0.22RC1 is available for testing

2017-07-20 Thread Anatol Belski
Hi, PHP 7.0.22 RC1 was just released and can be downloaded from: https://downloads.php.net/~ab/ The Windows binaries are available at http://windows.php.net/qa/ This release contains a number of bugfixes. For the list of bugfixes that you can target in your testing, please refer to

Re: [PHP-DEV] bugs.php.net website

2017-07-20 Thread James b
Also willing to help with this, the interface alone is very outdated. I think a re-vamp could really benefit the community. On Thu, Jul 20, 2017 at 8:53 AM, Mathias Grimm wrote: > Hi Sara, > can we talk more about the bugs.php? > had a look at the code and seems similar

Re: [PHP-DEV] php.net website

2017-07-20 Thread li...@rhsoft.net
Am 19.07.2017 um 19:07 schrieb Mathias Grimm: I would like to know who is/are "in charge" of the website ( https://github.com/php/web-php). I think I would like to help improving it a bit a good start would be http://www.php.net/ also support https:// instead one needs to know that

Re: [PHP-DEV] [RFC] samesite cookie implementation

2017-07-20 Thread Frederik Bosch | Genkgo
LS, All concerns that have been put forward are updated in the RFC document. See https://wiki.php.net/rfc/same-site-cookie. I am going to start the voting on August 1, 2017. Exactly two weeks after I posted the RFC on the internals list. If new concerns are put forward in the meanwhile, I

[PHP-DEV] bugs.php.net website

2017-07-20 Thread Mathias Grimm
Hi Sara, can we talk more about the bugs.php? had a look at the code and seems similar but its a smaller project and possibly easier to deal with. Is it hosted only by php or it has mirroring as well? Is it possible to get a dump of the db? Do you have anything specific in mind? Cheers, Mathias

RE: [PHP-DEV] Images on Workflow Wiki

2017-07-20 Thread Anatol Belski
Hi Sara, > -Original Message- > From: p...@golemon.com [mailto:p...@golemon.com] On Behalf Of Sara > Golemon > Sent: Tuesday, July 18, 2017 5:08 PM > To: PHP internals > Subject: [PHP-DEV] Images on Workflow Wiki > > Who does the art for