Hey Bob:
On Sun, Jun 14, 2015 at 2:08 PM, Sebastian Bergmann wrote:
> Am 14.06.2015 um 07:55 schrieb Xinchen Hui:
>> maybe related to this : 3cfa58367b1b85d346d9be6cf9ae116c63571247
>
> Yes, reverting that commit fixes it. Thanks for the pointer!
please have a look of it.. I'd like revert it fo
Am 14.06.2015 um 07:55 schrieb Xinchen Hui:
> maybe related to this : 3cfa58367b1b85d346d9be6cf9ae116c63571247
Yes, reverting that commit fixes it. Thanks for the pointer!
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Hey:
On Sun, Jun 14, 2015 at 1:42 PM, Sebastian Bergmann wrote:
> Am 14.06.2015 um 07:29 schrieb Sebastian Bergmann:
>> I have run across a weird segfault with the current master when trying
>> to run PHPUnit (using PHPUnit's own test suite). Weird because I get a
>> segfault immediately on start
Am 14.06.2015 um 07:29 schrieb Sebastian Bergmann:
> I have run across a weird segfault with the current master when trying
> to run PHPUnit (using PHPUnit's own test suite). Weird because I get a
> segfault immediately on startup with a release build and a segfault much
> later when using a debug
I have run across a weird segfault with the current master when trying
to run PHPUnit (using PHPUnit's own test suite). Weird because I get a
segfault immediately on startup with a release build and a segfault much
later when using a debug build. Detailed information is below, let me
know if t
Hi all,
On Fri, Jun 12, 2015 at 9:36 AM, Chris Wright wrote:
> On 12 June 2015 at 00:35, Rowan Collins wrote:
>
> > On 11/06/2015 21:22, Chris Wright wrote:
> >
> >> I'm inclined to agree that we should have consistency here, and that the
> >> current behaviour in a function context is the corr
Hi Rowan,
On Thu, Jun 11, 2015 at 5:59 PM, Rowan Collins
wrote:
> Yasuo Ohgaki wrote on 11/06/2015 00:50:
>
>> If PHP should return NULL always against NULL variables, we may be better
>> to
>> reconsider these behavior.
>>
>> [yohgaki@dev Download]$ php
>> > $v = NULL;
>> $$v;
>>
>>
>> PHP Noti
> On Jun 13, 2015, at 14:54, Jan Ehrhardt wrote:
>
> Rasmus Lerdorf in php.internals (Fri, 12 Jun 2015 13:13:16 -0700):
>> You can get even more speed by compiling with --enable-opcache-file and
>> then in your php-cli.ini add:
>>
>> opcache.enable_cli=1
>> opcache.file_cache=/var/tmp
>> o
Rasmus Lerdorf in php.internals (Fri, 12 Jun 2015 13:13:16 -0700):
>You can get even more speed by compiling with --enable-opcache-file and
>then in your php-cli.ini add:
>
>opcache.enable_cli=1
>opcache.file_cache=/var/tmp
>opcache.file_cache_only=1
>
>Then every time you run composer
Jefferson Gonzalez schrieb am 13. Juni 2015 21:04:
> On 06/12/2015 04:13 PM, Rasmus Lerdorf wrote:
>> You can get even more speed by compiling with --enable-opcache-file and
>> then in your php-cli.ini add:
>>
>> opcache.enable_cli=1
>> opcache.file_cache=/var/tmp
>> opcache.file_ca
On 06/12/2015 04:13 PM, Rasmus Lerdorf wrote:
You can get even more speed by compiling with --enable-opcache-file and
then in your php-cli.ini add:
opcache.enable_cli=1
opcache.file_cache=/var/tmp
opcache.file_cache_only=1
Then every time you run composer it won't have to recompi
On 12 June 2015 02:31:18 BST, Tjerk Meesters wrote:
>Hi,
>
>I've created a PR here: https://github.com/php/php-src/pull/1325
>
>This enhancement allows for properties on objects to work in the same
>way
>as arrays for the inner elements of the main array.
>
>It also supports the __get() method, pr
12 matches
Mail list logo