On 28.12.2005 02:12, Marcus Boerger wrote:
Hello Antony,

  that looks pretty wrong (actually was wrong before already). The code
should read:
  if (zend_call_function(&fci, &fci_cache TSRMLS_CC) != SUCCESS || !result) {
or like this:
  if (zend_call_function(&fci, &fci_cache TSRMLS_CC) == FAILURE || !result) {

Ah, yeah.. thanks for noticing it.

--
Wbr, Antony Dovgal

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

Reply via email to