Re: [PHP-DEV] operator-0.3 extension update

2013-02-07 Thread Harald Lapp
Am 07.02.13 11:40, schrieb Michael Wallner: great, that someone is updating this extension. will you also offer an updated version for php-5.5 later (if it does not already work)? i just wanted to give it a try, but there seems to be a problem with the uploaded package: it seems to only contain t

Re: [PHP-DEV] operator-0.3 extension update

2013-02-07 Thread Harald Lapp
Am 06.02.13 14:14, schrieb Gabriel Wu: On Wed, Feb 6, 2013 at 7:28 PM, Ferenc Kovacs wrote: I think mentioning Sara as a sponsor would weight in more than myself. ;) Oh, you aren't the one approving the application? Anyway I was wondering how to go about submitting the update - are there

Re: [PHP-DEV] Issues with Traits / php crashes

2011-10-17 Thread Harald Lapp
open a bug at bugs.php.net and attach the info there too (backtrace, reproduce script, etc.). Cheers, On Sun, Oct 16, 2011 at 8:50 PM, Harald Lapp wrote: hi stefan, Am 16.10.11 20:42, schrieb Stefan Marr: Hi Harald: On 16 Oct 2011, at 20:31, Harald Lapp wrote: with the current php-5.4

Re: [PHP-DEV] Issues with Traits / php crashes

2011-10-16 Thread Harald Lapp
hi stefan, Am 16.10.11 20:42, schrieb Stefan Marr: Hi Harald: On 16 Oct 2011, at 20:31, Harald Lapp wrote: with the current php-5.4 beta my processes are dying, but with the lates snapshot, not -- i still get the message: There have been a number of bug fixes since the last beta. The list

Re: [PHP-DEV] Issues with Traits / php crashes

2011-10-16 Thread Harald Lapp
Am 16.10.11 20:40, schrieb Ferenc Kovacs: https://bugs.php.net/bugs-generating-backtrace.php hi, great! this seems to be the information, i was looking for. let's see if i can get anything useful out of it :) harald -- PHP Internals - PHP Runtime Development Mailing List To unsubscr

[PHP-DEV] Issues with Traits / php crashes

2011-10-16 Thread Harald Lapp
hi, i wonder if anybody out there already tried traits in more complex php applications. i am currently trying to rewrite part of a somehow complex application to use traits and i have the problem, that my scripts are dying, as soon as i include the trait. with the current php-5.4 beta my pr

[PHP-DEV] bug #47358 -- unexpected behaviour

2011-10-09 Thread Harald Lapp
hi, could someone please enlighten me, why bug #47358 http://bugs.php.net/bug.php?id=47358 was closed as "bogus"? the bug was reported for 5.2.9 but applies to 5.3.x and 5.4.x as well. i can't see, why glob should return 'false' if the search pattern does not match, even though if the directory

Re: [PHP-DEV] closures and $this

2010-07-23 Thread Harald Lapp
Am 23.07.10 06:05, schrieb Adam Harvey: On 23 July 2010 03:05, Harald Lapp wrote: i would like to ask what's the state of $this (and 'self') in closures. there seems to be no news on this topic for several month now. php 5.3.3 was just released and still nothing has changed reg

Re: [PHP-DEV] closures and $this

2010-07-23 Thread Harald Lapp
Am 23.07.10 06:05, schrieb Adam Harvey: On 23 July 2010 03:05, Harald Lapp wrote: i would like to ask what's the state of $this (and 'self') in closures. there seems to be no news on this topic for several month now. php 5.3.3 was just released and still nothing has changed reg

[PHP-DEV] closures and $this

2010-07-22 Thread Harald Lapp
hello, i would like to ask what's the state of $this (and 'self') in closures. there seems to be no news on this topic for several month now. php 5.3.3 was just released and still nothing has changed regarding this. so i would like to ask, for which php release a solution is planned. thanks