Hello Rasmus,

  well, I can compromise. In this case I rather get the messages right than
none at all. What I disagree to, is the severity level. Thus I might come up
with something that turns warnings into exceptions better than how we can do
it today, since that in place would give me what I want too.

marcus

Saturday, February 2, 2008, 12:11:07 AM, you wrote:

> Cristian Rodriguez wrote:
>> 2008/2/1, Marcus Boerger <[EMAIL PROTECTED]>:
>>>   - Fix callable/static mess, the following will now all result in a 
>>> E_STRICT
>>>     . binding a dynamic function as a static callback
>>>     . static call of a dynamic function
>>>     . is_callable() on a static binding to a dynamic function
>> 
>> 
>> Does not compile..
>> 
>> php5.3/ext/spl/php_spl.c: In function 'zif_spl_autoload_register':
>> php5.3/ext/spl/php_spl.c:423: error: too few arguments to function
>> 'zend_is_callable_ex'
>> php5.3/ext/spl/php_spl.c: In function 'zif_spl_autoload_unregister':
>> php5.3/ext/spl/php_spl.c:515: error: too few arguments to function
>> 'zend_is_callable_ex'
>> make: *** [ext/spl/php_spl.lo] Error 1

> Did you update your Zend/ directory?  It compiles fine here.

> I've been working through this one with Marcus a bit, and even though he
> fundamentally disagrees with the concept, he still wrote the code.  I
> can't say I would have done the same in his place.  So thanks, Marcus.

> -Rasmus




Best regards,
 Marcus

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to