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 P
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
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
-
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
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 d
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, forc
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
does
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 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)
===