Date: 06/26/98
- Next message: philip <email protected>: "[PHP-DEV] Bug #485: ereg_replace and Linefeeds"
- Previous message: shane: "[PHP-DEV] CVS update: php31/main"
- Next in thread: shane: "[PHP-DEV] CVS update: php31/sapi"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Friday June 26, 1998 @ 18:05
Author: shane
Update of /repository/php31/sapi
In directory asf:/tmp/cvs-serv10930/sapi
Modified Files:
isapi_sapi.c
Log Message:
catching loose ends.
Index: php31/sapi/isapi_sapi.c
diff -c php31/sapi/isapi_sapi.c:1.19 php31/sapi/isapi_sapi.c:1.20
*** php31/sapi/isapi_sapi.c:1.19 Fri Jun 26 16:27:34 1998
--- php31/sapi/isapi_sapi.c Fri Jun 26 18:05:49 1998
***************
*** 116,128 ****
}
void sapi_treat_headers(SAPI_GLOBAL_INCLUDE_V){
- SAPI_FUNC_VARS;
}
/* FIXME probably not used in isapi unless we buffer the page */
int sapi_flush(SAPI_GLOBAL_INCLUDE_V){
- SAPI_FUNC_VARS;
- /*fflush(stdout);*/
return SUCCESS;
}
--- 116,125 ----
***************
*** 166,188 ****
}
void sapi_log(SAPI_GLOBAL_INCLUDE char *message){
- SAPI_FUNC_VARS;
}
void sapi_block(SAPI_GLOBAL_INCLUDE_V){
- SAPI_FUNC_VARS;
}
void sapi_unblock(SAPI_GLOBAL_INCLUDE_V){
- SAPI_FUNC_VARS;
}
void sapi_reqister_cleanup(SAPI_GLOBAL_INCLUDE void *arg1, void *arg2, void *arg3){
- SAPI_FUNC_VARS;
}
void sapi_request_shutdown(SAPI_GLOBAL_INCLUDE_V){
- SAPI_FUNC_VARS;
}
int sapi_aborted(SAPI_GLOBAL_INCLUDE_V){
- SAPI_FUNC_VARS;
return 0;
}
--- 163,179 ----
- Next message: philip <email protected>: "[PHP-DEV] Bug #485: ereg_replace and Linefeeds"
- Previous message: shane: "[PHP-DEV] CVS update: php31/main"
- Next in thread: shane: "[PHP-DEV] CVS update: php31/sapi"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

