On 20.04.2008 19:21, Hannes Magnusson wrote:
 +       if (!zend_is_callable(tick_fe.arguments[0], 0, &function_name)) {
 +         efree(tick_fe.arguments);
 +         php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid shutdown callback 
'%s' passed", function_name);

Copy&paste typo? (shouldn't it say "Invalid tick callback?")

 +         efree(function_name);
 +         RETURN_FALSE;
 +       }
 +

There is also a problem with WS.

--
Wbr, Antony Dovgal

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to