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

Date: Thursday December 17, 1998 @ 11:45
Author: rasmus

Update of /repository/php3/functions
In directory asf:/home/rasmus/php3/functions

Modified Files:
        string.c
Log Message:
Forgot a convert_to_string()

Index: php3/functions/string.c
diff -c php3/functions/string.c:1.149 php3/functions/string.c:1.150
*** php3/functions/string.c:1.149 Thu Dec 17 11:22:08 1998
--- php3/functions/string.c Thu Dec 17 11:45:55 1998
***************
*** 30,36 ****
   */
  
  
! /* $Id: string.c,v 1.149 1998/12/17 16:22:08 rasmus Exp $ */
  #ifdef THREAD_SAFE
  #include "tls.h"
  #endif
--- 30,36 ----
   */
  
  
! /* $Id: string.c,v 1.150 1998/12/17 16:45:55 rasmus Exp $ */
  #ifdef THREAD_SAFE
  #include "tls.h"
  #endif
***************
*** 1368,1373 ****
--- 1368,1374 ----
          }
          
          convert_to_string(chr);
+ convert_to_string(replace);
          convert_to_string(str);
          
          _php3_char_to_str(str->value.str.val,str->value.str.len,chr->value.str.val[0],replace->value.str.val, replace->value.str.len ,return_value);

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