Re: [PHP-DEV] PROPOSAL: new class entry for grouping functions, consts and vars

2013-09-20 Thread Gareth Evans
On 20 September 2013 07:13, kuzuha wrote: > I think autoload is very nice solution to avoid that problem. > > Autoloading skips unnecessary code and makes php faster. > > The "definition" block means Grouped defines. That gives autoloading > > to function, consts and vars. And PSR-0 helps simplify

Re: [PHP-DEV] Re: Re: PHP Crypt functions - security audit

2013-09-20 Thread Tjerk Anne Meesters
Hi Bryan, On Thu, Sep 19, 2013 at 9:29 PM, Bryan C. Geraghty wrote: > -Original Message- > From: tjerk.meest...@gmail.com [mailto:tjerk.meest...@gmail.com] On Behalf > Of Tjerk Anne Meesters > Sent: Thursday, September 19, 2013 4:01 AM > > > My point is that you need a reasonably up-to-da

Re: [PHP-DEV] PROPOSAL: new class entry for grouping functions, consts and vars

2013-09-20 Thread Lazare Inepologlou
2013/9/20 kuzuha > Hi, I wrote a *rough* patch to add new class entry "definition" for > > grouping functions, consts and vars. > > > > https://github.com/kuzuha/php-src/compare/feature;definition > > > > As you know, defining a lot of constants makes php slower. > > I think autoload is very nice

[PHP-DEV] Performance update involving zval containers. Why not possible?

2013-09-20 Thread ruben
Hi, first of all I want to say that I am just a newbie in PHP. I am switching to PHP from other languages and I am exploring how PHP manages references. To do that I am gathering information about what happens with Symbol Tables and Variables Containers when using references. You know: refere

[PHP-DEV] Re: Performance update involving zval containers. Why not possible?

2013-09-20 Thread Pascal Chevrel
Le 20/09/2013 14:06, ruben a écrit : Hi, first of all I want to say that I am just a newbie in PHP. I am switching to PHP from other languages and I am exploring how PHP manages references. To do that I am gathering information about what happens with Symbol Tables and Variables Containers when

[PHP-DEV] Re: Performance update involving zval containers. Why not possible?

2013-09-20 Thread ruben
Pascal Chevrel wrote: Le 20/09/2013 14:06, ruben a écrit : Hi, first of all I want to say that I am just a newbie in PHP. I am switching to PHP from other languages and I am exploring how PHP manages references. To do that I am gathering information about what happens with Symbol Tables and Var