[PHP-DEV] CVS update: php3/functions From: steffann (php-dev <email protected>)
Date: 07/31/98

Date: Friday July 31, 1998 @ 9:52
Author: steffann

Update of /repository/php3/functions
In directory asf:/tmp/cvs-serv25857/functions

Modified Files:
        db.c dbase.c filepro.c
Log Message:
Sorry! db.c dbase.c filepro.c corrected

Index: php3/functions/db.c
diff -c php3/functions/db.c:1.74 php3/functions/db.c:1.75
*** php3/functions/db.c:1.74 Thu Jul 30 18:14:32 1998
--- php3/functions/db.c Fri Jul 31 09:52:40 1998
***************
*** 28,34 ****
     +----------------------------------------------------------------------+
   */
  
! /* $Id: db.c,v 1.74 1998/07/30 22:14:32 steffann Exp $ */
  #if COMPILE_DL
  #include "dl/phpdl.h"
  #endif
--- 28,34 ----
     +----------------------------------------------------------------------+
   */
  
! /* $Id: db.c,v 1.75 1998/07/31 13:52:40 steffann Exp $ */
  #if COMPILE_DL
  #include "dl/phpdl.h"
  #endif
***************
*** 37,43 ****
  #include "internal_functions.h"
  #include "php3_list.h"
  #include "safe_mode.h"
! #include "fopen_wrappers.h"
  
  #include <stdlib.h>
  #include <string.h>
--- 37,43 ----
  #include "internal_functions.h"
  #include "php3_list.h"
  #include "safe_mode.h"
! #include "fopen-wrappers.h"
  
  #include <stdlib.h>
  #include <string.h>
Index: php3/functions/dbase.c
diff -c php3/functions/dbase.c:1.61 php3/functions/dbase.c:1.62
*** php3/functions/dbase.c:1.61 Thu Jul 30 18:14:32 1998
--- php3/functions/dbase.c Fri Jul 31 09:52:40 1998
***************
*** 39,45 ****
  #include "internal_functions.h"
  #include "php3_list.h"
  #include "safe_mode.h"
! #include "fopen_wrappers.h"
  
  #if DBASE
  #include "../dbase/dbf.h"
--- 39,45 ----
  #include "internal_functions.h"
  #include "php3_list.h"
  #include "safe_mode.h"
! #include "fopen-wrappers.h"
  
  #if DBASE
  #include "../dbase/dbf.h"
Index: php3/functions/filepro.c
diff -c php3/functions/filepro.c:1.30 php3/functions/filepro.c:1.31
*** php3/functions/filepro.c:1.30 Thu Jul 30 18:14:33 1998
--- php3/functions/filepro.c Fri Jul 31 09:52:40 1998
***************
*** 39,45 ****
  #include "php.h"
  #include "internal_functions.h"
  #include "safe_mode.h"
! #include "fopen_wrappers.h"
  #include <string.h>
  #if MSVC5
  #include <windows.h>
--- 39,45 ----
  #include "php.h"
  #include "internal_functions.h"
  #include "safe_mode.h"
! #include "fopen-wrappers.h"
  #include <string.h>
  #if MSVC5
  #include <windows.h>