[PHP-DEV] PHP 6 Bug Summary Report

2010-02-08 Thread internals
PHP 6 Bug Database summary - http://bugs.php.net/ Num Status Summary (108 total -- which includes 47 feature requests) ===[Apache related]=== 47061 Open User not logged under Apache

[PHP-DEV] [PATCH] Fix for bug #48607 (ftp_fopen_wrapper)

2010-02-08 Thread Beat Vontobel
Hi, I'm new to the PHP internals mailing list (and also to PHP internals in general), so let's first say hello to everybody and thanks for your work! I needed to dive into PHP's internals myself because I hit a problem (which I later found to be bug #48607) with the ftp_fopen_wrapper:

[PHP-DEV] PHP continuations

2010-02-08 Thread mathieu.suen
Hi, I am wondering if there is some effort for having continuation in php. Or is there already some construction for continuation? Thanks - Mathieu Suen -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Iterable object can't return object in key

2010-02-08 Thread mathieu.suen
Hi, Whenever you implement the Iterator interface the key method should only return a scalar. Is there any particular reason for this restriction. IMHO I don't see any. I also don't see why you can't index an array with object but it smells something going wrong underneath. Thanks -

Re: [PHP-DEV] Iterable object can't return object in key

2010-02-08 Thread Etienne Kneuss
Hello, On Mon, Feb 8, 2010 at 3:31 PM, mathieu.suen mathieu.s...@easyflirt.com wrote: Hi, Whenever you implement the Iterator interface the key method should only return a scalar. Is there any particular reason for this restriction. IMHO I don't see any. The iterator interface was

[PHP-DEV] Crash when sending SIGHUP to the Apache parent process when IMagick is loaded

2010-02-08 Thread Jess Portnoy
Hello all, I have IMagick 2.2.2 [latest stable in PECL] loaded with PHP 5.3.1. When sending SIGHUP, Apache defuncts, the BT is as follows: (gdb) bt #0 0x7f069935b384 in __lll_lock_wait () from /lib/libpthread.so.0 #1 0x7f0699356bf0 in _L_lock_102 () from /lib/libpthread.so.0 #2

Re: [PHP-DEV] PHP continuations

2010-02-08 Thread troels knak-nielsen
On Mon, Feb 8, 2010 at 2:38 PM, mathieu.suen mathieu.s...@easyflirt.com wrote: Hi, I am wondering if there is some effort for having continuation in php. Or is there already some construction for continuation? phaux (http://code.google.com/p/phaux/) is an attempt at creating a

Re: [PHP-DEV] PHP continuations

2010-02-08 Thread mathieu.suen
troels knak-nielsen wrote: On Mon, Feb 8, 2010 at 2:38 PM, mathieu.suen mathieu.s...@easyflirt.com wrote: Hi, I am wondering if there is some effort for having continuation in php. Or is there already some construction for continuation? phaux (http://code.google.com/p/phaux/) is an

Re: [PHP-DEV] Crash when sending SIGHUP to the Apache parent process when IMagick is loaded

2010-02-08 Thread Jess Portnoy
Found the issue. I've applied a local patchset which included this revision: http://svn.php.net/viewvc/?view=revisionrevision=291488 Which fixes: #50261 (Crash When Calling Parent Constructor with call_user_func()) However, it also included a small mistake commit, later reverted in revision

Re: [PHP-DEV] PHP continuations

2010-02-08 Thread Sebastian Bergmann
Am 08.02.2010 14:38, schrieb mathieu.suen: I am wondering if there is some effort for having continuation in php. Or is there already some construction for continuation? There is http://phpcontinuation.sourceforge.net/ which I never got around to actually try. -- Sebastian Bergmann

[PHP-DEV] litespeed SAPI status

2010-02-08 Thread Pierre Joye
hi, While reviewing the various SAPI implementation I was wondering about the status of the litespeed SAPI. We included it in the core recenlty (on litespeed team request, I cc Georg) but it seems that it is not maintained anymore. There are releases on their web sites but no commit so far in

Re: [PHP-DEV] [PATCH] Fix for bug #48607 (ftp_fopen_wrapper)

2010-02-08 Thread Pierre Joye
hi, On Mon, Feb 8, 2010 at 12:03 PM, Beat Vontobel b.vonto...@meteonews.ch wrote: I'm new to the PHP internals mailing list (and also to PHP internals in general), so let's first say hello to everybody and thanks for your work! Thanks and welcome to the list :) I needed to dive into PHP's

[PHP-DEV] questions about gsoc

2010-02-08 Thread Jesús Cova
I have a idea but i do not know if must i send my idea for this email? and my second question is how can i get a mentor for my idea?