[PHP-DEV] PHP Summer of Code

2007-03-26 Thread Davi
Hi all. According to: "The PHP team is once again proud to participate in the Google Summer of Code, and we are still looking for project ideas from interested students. In case you want to spend the summer with your favorite Open Source project, PHP, and get some money for adding an interesti

Re: [PHP-DEV] Order of parent and child classes in EG(class_table)

2007-03-26 Thread Stanislav Malyshev
What about the case where dl() is used? AFAIK the classes defined in dl()'ed files always go at the end of the class table. Any class that is defined goes at the end of the class table existing at the time, no matter if it's dl() or not. If loaded extension defines classes derived from existin

Re: [PHP-DEV] Order of parent and child classes in EG(class_table)

2007-03-26 Thread Andrei Zmievski
What about the case where dl() is used? AFAIK the classes defined in dl()'ed files always go at the end of the class table. -Andrei On Mar 26, 2007, at 10:29 AM, Stanislav Malyshev wrote: I am wondering whether a child class is always stored after its parent class in EG(class_table) becau

Re: [PHP-DEV] Hacker's guide?

2007-03-26 Thread Nuno Lopes
On 03/26/2007 11:42 PM, Ian Young wrote: Hi all, I'm applying for one of PHP's Google Summer of Code projects. The ideas page (http://www.php.net/ideas.php) includes this text: "If you are applying for a project in the PHP code itself (in C), you may find useful the PHP hackers guide, which also

Re: [PHP-DEV] Hacker's guide?

2007-03-26 Thread Antony Dovgal
On 03/26/2007 11:42 PM, Ian Young wrote: Hi all, I'm applying for one of PHP's Google Summer of Code projects. The ideas page (http://www.php.net/ideas.php) includes this text: "If you are applying for a project in the PHP code itself (in C), you may find useful the PHP hackers guide, which also

[PHP-DEV] Hacker's guide?

2007-03-26 Thread Ian Young
Hi all, I'm applying for one of PHP's Google Summer of Code projects. The ideas page (http://www.php.net/ideas.php) includes this text: "If you are applying for a project in the PHP code itself (in C), you may find useful the PHP hackers guide, which also includes our C coding standards (TBD)." D

Re: [PHP-DEV] Order of parent and child classes in EG(class_table)

2007-03-26 Thread Tijnema !
On 3/26/07, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > I am wondering whether a child class is always stored after its parent > class in EG(class_table) because I would like to rely on this behaviour > for the result of get_declared_classes(). I think it's not written anywhere it should

Re: [PHP-DEV] Order of parent and child classes in EG(class_table)

2007-03-26 Thread Stanislav Malyshev
I am wondering whether a child class is always stored after its parent class in EG(class_table) because I would like to rely on this behaviour for the result of get_declared_classes(). I think it's not written anywhere it should be so, but in fact it always would be so since when you are def

[PHP-DEV] Order of parent and child classes in EG(class_table)

2007-03-26 Thread Sebastian Bergmann
Hi, I am wondering whether a child class is always stored after its parent class in EG(class_table) because I would like to rely on this behaviour for the result of get_declared_classes(). Thanks, Sebastian -- Sebastian Bergmann http://sebastian-bergmann.de/ GnuPG

Re: [PHP-DEV] The PHP.net Google Summer of Code Application

2007-03-26 Thread Guilherme Blanco
Dude, this guy works very well! I am unable to compete with 64hs/week... =D []s, On 3/26/07, Michael B Allen <[EMAIL PROTECTED]> wrote: On Mon, 26 Mar 2007 01:53:53 -0400 [EMAIL PROTECTED] wrote: > I am ready to work 64 hr/week with you. Now this guy is qualified. Not because he's willing to

Re: [PHP-DEV] The PHP.net Google Summer of Code Application

2007-03-26 Thread Michael B Allen
On Mon, 26 Mar 2007 01:53:53 -0400 [EMAIL PROTECTED] wrote: > I am ready to work 64 hr/week with you. Now this guy is qualified. Not because he's willing to work 64 hr/week but because the hr/week chosen is a power of 2. He even thinks like a computer! :-> -- Michael B Allen PHP Active Directo

[PHP-DEV] PHP 6 Bug Summary Report

2007-03-26 Thread internals
PHP 6 Bug Database summary - http://bugs.php.net Num Status Summary (41 total including feature requests) ===[*General Issues]== 26771 Suspended register_tick_funtions crash under threaded webservers 27372 Verified parse error loadin

[PHP-DEV] PHP 4 Bug Summary Report

2007-03-26 Thread internals
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (635 total including feature requests) ===[*Directory/Filesystem functions] 40661 Open cwd is reset when shutdown handler runs ===