[PHP-DEV] Bug #14819 Updated: str_replace used with serialize

2002-01-09 Thread voltaic
ID: 14819 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Strings related Operating System: Linux PHP Version: 4.0.5 New Comment: I'm truly sorry. I found that the error was in the database library I was using to take the serialized s

[PHP-DEV] Bug #14819 Updated: str_replace used with serialize

2002-01-04 Thread voltaic
ID: 14819 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Feedback Status: Open Bug Type: Strings related Operating System: Linux Old PHP Version: 4.0.6 PHP Version: 4.0.5 New Comment: Here are my configuration options: './configure' '--prefix=/usr/local' '--with

[PHP-DEV] Bug #14819: str_replace used with serialize

2002-01-02 Thread voltaic
From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Strings related Bug description: str_replace used with serialize Two lines like this: $myarray[ 2 ] = str_replace( "'", "", $mystring ); $myserial = serialize( $myarray ); produce a seriali

[PHP-DEV] Bug #14215: str_replace feature request

2001-11-24 Thread voltaic
From: [EMAIL PROTECTED] Operating system: any/all PHP version: 4.0.6 PHP Bug Type: Feature/Change Request Bug description: str_replace feature request It would be cool to have a case-insensitive version of str_replace, perhaps called stri_replace. It would be similar to how