[PHP-DEV] CVS update: php31/main From: shane (php-dev <email protected>)
Date: 05/31/98

Date: Sunday May 31, 1998 @ 19:21
Author: shane

Update of /repository/php31/main
In directory asf:/tmp/cvs-serv1571/main

Modified Files:
        hash.c
Log Message:
fix cgi file opening

Index: php31/main/hash.c
diff -c php31/main/hash.c:1.2 php31/main/hash.c:1.3
*** php31/main/hash.c:1.2 Sun May 31 15:43:59 1998
--- php31/main/hash.c Sun May 31 19:21:15 1998
***************
*** 29,35 ****
   */
  
  
! /* $Id: hash.c,v 1.2 1998/05/31 19:43:59 shane Exp $ */
  #ifdef THREAD_SAFE
  #include "tls.h"
  #endif
--- 29,35 ----
   */
  
  
! /* $Id: hash.c,v 1.3 1998/05/31 23:21:15 shane Exp $ */
  #ifdef THREAD_SAFE
  #include "tls.h"
  #endif
***************
*** 133,141 ****
  {
          uint h, nIndex;
          Bucket *p;
- #if DEBUG
          TLS_VARS;
- #endif
  
          if (nKeyLength <= 0) {
  #if DEBUG
--- 133,139 ----
***************
*** 231,239 ****
  {
          uint nIndex;
          Bucket *p;
- #if DEBUG
          TLS_VARS;
- #endif
  
          if (flag == HASH_NEXT_INSERT) {
                  h = ht->nNextFreeElement;
--- 229,235 ----
***************
*** 317,325 ****
  {
          uint h, nIndex;
          Bucket *p;
- #if DEBUG
          TLS_VARS;
- #endif
  
  
          if (nKeyLength <= 0) {
--- 313,319 ----
***************
*** 403,411 ****
  {
          uint nIndex;
          Bucket *p;
- #if DEBUG
          TLS_VARS;
- #endif
  
          if (flag == HASH_NEXT_INSERT) {
                  h = ht->nNextFreeElement;
--- 397,403 ----