[PHP-DEV] How to foreach each function and execute functions of an object.

2016-12-29 Thread Netroby
tr_dtor(&bootstrap); RETURN_FALSE; } } ZEND_HASH_FOREACH_END(); zval_ptr_dtor(&bootstrap); } //my code end RETURN_ZVAL(self, 1, 0); } /* }}} */ ``` I put it on github https://gist.github.com/netroby/1fce94f023a9a45c28be0881e8429e48 And the gdb report like ``` gdb /usr/bin/php huzhifeng@devdocker ~ $

[PHP-DEV] Why PHP 7 yield from still single thread and blocking thread?

2015-12-06 Thread Netroby
thread. http://docs.hhvm.com/hack/async/introduction HHVM async described well . Appreciate your time. Netroby -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] The most efficicient way to pick key,value from a large array

2015-06-17 Thread Netroby
ction into it to do this job. But it's not fast as we test. Any other ideas beside array_filter? Or we have to implement an php extension to do this job ? Sorry for trouble you. need your help. Appreciate your time. -------- Netroby -- PHP Internals - PHP Runtime D

[PHP-DEV] [Do not set if using PDO_MySQL ], Does this still can not set for PHP 5.6.7 ?

2015-04-03 Thread Netroby
to support the new fetch mode. Appreciate your time. Netroby -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Proposal to delay 7.0 timeline

2015-03-21 Thread Netroby
Please do not delay. Any one remember PHP 6 ? Delay is bad smell. means the project will failure. PHP 7 already had much more features. That's fine . Just ship it . Appreciate your time. Netroby 2015-03-22 4:09 GMT+08:00 Benoit Schildknecht : > Le Sat

Re: [PHP-DEV] [RFC][PRE-VOTE] In Operator

2015-03-15 Thread Netroby
Does the "in" support this kind of php code ? ```php https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...in Appreciate your time. -------- Netroby 2015-03-16 10:50 GMT+08:00 Eli : > On 3/14/15 10:34 PM, Stanislav Malyshev

Re: [PHP-DEV] PHP JIT or AOT

2015-02-15 Thread Netroby
ciate your time. -------- Netroby 2015-02-16 15:32 GMT+08:00 Dmitry Stogov : > On Mon, Feb 16, 2015 at 10:16 AM, Joe Watkins wrote: > >> Morning, >> >> I'm not sure where this conversation started ... >> > > it's a fork from "Salar Type Hints"...

Re: [PHP-DEV] [VOTE] Scalar Type Hints

2015-02-15 Thread Netroby
eally really need type check now. Take a look HHVM. I guest hacklang will match your need. If the PHP keep current states, my code will running till the earth dead. It works like a ancient rock. What ever , i just care my code work or not. Appreciate your time. Ne

Re: [PHP-DEV] I quit.

2015-02-15 Thread Netroby
May be leave for a while can let she happier than before. Do not censure her -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] I quit.

2015-02-15 Thread Netroby
I am not the core developer of PHP, but I am keeping watch the develop list for long times. Andrea Faulds, actively contributes the PHP core. but it's hard to implement your dream here. So sad I feel. Say no is easier, but do things is hard. the dissenting voices makes things harder and harder. Ple

Re: [PHP-DEV] [VOTE] Big Integer Support

2015-02-14 Thread Netroby
rtant holidays, every where we should be happy than normal days. But if you hurry and care about the votes. you would not be waiting for so long time. that's not very important. Appreciate your time. -------- Netroby 2015-02-15 12:04 GMT+08:00 Andrea Faulds : > Hi Netrob

Re: [PHP-DEV] [VOTE] Big Integer Support

2015-02-14 Thread Netroby
The time range is Chinese lunar new year. I am not sure @laruence and @reeze be on holidays or not. The vote time range can be extended ? I have no the ability to vote. but i guess this RFC is very well for PHP programmers. Appreciate your time. Netroby -- PHP

Re: [PHP-DEV][RFC][VOTE] Group Use Declarations

2015-02-12 Thread Netroby
For Human type experience, {} is harder than () to type, see your keyboard, can you easier type {} or easier type () I hate {} If you like to use {} as the group symbols, i would not like it. It hurts my fingers. Appreciate your time. Netroby 2015-02-12 17:55

Re: [PHP-DEV][RFC][VOTE] Group Use Declarations

2015-02-12 Thread Netroby
I like use Foo\Bar\(Baz, Qux); Appreciate your time. Netroby 2015-02-12 17:55 GMT+08:00 Ivan Enderlin @ Hoa : > Hi Marcio, > > Thanks for the RFC! > We discussed a little bit with the Hoa [1]'s and fruux [2]'s community and > we

Re: [PHP-DEV] ZTS - why are you using it?

2013-01-29 Thread netroby
easily to be changed. let it as it be, all of us like to keep on old behavior as it was. should put banner on php.net, say: do not using ZTS, that's old way. -- Appreciate your time. Netroby -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe,

Re: [PHP-DEV] [RFC] Integrating Zend Optimizer+ into the PHP distribution

2013-01-29 Thread netroby
is stable for production environment. we could wait for more bit long time. the big improvement is better than fast release. we do not need release for release. no sense. why not take us some surprise. -- Appreciate your time. ---- Netroby