[PHP-DEV] RFE to allow dirname($foo, 2)

2015-07-22 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 See https://bugs.php.net/bug.php?id=70112 As this a very small self-contained change, I don't think it needs a RFE. Feedback welcome Remi. -BEGIN PGP SIGNATURE- Version: GnuPG v2 Comment: Using GnuPG with Thunderbird - http://www.enigmail.

Re: [PHP-DEV] RFE to allow dirname($foo, 2)

2015-07-22 Thread flaupretre
Hi, > De: "Remi Collet" > > See https://bugs.php.net/bug.php?id=70112 > > As this a very small self-contained change, I don't think it needs a RFE. +1 for the feature, but not sure it can go to 7.0. Regards François -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit

[PHP-DEV] Resetting wiki.php.net password

2015-07-22 Thread Matt Tait
Hi all, I'm currently trying to reset my wiki.php.net password so I can propose an RFC, but unfortunately I'm getting the following error messages when I reset it via the page "https://wiki.php.net/start?do=resendpwd": ! Unable to modify user data. Please inform the Wiki-Admin ! e

[PHP-DEV] Re: Resetting wiki.php.net password

2015-07-22 Thread Christoph Becker
Matt Tait wrote: > I'm currently trying to reset my wiki.php.net password so I can propose an > RFC, but unfortunately I'm getting the following error messages when I > reset it via the page "https://wiki.php.net/start?do=resendpwd": > > ! Unable to modify user data. Please inform the Wik

[PHP-DEV] Re: VCS Account Request: edgarsandi

2015-07-22 Thread Christoph Becker
Edgar R. Sandi wrote: > Hi @Internals! > > Submitting my CVS Account Request again! ping :) >> Developing the PHP runtime >>> Maintaining an official, bundled PHP extension >>> Maintaining the documentation >>> Translating the documentation >>> Maintaining php.net >> >> For reference (and as a

Re: [PHP-DEV] Re: Resetting wiki.php.net password

2015-07-22 Thread Hannes Magnusson
On Wed, Jul 22, 2015 at 7:26 AM, Christoph Becker wrote: > Matt Tait wrote: > >> I'm currently trying to reset my wiki.php.net password so I can propose an >> RFC, but unfortunately I'm getting the following error messages when I >> reset it via the page "https://wiki.php.net/start?do=resendpwd":

Re: [PHP-DEV] Re: Resetting wiki.php.net password

2015-07-22 Thread Christoph Becker
Hannes Magnusson wrote: > On Wed, Jul 22, 2015 at 7:26 AM, Christoph Becker wrote: >> Matt Tait wrote: >> >>> I'm currently trying to reset my wiki.php.net password so I can propose an >>> RFC, but unfortunately I'm getting the following error messages when I >>> reset it via the page "https://wi

Re: [PHP-DEV] Re: Resetting wiki.php.net password

2015-07-22 Thread Hannes Magnusson
On Wed, Jul 22, 2015 at 9:34 AM, Christoph Becker wrote: > Hannes Magnusson wrote: > >> On Wed, Jul 22, 2015 at 7:26 AM, Christoph Becker wrote: >>> Matt Tait wrote: >>> I'm currently trying to reset my wiki.php.net password so I can propose an RFC, but unfortunately I'm getting the fol

Re: [PHP-DEV] RFE to allow dirname($foo, 2)

2015-07-22 Thread Sara Golemon
On Wed, Jul 22, 2015 at 4:55 AM, Remi Collet wrote: > See https://bugs.php.net/bug.php?id=70112 > I'm not inherently against it, but this really really sounds like a job for a userspace function. function dirname_n($path, $n) { while (($path !== '.') && $n--) $path = dirname($path); return $p

Re: [PHP-DEV] RFE to allow dirname($foo, 2)

2015-07-22 Thread Marco Pivetta
On 22 July 2015 at 19:49, Sara Golemon wrote: > On Wed, Jul 22, 2015 at 4:55 AM, Remi Collet > wrote: > > See https://bugs.php.net/bug.php?id=70112 > > > I'm not inherently against it, but this really really sounds like a > job for a userspace function. > > function dirname_n($path, $n) { > wh

Re: [PHP-DEV] List of possible E_RECOVERABLE_ERRORs

2015-07-22 Thread Michael Morris
I was provided with such a grep of PHP 5.6 and have begun the mapping. I've set up this composer package for it. https://packagist.org/packages/aki-tendo/php7exception and the git if someone has some time to chip in. https://github.com/TendoAki/php-7-exceptions-in-php-5 Currently I have Asserti

Re: [PHP-DEV] Move to Fast ZPP?

2015-07-22 Thread Matt Wilmas
Hi again Dmitry, all, Hopefully the final update on this, before all is revealed... :-) - Original Message - From: "Matt Wilmas" Sent: Tuesday, July 07, 2015 Hi again Dmitry, all, [...] Just an update... I didn't abandon this; quite the opposite! I thought I'd just put the finishi

Re: [PHP-DEV] Re: Resetting wiki.php.net password

2015-07-22 Thread Christoph Becker
Hannes Magnusson wrote: > As for your wiki account, its useless. > Please use your php.net VCS account to login to the wiki. > It will override your wiki account as its a dud. Wouldn't it be reasonable then to disable the password reset functionality? This can easily be done in the admin panel b

Re: [PHP-DEV] Re: Voting choice for language changes (Was: "Re: [PHP-DEV][RFC][DISCUSSION] Strict Argument Count")

2015-07-22 Thread S.A.N
I am satisfied, the possibility of group declarations, but the that lack: Unfortunately have to write so: It looks ugly and very strange. My proposition, the imported end name, if end of without slash. Like this: 2015-03-11 11:08 GMT+02:00 Patrick ALLAERT : > Le mar. 10 mars 2015 à 19:29,

Re: [PHP-DEV] Re: Resetting wiki.php.net password

2015-07-22 Thread Hannes Magnusson
On Wed, Jul 22, 2015 at 3:37 PM, Christoph Becker wrote: > Hannes Magnusson wrote: > >> As for your wiki account, its useless. >> Please use your php.net VCS account to login to the wiki. >> It will override your wiki account as its a dud. > > Wouldn't it be reasonable then to disable the password

Re: [PHP-DEV] RFE to allow dirname($foo, 2)

2015-07-22 Thread Remi Collet
Le 22/07/2015 20:57, Marco Pivetta a écrit : > On 22 July 2015 at 19:49, Sara Golemon > wrote: > > On Wed, Jul 22, 2015 at 4:55 AM, Remi Collet > mailto:r...@fedoraproject.org>> wrote: >> See https://bugs.php.net/bug.php?id=70112 >> > I'm not inherently against it, but th