Re: [PHP-DEV] Re: Checkout phpdoc

2019-06-25 Thread Andreas Heigl
Am 25. Juni 2019 23:41:42 MESZ schrieb Benjamin Morel : >By the way, is there any work in progress to migrate the PHP manual to >Git? >The docs only say: > >The PHP manual is still currently hosted on SVN, although it will be >> migrated to Git in the future. > > >I'd

Re: [PHP-DEV] Re: Checkout phpdoc

2019-06-25 Thread Benjamin Morel
Can't wait to try it, thanks for the pointer! Ben On Tue, 25 Jun 2019 at 23:48, G. P. B. wrote: > On Tue, 25 Jun 2019 at 23:41, Benjamin Morel > wrote: > >> By the way, is there any work in progress to migrate the PHP manual to >> Git? >> The docs only say: >> >>

Re: [PHP-DEV] Re: Checkout phpdoc

2019-06-25 Thread G. P. B.
On Tue, 25 Jun 2019 at 23:41, Benjamin Morel wrote: > By the way, is there any work in progress to migrate the PHP manual to Git? > The docs only say: > > The PHP manual is still currently hosted on SVN, although it will be > > migrated to Git in the future. > > >

Re: [PHP-DEV] Re: Checkout phpdoc

2019-06-25 Thread Benjamin Morel
By the way, is there any work in progress to migrate the PHP manual to Git? The docs only say: The PHP manual is still currently hosted on SVN, although it will be > migrated to Git in the future. I'd love to be able to fix things in the PHP manual with a simple PR;

Re: [PHP-DEV] [RFC] Strict operators directive

2019-06-25 Thread Joe Watkins
Evening, There doesn't seem to be a patch or implementation. Aside from the proposed semantics, which I can't really read because the document is malformed, the most important questions for me are: How is this going to work? Can it be done without significant complexity in the compiler or VM?

Re: [PHP-DEV] [RFC] Strict operators directive

2019-06-25 Thread Benjamin Morel
Impressive work indeed, this would be a perfect addition to strict_types that would remove a lot of WTFs while preserving BC with older code. Please note that the formatting of the RFC is broken after the Bitwise Operators section. Ben

Re: [PHP-DEV] [RFC] Strict operators directive

2019-06-25 Thread Arnold Daniels
On Tue, Jun 25, 2019 at 7:56 PM Guilliam Xavier wrote: > On Tue, Jun 25, 2019 at 3:09 PM Arnold Daniels > wrote: > > > > Hi all, > > > > I would like to open the discussion for RFC: "Strict operators > directive". > > > > This RFC proposes a new directive 'strict_operators'. When enabled, >

Re: [PHP-DEV] [RFC] Strict operators directive

2019-06-25 Thread Guilliam Xavier
On Tue, Jun 25, 2019 at 3:09 PM Arnold Daniels wrote: > > Hi all, > > I would like to open the discussion for RFC: "Strict operators directive". > > This RFC proposes a new directive 'strict_operators'. When enabled, operators > may cast operands to the expected type, but must comply to; > > *

[PHP-DEV] [RFC] Strict operators directive

2019-06-25 Thread Arnold Daniels
Hi all, I would like to open the discussion for RFC: "Strict operators directive". This RFC proposes a new directive 'strict_operators'. When enabled, operators may cast operands to the expected type, but must comply to; * Typecasting is not based on the type of the other operand *

Re: [PHP-DEV] Re: Checkout phpdoc

2019-06-25 Thread Sascha Schumann
I have disabled SNI for the upstreams on svn2.php.net. If the problem persists, please provide a way to reproduce the issue. Thanks Sascha

Re: [PHP-DEV] Re: Checkout phpdoc

2019-06-25 Thread Peter Cowburn
+Sascha On Tue, 25 Jun 2019 at 08:46, Christoph M. Becker wrote: > On 25.06.2019 at 04:43, Arnold Daniels wrote: > > > I'm trying to checkout phpdoc using SVN, but I'm getting the error > "Unexpected HTTP status 421 'Misdirected Request'". > > > > Is something broken? Or am I doing it wrong? >

[PHP-DEV] Re: Checkout phpdoc

2019-06-25 Thread Christoph M. Becker
On 25.06.2019 at 04:43, Arnold Daniels wrote: > I'm trying to checkout phpdoc using SVN, but I'm getting the error > "Unexpected HTTP status 421 'Misdirected Request'". > > Is something broken? Or am I doing it wrong? > > - Arnold > > $ svn co http://svn.php.net/repository/phpdoc/modules/doc-en