Re: [PHP-DEV] Re: PHP 7.3 Release Manager Selection

2018-04-24 Thread Pasindu De Silva
d Christoph, could those two respond with > > > either "Yeah sure" or "No thanks"? > > > > Well, I'm pretty sure that there are more suitable RMs than myself, > IMO you're one of those persons suitable for the RM role. Based on your > activities and contributions. > > > and > > I'm not fond of committing myself to regular and important voluntary > > work for several years, but "yeah sure", if nobody else steps > > forward, > > > That's why it makes sense to have a duo team. But also other RMs can > jump in, if necessary. Whereby yes, it would engage you for some longer > term :) > > Regards > > Anatol > > -- *Pasindu De Silva**ppasin...@gmail.com *

Re: [PHP-DEV] Benchmark Results for PHP Master 2015-07-30

2015-08-20 Thread Pasindu De Silva
ether the change was good or bad. > > > > Including the build options would be good. > > > > Chris > > > > -- > > http://twitter.com/ghrd > > > > -- > > PHP Internals - PHP Runtime Development Mailing List > > To unsubscribe, visit: http://www.php.net/unsub.php > > We can work on build option documentation. Most probably we will offer a > link on the 01.org containing details on the environment configuration. > Concerning absolute numbers I am afraid it will be difficult to publish > them in this way. Our intention is to allow you to see progresses trend in > the context of Zend PHP project only. We would like to avoid the temptation > to use the absolute numbers for comparisons with other projects; they might > be misleading and could drive to wrong conclusions if they are removed from > the context. > > If the PHP baseline is relevant, the fact you see absolute numbers or > percents should not make a real difference. We chose php-7.0.0beta1 in a > somehow subjective way as they are no official PHP7 releases yet but we can > take a PHP5.x release baseline if it looks more relevant. > > Kind Regards, > Bogdan > -- *Pasindu De Silva**ppasin...@gmail.com *

Re: [PHP-DEV] Re: [RFC] Spaceship operator RFC

2015-07-09 Thread Pasindu De Silva
mpare. > > FWIW: the documentation has already been adjusted by Peter (salathe): > > <https://svn.php.net/viewvc?view=revision&revision=336683> > <http://docs.php.net/manual/en/language.operators.comparison.php> > > -- > Christoph M. Becker > -- *Pasindu De Silva**ppasin...@gmail.com *

Re: [PHP-DEV] [VOTE] JSON number to string

2015-06-16 Thread Pasindu De Silva
! > > -- > Pascal MARTIN, AFUP - French UG > http://php-internals.afup.org/ > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- *Pasindu De Silva**ppasin...@gmail.com *

Re: [PHP-DEV] [VOTE] JSON number to string

2015-06-10 Thread Pasindu De Silva
ou want to decode as a string but other floats > would be still decoded as floats. That gives a better flexibility and helps > the problem in the same way. Please see my email to Alexey when we > discussed this RFC (there are few examples): > > https://www.mail-archive.com/internals@lists.php.net/msg78698.html > > Cheers > > Jakub > -- *Pasindu De Silva**ppasin...@gmail.com *

Re: [PHP-DEV] Re: [RFC] Spaceship operator RFC

2015-04-29 Thread Pasindu De Silva
Found something else today http://3v4l.org/mO48q echo [1, 2, 3] <=> []; // 1 but it gives 3 On Mon, Apr 20, 2015 at 7:29 PM, Pasindu De Silva wrote: > Hi > Found this while trying to do the documentation, Thought the same that it > was a RFC mistake, > therefore didn't

Re: [PHP-DEV] Re: PDO Oracle driver

2015-04-22 Thread Pasindu De Silva
That's right. On Wed, Apr 22, 2015 at 9:42 PM, Christoph Becker wrote: > Rowan Collins wrote: > > > Pasindu De Silva wrote on 22/04/2015 14:44: > >> On Wed, Apr 22, 2015 at 4:43 PM, Christoph Becker > >> wrote: > >>> [1] > >>> < &

Re: [PHP-DEV] Re: PDO Oracle driver

2015-04-22 Thread Pasindu De Silva
On Wed, Apr 22, 2015 at 4:43 PM, Christoph Becker wrote: > > [1] > < > https://wiki.php.net/rfc/removal_of_dead_sapis_and_exts#extpdo_oci_and_extoci8 > > As of this RFC we probably can document that these extensions and sapis are removed as of PHP 7. -- *Pasindu De Silva**ppasin...@gmail.com *

Re: [PHP-DEV] Re: [RFC] Spaceship operator RFC

2015-04-20 Thread Pasindu De Silva
value 1 in this case as > implementation specific). > > [1] <http://php.net/manual/en/language.operators.comparison.php> > > -- > Christoph M. Becker > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- *Pasindu De Silva**ppasin...@gmail.com *

Re: [PHP-DEV] Proposing [constructive] solutions (was: I quit)

2015-02-20 Thread Pasindu De Silva
Hi Guys on the point of "new blood" I am new to internals therefore been going through some blogs, books, slides, docs. I been trying to fix some bugs and commenting on some, I would like to do something more get more involved. I am not sure a procedure on getting new comers involved like http:/

Re: [PHP-DEV] Bugfest

2015-02-16 Thread Pasindu De Silva
Hi I been commenting on some bugs and putting some fixes also, dose anyone know how to get edit access on bugs? +1 On Thu, Jan 15, 2015 at 8:16 PM, Pasindu De Silva wrote: > Hi Guys > > What do you think about a folder "bugtests" with tests of all verified > bugs. > T

Re: [PHP-DEV] Bugfest

2015-01-15 Thread Pasindu De Silva
Hi Guys What do you think about a folder "bugtests" with tests of all verified bugs. This can allows developers dive into the bug and test quickly I think and also devs fixing others bug might inadvertently fix other bugs. I am currently trying to put together set of bug tests here https://github.

Re: [PHP-DEV] Bugfest

2014-12-28 Thread Pasindu De Silva
Hi Kelle Thanks will dig in On Mon, Dec 29, 2014 at 4:28 AM, Kalle Sommer Nielsen wrote: > Hi Pasindu > > 2014-12-28 23:43 GMT+01:00 Pasindu De Silva : > > Hi > > I would like join and fix some I have been trying to fix some bugs in > > DateTIme thought it was a go

[PHP-DEV] Date diff bug #65003

2014-08-03 Thread Pasindu De Silva
Hi I had a similar error and check the src in intervel.c timelib_diff the date is changed to local or gmt from 13-03-01 13-04-01 to 13-02-28 13-03-31 rt->d = two->d - one->d; and makes it 1 month and 3 days could it be solved by only running timelib_apply_localtime if date zones are different o