Re: [PHP] Re: str_replace() problem in PHP5 - RESOLVED

2004-08-05 Thread Jon Bertsch
Justin, We are using apache 1.3.31 ( From the original post "production server to php5.0.0 running on apache 1.3.31 on SUSE9.1") Jon Bertsch -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: str_replace() problem in PHP5 - RESOLVED

2004-08-05 Thread Justin Patrin
On Thu, 05 Aug 2004 07:21:35 -0700, Jon Bertsch <[EMAIL PROTECTED]> wrote: > Curt and Justin, > > Thanks for the ideas. I resolved this by removing the str_replace() call > from within a function that I was calling and running it in-line in the > code. Since the html string was less than 500 char

[PHP] Re: str_replace() problem in PHP5 - RESOLVED

2004-08-05 Thread Jon Bertsch
Curt and Justin, Thanks for the ideas. I resolved this by removing the str_replace() call from within a function that I was calling and running it in-line in the code. Since the html string was less than 500 char it seems unlikely that it was memory but that's also about the only thing that woul