Re: [PHP-DEV] Unbreak git.php.net links?

2021-10-10 Thread Ayesh Karunaratne
> > S, what's next? > > On Tue, 5 Oct 2021 at 18:06, Hans Henrik Bergan > wrote: > > > @Ayesh thanks, added support for those url ( > > https://github.com/divinity76/git-php-net-redirector/commit/072a579d140a7481e76e95bd8c2d120ee2f71565 > > ), also it looks like version numbers got mixed up in

Re: [PHP-DEV] Function list declaration syntax?

2021-10-10 Thread Rowan Tommins
On 09/10/2021 10:41, Mike Schinkel wrote: Besides, your alternative is a bit reductio ad absurdum. I'm not sure what you mean by this. Dan's example is the first three lines of yours, written as currently valid PHP, and seems a reasonable comparison of how much the new syntax would save. I

Re: [PHP-DEV] [RFC] Locale-independent case conversion

2021-10-10 Thread Tim Starling
On 4/10/21 9:08 pm, Nikita Popov wrote: > > Hi Tim, > > Thanks for creating this proposal, it looks great! > > I think this is a very beneficial change, and the amount of > incorrect locale-dependent calls we had just in php-src further > convinced me of this: We're generally aware of the problem,