Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44164 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20245 invoked from network); 4 Jun 2009 22:04:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Jun 2009 22:04:21 -0000 X-Host-Fingerprint: 24.247.219.180 24-247-219-180.dhcp.cdwr.mi.charter.com Received: from [24.247.219.180] ([24.247.219.180:20658] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4F/44-44672-3E4482A4 for ; Thu, 04 Jun 2009 18:04:20 -0400 Message-ID: <4F.44.44672.3E4482A4@pb1.pair.com> To: internals@lists.php.net Date: Thu, 04 Jun 2009 17:58:52 -0400 User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 References: <4A283648.60101@lsces.co.uk> In-Reply-To: <4A283648.60101@lsces.co.uk> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Posted-By: 24.247.219.180 Subject: Re: split and strftime on PHP5.3 From: auroraeosrose@gmail.com (Elizabeth M Smith) Lester Caine wrote: > OK now that I have a working PHP5.3 set-up, the first problem seems to > be fixing the libraries we use so they are clean. > > 1/ > Split() needs looking at in ADOdb and Smarty ... > Where should I be looking for notes on that? > POSIX ereg stuff is now deprecated see preg_split, explode, str_split as replacements see manual Thanks, Elizabeth