[PHP-DEV] PHP 4 Bug Summary Report

2006-01-09 Thread internals
PHP 4 Bug Database summary - http://bugs.php.net Num Status Summary (611 total including feature requests) ===[Arrays related]=== 31114 Assigned foreach modify array (works with PHP 5.1)

[PHP-DEV] PHP 5 Bug Summary Report

2006-01-09 Thread internals
PHP 5 Bug Database summary - http://bugs.php.net Num Status Summary (356 total including feature requests) ===[Apache related]=== 32561 Assigned Erroneous Allow HTTP response header 33292 Verified apache_get_modules() crashes

[PHP-DEV] Re: Named arguments revisited

2006-01-09 Thread Aidan Lister
Jared White wrote: Named arguments are absolutely essential for using PHP as a solid templating language, and, in fact, they also greatly enhance code readability for complex method calls of in-depth APIs. I agree. As useful functions tend to increase in complexity over time, often so

[PHP-DEV] Third party object support in ZE2

2006-01-09 Thread Steph Fox
Hi Dmitry, I gave up on IM now, it's too slow :) Coming from the PHP-GTK project, we've noticed two areas where ZEND_INTERNAL_CLASS is wrongly expected to adhere to zend_object structure. The more important of the two stems from a change you made in mid-November in CVS_HEAD and PHP_5_1,

Re: [PHP-DEV] 16-bit reference count in PHP 4's zval

2006-01-09 Thread Alan Pinstein
It seems that the problem you're encountering could be fixed trivially by moving the initialization of $stuff into the constructor. However, it's difficult to tell from the provided code whether $stuff is intended as a static member... but if it's not, seems like a very simple fix... I

[PHP-DEV] CVS Account Request: heshi

2006-01-09 Thread he feng
- -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] 16-bit reference count in PHP 4's zval

2006-01-09 Thread Tim Starling
Alan Pinstein wrote: It seems that the problem you're encountering could be fixed trivially by moving the initialization of $stuff into the constructor. However, it's difficult to tell from the provided code whether $stuff is intended as a static member... but if it's not, seems like a

Re: [PHP-DEV] 16-bit reference count in PHP 4's zval

2006-01-09 Thread Jani Taskinen
On Tue, 10 Jan 2006, Tim Starling wrote: Upgrading to PHP 5 is certainly a reasonable solution, it's been on our wishlist for a while. We will probably drop support for PHP 4 in MediaWiki 1.6 or 1.7, so that we can take advantage of the new features. Upgrading We've used MediaWiki at work

[PHP-DEV] RE: Third party object support in ZE2

2006-01-09 Thread Dmitry Stogov
Hi Steph, -Original Message- From: Steph Fox [mailto:[EMAIL PROTECTED] Sent: Monday, January 09, 2006 9:50 PM To: Dmitry Stogov Cc: Andrei; internals Subject: Third party object support in ZE2 Hi Dmitry, I gave up on IM now, it's too slow :) Coming from the PHP-GTK