dgaudet     97/11/28 22:01:14

  Modified:    src/main http_config.h
  Log:
  notes from helping Rasmus with his php problem
  
  Revision  Changes    Path
  1.56      +5 -0      apachen/src/main/http_config.h
  
  Index: http_config.h
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/main/http_config.h,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- http_config.h     1997/10/28 22:38:46     1.55
  +++ http_config.h     1997/11/29 06:01:13     1.56
  @@ -175,6 +175,11 @@
   
       struct module_struct *next;
   
  +    /* init() occurs after config parsing, but before any children are
  +     * forked.
  +     * Modules should not rely on the order in which create_server_config
  +     * and create_dir_config are called.
  +     */
   #ifdef ULTRIX_BRAIN_DEATH
       void (*init) ();
       void *(*create_dir_config) ();
  
  
  

Reply via email to