[PHP-DEV] CVS update: php31/sapi From: shane (php-dev <email protected>)
Date: 05/31/98

Date: Sunday May 31, 1998 @ 18:48
Author: shane

Update of /repository/php31/sapi
In directory asf:/tmp/cvs-serv1132/sapi

Modified Files:
        isapi_sapi.c sapi.h
Log Message:
A couple minor fixes to get things back to right with thread safe version.

Index: php31/sapi/isapi_sapi.c
diff -c php31/sapi/isapi_sapi.c:1.7 php31/sapi/isapi_sapi.c:1.8
*** php31/sapi/isapi_sapi.c:1.7 Sun May 31 15:44:06 1998
--- php31/sapi/isapi_sapi.c Sun May 31 18:48:07 1998
***************
*** 290,296 ****
          sapi_info->aborted=0;
  
          sapi_info->puts=sapi_puts;
! sapi_info->putc=sapi_putc;
          sapi_info->getenv=sapi_getenv;
          sapi_info->writeclient=sapi_writeclient;
          sapi_info->flush=sapi_flush;
--- 290,296 ----
          sapi_info->aborted=0;
  
          sapi_info->puts=sapi_puts;
! sapi_info->sputc=sapi_putc;
          sapi_info->getenv=sapi_getenv;
          sapi_info->writeclient=sapi_writeclient;
          sapi_info->flush=sapi_flush;
Index: php31/sapi/sapi.h
diff -c php31/sapi/sapi.h:1.6 php31/sapi/sapi.h:1.7
*** php31/sapi/sapi.h:1.6 Sun May 31 18:10:53 1998
--- php31/sapi/sapi.h Sun May 31 18:48:07 1998
***************
*** 55,61 ****
          void (*sputc)(SAPI_GLOBAL_INCLUDE char);
          char *(*getenv)(SAPI_GLOBAL_INCLUDE char *);
          int (*writeclient)(SAPI_GLOBAL_INCLUDE char *, int);
! void (*flush)(SAPI_GLOBAL_INCLUDE); /*flush writes to client*/
          void (*log)(SAPI_GLOBAL_INCLUDE char *); /*use server error log*/
  
          /* signal and thread functions */
--- 55,61 ----
          void (*sputc)(SAPI_GLOBAL_INCLUDE char);
          char *(*getenv)(SAPI_GLOBAL_INCLUDE char *);
          int (*writeclient)(SAPI_GLOBAL_INCLUDE char *, int);
! void (*flush)(SAPI_GLOBAL_INCLUDE_V); /*flush writes to client*/
          void (*log)(SAPI_GLOBAL_INCLUDE char *); /*use server error log*/
  
          /* signal and thread functions */