http://bugs.php.net/bug.php?id=42637
I've posted a fix to this bug that is working in our test environment.
It doesn't seem as if any committers have looked at this yet, can
someone please comment?
--
Bill Moran
Collaborative Fusion Inc.
http://people.collaborativefusion.com/~wmoran/
[EMAIL PR
Sorry to persist with this, but I think it could be really useful to
clarify the meaning of static:: outside of method bodies...
particularly since parent:: and self:: can already behave very
strangely in such scenarios (see
http://news.php.net/php.internals/32443 ).
For example, I find the follow
Hi,
On Fri, 2007-09-28 at 13:21 +0200, Michael Wallner wrote:
> alon wrote:
> > A newbie question:
> >
> > How can I use zend_parse_parameters to accept object of an external class
> > as
> > parametr.
> >
> > I want for example to build a method that accepts 'DateTime' objects.
>
> > But how
nlopess Fri Sep 14 15:28:04 2007 UTC
Log:
changes to run-tests.php:
- change %s to %a
- make %s = [^\r\n]+
- fix tests accordingly
I think this is a very bad change. While tests of bundled extensions
can be updated accordingly, pecl extension tests have no way to be
version agnostic
Ilia Alshanetsky wrote:
> I am a biased party here, so take this with a grain of salt ;-)
>
> First of all, I definitely think we need 2 release masters, for 5.X tree
> given that there will be two active branches, at least for the next few
> months, there is simply too much work for one person to
alon wrote:
> A newbie question:
>
> How can I use zend_parse_parameters to accept object of an external class as
> parametr.
>
> I want for example to build a method that accepts 'DateTime' objects.
> But how do I initiate the zend_class_entry to specify an object of the
> DateTime class?
Th
Since I already stated that I am only interested in the part of the job
that does not require php-src karma, I am probably not a good fit. I
would definitely change the job scope. As such I think Johannes is then
still the best option for this delayed take over because he can take the
full job
A newbie question:
How can I use zend_parse_parameters to accept object of an external class as
parametr.
I want for example to build a method that accepts 'DateTime' objects. I know
that the syntax of zend_parse_parameters is something like:
zval *obj;
zend_class_entry ce;
if (zend_parse_para
Michael Wallner wrote:
Nuno Lopes wrote:
nlopess Fri Sep 14 15:28:04 2007 UTC
Log:
changes to run-tests.php:
- change %s to %a
- make %s = [^\r\n]+
- fix tests accordingly
I think this is a very bad change. While tests of bundled extensions
can be updated
Nuno Lopes wrote:
> nlopess Fri Sep 14 15:28:04 2007 UTC
> Log:
> changes to run-tests.php:
> - change %s to %a
> - make %s = [^\r\n]+
> - fix tests accordingly
I think this is a very bad change. While tests of bundled extensions
can be updated accordingly, pecl extension
10 matches
Mail list logo