Changeset 425 for trunk/xcache.c

Show
Ignore:
Timestamp:
06/21/2007 04:37:29 PM (17 months ago)
Author:
moo
Message:

merged [423] from b1.2: fixed #101, #105: Fixed compatibility issue for apache 1.x

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svnmerge-integrated changed from /branches/1.2:1-324,328,334,339,354,358,380 to /branches/1.2:1-324,328,334,339,354,358,380,423
  • trunk/xcache.c

    r416 r425  
    28802880    } 
    28812881    UNREGISTER_INI_ENTRIES(); 
     2882 
     2883    xc_module_gotup = 0; 
     2884    xc_zend_extension_gotup = 0; 
     2885    xc_zend_extension_faked = 0; 
     2886 
    28822887    return SUCCESS; 
    28832888}