Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:1590 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64239 invoked by uid 1007); 16 May 2003 17:26:17 -0000 Message-ID: <20030516172617.64238.qmail@pb1.pair.com> To: internals@lists.php.net Reply-To: Date: Fri, 16 May 2003 10:24:48 -0700 Lines: 10 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Posted-By: 64.142.6.230 Subject: Bug 23654: str_replace doesn't handle multidimensional arrays From: pollita@php.net I've got fixes for str_replace to let it handle multidimensional arrays, but I'm not sure if it should be applied to the 4.3 branch or not. On the one hand it changes function behavior so it shouldn't be applied in stable. On the other hand, current behavior is ugly and wrong so it should be fixed.. Thoughts? -Sara