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

Date: Monday December 7, 1998 @ 11:14
Author: shane

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

Modified Files:
        pack.c
Log Message:
make fopen for parser use windows style path from doc_root.

Index: php3/functions/pack.c
diff -c php3/functions/pack.c:1.20 php3/functions/pack.c:1.21
*** php3/functions/pack.c:1.20 Thu Nov 26 12:47:37 1998
--- php3/functions/pack.c Mon Dec 7 11:14:13 1998
***************
*** 26,32 ****
     | Authors: Chris Schneider <cschneid <email protected>> |
     +----------------------------------------------------------------------+
   */
! /* $Id: pack.c,v 1.20 1998/11/26 17:47:37 rasmus Exp $ */
  #ifdef THREAD_SAFE
  #include "tls.h"
  #endif
--- 26,32 ----
     | Authors: Chris Schneider <cschneid <email protected>> |
     +----------------------------------------------------------------------+
   */
! /* $Id: pack.c,v 1.21 1998/12/07 16:14:13 shane Exp $ */
  #ifdef THREAD_SAFE
  #include "tls.h"
  #endif
***************
*** 850,855 ****
--- 850,856 ----
          else {
                  pval val;
                  int size = sizeof(val.value.lval);
+ val.value.lval=0; /*silence a warning*/
  
                  /* Where to get hi to lo bytes from */
                  byte_map[0] = size - 1;

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