[PHP-DEV] CVS update: php3 From: shane (php-dev <email protected>)
Date: 12/28/98

Date: Monday December 28, 1998 @ 14:01
Author: shane

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

Modified Files:
        fopen-wrappers.c
Log Message:
minor compile updates

Index: php3/fopen-wrappers.c
diff -c php3/fopen-wrappers.c:1.52 php3/fopen-wrappers.c:1.53
*** php3/fopen-wrappers.c:1.52 Mon Dec 7 11:14:12 1998
--- php3/fopen-wrappers.c Mon Dec 28 14:01:36 1998
***************
*** 27,33 ****
     | Jim Winstead <jimw <email protected>> |
     +----------------------------------------------------------------------+
   */
! /* $Id: fopen-wrappers.c,v 1.52 1998/12/07 16:14:12 shane Exp $ */
  
  #ifdef THREAD_SAFE
  #include "tls.h"
--- 27,33 ----
     | Jim Winstead <jimw <email protected>> |
     +----------------------------------------------------------------------+
   */
! /* $Id: fopen-wrappers.c,v 1.53 1998/12/28 19:01:36 shane Exp $ */
  
  #ifdef THREAD_SAFE
  #include "tls.h"
***************
*** 180,185 ****
--- 180,187 ----
  PHPAPI FILE *php3_fopen_wrapper(char *path, char *mode, int options, int *issock, int *socketd)
  {
          int cm=2; /* checkuid mode: 2 = if file does not exist, check directory */
+ /* FIXME Lets not get in the habit of doing stuff like this. This should
+ be runtime enabled, NOT compile time. */
  #if PHP3_URL_FOPEN
          if (!(options & IGNORE_URL)) {
                  return php3_fopen_url_wrapper(path, mode, options, issock, socketd);

--
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>