Re: [PHP-DEV] Re: [PHP-CVS] com php-src: fix CG(empty_string) init in ZTS: Zend/zend.c

2014-10-05 Thread Anatol Belski
Hi Dmitry, On Wed, October 1, 2014 08:01, Dmitry Stogov wrote: > Hi Anatol, > > > I know, TSRM uses TLS APIs internally. > > > In my opinion, the simplest (and probably efficient) way to get rid of > TSRMLS_DC arguments and TSRMLS_FETCH calls, would be introducing a global > thread specific variab

Re: [PHP-DEV] Can someone merge `Catchable "Call to a member function bar() on a non-object"`?

2014-10-05 Thread Tjerk Meesters
Hi! On 16 Sep 2014, at 01:42, Timm Friebe wrote: > Hi everyone, > >> Timm Friebe hat am 16. August 2014 um 18:09 geschrieben: >> two weeks ago, the RFC `Catchable "Call to a member function bar() on a >> non-object"` was accepted by a vote. I don't have commit access to >> php-src/Zend, >> so

Re: [PHP-DEV] Regression in RecursiveRegexIterator

2014-10-05 Thread Tjerk Meesters
Hi! On 4 Oct 2014, at 03:38, Ivan Enderlin @ Hoa wrote: > Hello :-), > > Does anyone know something about this bug: > https://bugs.php.net/bug.php?id=68128 ? Yeah, I’ve addressed it with a PR: https://github.com/php/php-src/pull/865 Basically, this behaviour was introduced with d81ea16ef14