Date: 05/31/98
- Next message: rasmus: "[PHP-DEV] CVS update: php3"
- Previous message: shane: "[PHP-DEV] CVS update: php31/main"
- Next in thread: rasmus: "[PHP-DEV] CVS update: php31/main"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sunday May 31, 1998 @ 16:51
Author: shane
Update of /repository/php31/main
In directory asf:/tmp/cvs-serv28924/main
Modified Files:
internal_functions.c
Log Message:
some cleanup
Index: php31/main/internal_functions.c
diff -c php31/main/internal_functions.c:1.5 php31/main/internal_functions.c:1.6
*** php31/main/internal_functions.c:1.5 Sun May 31 16:47:10 1998
--- php31/main/internal_functions.c Sun May 31 16:51:38 1998
***************
*** 29,43 ****
*/
! /* $Id: internal_functions.c,v 1.5 1998/05/31 20:47:10 shane Exp $ */
#ifdef THREAD_SAFE
#include "tls.h"
#endif
#include "php.h"
- #ifndef MSVC5
- #endif
#include "internal_functions.h"
#include "php3_list.h"
#include "modules.h"
--- 29,41 ----
*/
! /* $Id: internal_functions.c,v 1.6 1998/05/31 20:51:38 shane Exp $ */
#ifdef THREAD_SAFE
#include "tls.h"
#endif
#include "php.h"
#include "internal_functions.h"
#include "php3_list.h"
#include "modules.h"
***************
*** 87,101 ****
#include "ext/zlib/php3_zlib.h"
#ifndef THREAD_SAFE
- extern php3_ini_structure php3_ini;
- #endif
- extern php3_ini_structure php3_ini_master;
-
- #ifndef THREAD_SAFE
HashTable list_destructors,module_registry;
static int module_count;
int current_module_being_cleaned;
#endif
/* defines imported from internal_functions_registry.h */
extern int php3_init_mime(INIT_FUNC_ARGS);
--- 85,96 ----
#include "ext/zlib/php3_zlib.h"
#ifndef THREAD_SAFE
HashTable list_destructors,module_registry;
static int module_count;
int current_module_being_cleaned;
+ extern php3_ini_structure php3_ini;
#endif
+ extern php3_ini_structure php3_ini_master;
/* defines imported from internal_functions_registry.h */
extern int php3_init_mime(INIT_FUNC_ARGS);
- Next message: rasmus: "[PHP-DEV] CVS update: php3"
- Previous message: shane: "[PHP-DEV] CVS update: php31/main"
- Next in thread: rasmus: "[PHP-DEV] CVS update: php31/main"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

