Changeset 210
- Timestamp:
- 05/15/06 01:42:51 (2 years ago)
- Files:
-
- eaccelerator/trunk/ChangeLog (modified) (1 diff)
- eaccelerator/trunk/eaccelerator.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/ChangeLog
r209 r210 1 2006-05-14 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 2 3 * Forgot to remove some debug messages for the filter bug. 4 1 5 2006-05-08 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 2 6 eaccelerator/trunk/eaccelerator.c
r209 r210 836 836 q = p->c_head; 837 837 while (q != NULL) { 838 #ifdef ZEND_ENGINE_2839 q->fc = store_class_entry ((zend_class_entry *) q->fc TSRMLS_CC); // hra: exactly the same?!840 #else841 838 q->fc = store_class_entry ((zend_class_entry *) q->fc TSRMLS_CC); 842 #endif843 839 q = q->next; 844 840 } … … 1029 1025 mm_cond_entry *p; 1030 1026 int ok; 1031 fprintf(stderr, "Going to inspect %s\n", realname);fflush(stderr);1032 1027 if (EAG(cond_list) == NULL) { 1033 1028 return 1;