Re: [PHP-WEBMASTER] com web/bugs: Add .editorconfig file: .editorconfig

2018-12-11 Thread Kalle Sommer Nielsen
Den ons. 12. dec. 2018 kl. 05.23 skrev Peter Kokot : > > Wait... Why do we then even have use statements in PHP if we can always > require_once a class file where needed and we're done with it. Your > explanation of requiring only files from a pool of files sounds very simple > and even something t

Re: [PHP-WEBMASTER] com web/bugs: Add .editorconfig file: .editorconfig

2018-12-11 Thread Peter Kokot
Wait... Why do we then even have use statements in PHP if we can always require_once a class file where needed and we're done with it. Your explanation of requiring only files from a pool of files sounds very simple and even something to go implement it (read undo). However: require_once 'User.php

Re: [PHP-WEBMASTER] com web/bugs: Add .editorconfig file: .editorconfig

2018-12-11 Thread Kalle Sommer Nielsen
Den ons. 12. dec. 2018 kl. 00.56 skrev Peter Kokot : > Is there any existing example currently used somewhere? I'm not sure I > fully understand this but there might be something on this. With this, > use statements are not utilized I assume and it goes a bit away from > modern OOP coding practices

Re: [PHP-WEBMASTER] PECL Admin access

2018-12-11 Thread Peter Kokot
On Tue, 11 Dec 2018 at 10:50, Derick Rethans wrote: > > On Mon, 10 Dec 2018, Peter Kokot wrote: > > > On Mon, 10 Dec 2018 at 20:19, Derick Rethans wrote: > > > > > > I think with your changes to pecl web, you might inadvertently have > > > disabled admin access? I used to be able to approve accou

Re: [PHP-WEBMASTER] com web/bugs: Add .editorconfig file: .editorconfig

2018-12-11 Thread Peter Kokot
On Wed, 12 Dec 2018 at 00:29, Levi Morrison wrote: > > On Tue, Dec 11, 2018 at 2:01 PM Peter Kokot wrote: > > > > On Tue, 11 Dec 2018 at 21:33, Levi Morrison wrote: > > > > > > On Tue, Dec 11, 2018 at 8:16 AM Derick Rethans wrote: > > > > > > > > On Tue, 11 Dec 2018, Christoph M. Becker wrote:

Re: [PHP-WEBMASTER] com web/bugs: Add .editorconfig file: .editorconfig

2018-12-11 Thread Levi Morrison
On Tue, Dec 11, 2018 at 2:01 PM Peter Kokot wrote: > > On Tue, 11 Dec 2018 at 21:33, Levi Morrison wrote: > > > > On Tue, Dec 11, 2018 at 8:16 AM Derick Rethans wrote: > > > > > > On Tue, 11 Dec 2018, Christoph M. Becker wrote: > > > > > > > On 11.12.2018 at 13:42, Kalle Sommer Nielsen wrote: >

Re: [PHP-WEBMASTER] com web/bugs: Add .editorconfig file: .editorconfig

2018-12-11 Thread Peter Kokot
On Tue, 11 Dec 2018 at 21:33, Levi Morrison wrote: > > On Tue, Dec 11, 2018 at 8:16 AM Derick Rethans wrote: > > > > On Tue, 11 Dec 2018, Christoph M. Becker wrote: > > > > > On 11.12.2018 at 13:42, Kalle Sommer Nielsen wrote: > > > > > > > Den man. 10. dec. 2018 kl. 23.01 skrev Christoph M. Beck

Re: [PHP-WEBMASTER] com web/bugs: Add .editorconfig file: .editorconfig

2018-12-11 Thread Levi Morrison
On Tue, Dec 11, 2018 at 8:16 AM Derick Rethans wrote: > > On Tue, 11 Dec 2018, Christoph M. Becker wrote: > > > On 11.12.2018 at 13:42, Kalle Sommer Nielsen wrote: > > > > > Den man. 10. dec. 2018 kl. 23.01 skrev Christoph M. Becker > > > : > > > > > >> It seems to me that it might be valuable to

Re: [PHP-WEBMASTER] com web/bugs: Add .editorconfig file: .editorconfig

2018-12-11 Thread Derick Rethans
On Tue, 11 Dec 2018, Lester Caine wrote: > On 11/12/2018 14:58, Peter Kokot wrote: > > > On a similar topic I feel very strongly against using any PSR's for > > > php.net. > > > This then means not using PSR-4, and not using Composer. How will PHP > > sites solve issue of dependencies then and ho

Re: [PHP-WEBMASTER] com web/bugs: Add .editorconfig file: .editorconfig

2018-12-11 Thread Lester Caine
On 11/12/2018 14:58, Peter Kokot wrote: On a similar topic I feel very strongly against using any PSR's for php.net. This then means not using PSR-4, and not using Composer. How will PHP sites solve issue of dependencies then and how to unit test this code? By proper management of just what

Re: [PHP-WEBMASTER] com web/bugs: Add .editorconfig file: .editorconfig

2018-12-11 Thread Derick Rethans
On Tue, 11 Dec 2018, Christoph M. Becker wrote: > On 11.12.2018 at 13:42, Kalle Sommer Nielsen wrote: > > > Den man. 10. dec. 2018 kl. 23.01 skrev Christoph M. Becker > > : > > > >> It seems to me that it might be valuable to agree on a common > >> coding standard for *all* php.net PHP scripts,

Re: [PHP-WEBMASTER] com web/bugs: Add .editorconfig file: .editorconfig

2018-12-11 Thread Peter Kokot
> On a similar topic I feel very strongly against using any PSR's for php.net. This then means not using PSR-4, and not using Composer. How will PHP sites solve issue of dependencies then and how to unit test this code? -- Peter Kokot -- PHP Webmaster List Mailing List (http://www.php.net/) To

Re: [PHP-WEBMASTER] com web/bugs: Add .editorconfig file: .editorconfig

2018-12-11 Thread Christoph M. Becker
On 11.12.2018 at 13:42, Kalle Sommer Nielsen wrote: > Den man. 10. dec. 2018 kl. 23.01 skrev Christoph M. Becker > : > >> It seems to me that it might be valuable to agree on a common coding >> standard for *all* php.net PHP scripts, not only the web related ones, >> but also the helper scripts i

Re: [PHP-WEBMASTER] com web/bugs: Add .editorconfig file: .editorconfig

2018-12-11 Thread Kalle Sommer Nielsen
Den man. 10. dec. 2018 kl. 23.01 skrev Christoph M. Becker : > It seems to me that it might be valuable to agree on a common coding > standard for *all* php.net PHP scripts, not only the web related ones, > but also the helper scripts in php-src, etc. Therefore, it might be > appropriate to discus

Re: [PHP-WEBMASTER] PECL Admin access

2018-12-11 Thread Derick Rethans
On Mon, 10 Dec 2018, Peter Kokot wrote: > On Mon, 10 Dec 2018 at 20:19, Derick Rethans wrote: > > > > I think with your changes to pecl web, you might inadvertently have > > disabled admin access? I used to be able to approve accounts, but > > the link is now longer there. > > Checking it out.

[PHP-WEBMASTER] RE: Mirroring PHP via IPv6

2018-12-11 Thread Jaime Andres
Hi Daniel! Good to hear from you! :) americas.rsync.php.net is still not working via IPv6. Just to check: is there an IPv6 address pointing to americas.rsync.php.net? europe.rsync.php.net is working fine now. Thanks Mark! All the best, Jaime E. Mirror maintainer: ch1.php.net, it2.php.net, pa1