[PHP-DEV] CVS update: php3/functions From: zeev (php-dev <email protected>)
Date: 02/28/99

Date: Sunday February 28, 1999 @ 18:00
Author: zeev

Update of /repository/php3/functions
In directory asf:/u/temp/cvs-serv13525/functions

Modified Files:
        file.c
Log Message:
* Nuke compat.h off php.h - it's a load of problems under Win32 and rarely necessary
* Rename compat.[ch] to php_compat.[ch]
* Fix numerous Win32 compile/link problems

Index: php3/functions/file.c
diff -c php3/functions/file.c:1.200 php3/functions/file.c:1.201
*** php3/functions/file.c:1.200 Sat Feb 27 11:07:51 1999
--- php3/functions/file.c Sun Feb 28 18:00:42 1999
***************
*** 26,32 ****
     | Authors: Rasmus Lerdorf <rasmus <email protected>> |
     +----------------------------------------------------------------------+
   */
! /* $Id: file.c,v 1.200 1999/02/27 16:07:51 sas Exp $ */
  #ifdef THREAD_SAFE
  #include "tls.h"
  #endif
--- 26,32 ----
     | Authors: Rasmus Lerdorf <rasmus <email protected>> |
     +----------------------------------------------------------------------+
   */
! /* $Id: file.c,v 1.201 1999/02/28 23:00:42 zeev Exp $ */
  #ifdef THREAD_SAFE
  #include "tls.h"
  #endif
***************
*** 75,80 ****
--- 75,82 ----
  #include "snprintf.h"
  #include "fsock.h"
  #include "fopen-wrappers.h"
+
+ #include "php_compat.h"
  
  #if HAVE_SYS_FILE_H
  #include <sys/file.h>

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>