Show
Ignore:
Timestamp:
08/06/06 22:44:23 (2 years ago)
Author:
bart
Message:

* Fix stupid bug (#159)
* Handle returning null instead of array (#156)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/branches/0.9.5/ea_info.c

    r261 r264  
    498498PHP_FUNCTION(eaccelerator_list_keys) 
    499499{ 
    500         if (eaccelerator_mm_instance == NULL && eaccelerator_list_keys(return_value TSRMLS_CC)) { 
     500        if (eaccelerator_mm_instance != NULL && eaccelerator_list_keys(return_value TSRMLS_CC)) { 
    501501                return; 
    502502        } else {