Re: [PHP-DEV] Make strict mode more strict?

2015-12-26 Thread Yasuo Ohgaki
Hi Eliah, Thank you Eliah. I was planning to discuss this next year. Following paragraph is for others. Making sure prevent confusions. I've implemented session.use_strict_mode, but this discussion is for "strict type mode". I was proposing type check for variable conversions. e.g. Raise error/e

Re: [PHP-DEV] Make strict mode more strict?

2015-12-26 Thread Elijah Johnson
Hi François, > > Hi Yasuo, >> Le 17/09/2015 00:10, Yasuo Ohgaki a écrit : >> Hi all, >> >> Assigning different type to already initialized variable is a bug most >> likely. There may be cases that variable should have several types, >> e.g. return INT for success and FALSE for failure

RE: [PHP-DEV] PHP7 Zend Heap validation

2015-12-26 Thread akin.ocal
Hi thanks for answers, Initially , I first checked for leaks when USE_ZEND_ALLOC=1 , and I have found some leaks I cleared them however still was crashing due to corruption. (p->next_free_slot not readable during an emalloc ) As advised, I also checked things with USE_ZEND_ALLOC=0 , here things