Date: 12/17/98
- Next message: bam <email protected>: "[PHP-DEV] Bug #994: gmmktime() doesn't return proper data"
- Previous message: Stig Bakken: "Re: [PHP-DEV] WebDAV"
- Next in thread: nyenyon: "[PHP-DEV] CVS update: php3/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: bam <email protected>: "[PHP-DEV] Bug #994: gmmktime() doesn't return proper data"
- Previous message: Stig Bakken: "Re: [PHP-DEV] WebDAV"
- Next in thread: nyenyon: "[PHP-DEV] CVS update: php3/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

