Changeset 210

Show
Ignore:
Timestamp:
05/15/06 01:42:51 (2 years ago)
Author:
bart
Message:

Forgot to remove some debug messages for the filter bug.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/ChangeLog

    r209 r210  
     12006-05-14  Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 
     2 
     3        * Forgot to remove some debug messages for the filter bug. 
     4 
    152006-05-08  Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 
    26 
  • eaccelerator/trunk/eaccelerator.c

    r209 r210  
    836836  q = p->c_head; 
    837837  while (q != NULL) { 
    838 #ifdef ZEND_ENGINE_2 
    839       q->fc = store_class_entry ((zend_class_entry *) q->fc TSRMLS_CC);  // hra: exactly the same?! 
    840 #else 
    841838      q->fc = store_class_entry ((zend_class_entry *) q->fc TSRMLS_CC); 
    842 #endif 
    843839      q = q->next; 
    844840  } 
     
    10291025  mm_cond_entry *p; 
    10301026  int ok; 
    1031 fprintf(stderr, "Going to inspect %s\n", realname);fflush(stderr); 
    10321027  if (EAG(cond_list) == NULL) { 
    10331028    return 1;