Date: 06/26/98
- Next message: shane: "[PHP-DEV] CVS update: php31/main"
- Previous message: rasmus: "[PHP-DEV] CVS update: php31/ext/standard"
- Next in thread: shane: "[PHP-DEV] CVS update: php31/main"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Friday June 26, 1998 @ 18:02
Author: rasmus
Update of /repository/php31/main
In directory asf:/tmp/cvs-serv10869/main
Modified Files:
fopen-wrappers.c
Log Message:
Thought I committed these earlier - guess not. Just some unsigned char/
signed char warning fixes
Index: php31/main/fopen-wrappers.c
diff -c php31/main/fopen-wrappers.c:1.10 php31/main/fopen-wrappers.c:1.11
*** php31/main/fopen-wrappers.c:1.10 Fri Jun 26 12:53:24 1998
--- php31/main/fopen-wrappers.c Fri Jun 26 18:02:14 1998
***************
*** 27,33 ****
| Jim Winstead <jimw <email protected>> |
+----------------------------------------------------------------------+
*/
! /* $Id: fopen-wrappers.c,v 1.10 1998/06/26 16:53:24 zeev Exp $ */
#ifdef THREAD_SAFE
#include "tls.h"
--- 27,33 ----
| Jim Winstead <jimw <email protected>> |
+----------------------------------------------------------------------+
*/
! /* $Id: fopen-wrappers.c,v 1.11 1998/06/26 22:02:14 rasmus Exp $ */
#ifdef THREAD_SAFE
#include "tls.h"
***************
*** 321,327 ****
{
url *resource;
int result;
! char *scratch, *tmp;
char tmp_line[256];
char location[256];
--- 321,328 ----
{
url *resource;
int result;
! char *scratch;
! unsigned char *tmp;
char tmp_line[256];
char location[256];
- Next message: shane: "[PHP-DEV] CVS update: php31/main"
- Previous message: rasmus: "[PHP-DEV] CVS update: php31/ext/standard"
- Next in thread: shane: "[PHP-DEV] CVS update: php31/main"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

