RE: [PHP] Re: WYSIWYG editor to change textarea

2009-09-28 Thread HallMarc Websites
ieve that they were attempting to "Dummy Proof" it and in doing so made it frustrating to use unless, you learn how to use it the it was meant to be used and not how you expect it. Thank you, Marc Hall HallMarc Websites 610.446.3346 __ Information from ESET Smart Security, version of virus signature database 4465 (20090928) __ The message was checked by ESET Smart Security. http://www.eset.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Where's my memory going?!

2009-09-28 Thread jeff brown
Yes, that's the best way to clean up after yourself. And you really should use that on anything you have sitting around daemon like. Jeff Philip Thompson wrote: On Sep 28, 2009, at 4:27 PM, Ralph Deffke wrote: well this sound clearly to me like you are not freeing resultsets you are not goi

Re: [PHP] Re: Where's my memory going?!

2009-09-28 Thread Philip Thompson
On Sep 28, 2009, at 4:27 PM, Ralph Deffke wrote: well this sound clearly to me like you are not freeing resultsets you are not going to use anymore. In long scripts you have to take care of this. on short scripts you can be a bit weak on that, because the resultsets are closed and freed on

Re: [PHP] Where's my memory going?!

2009-09-28 Thread Philip Thompson
On Sep 28, 2009, at 4:18 PM, Jim Lucas wrote: Philip Thompson wrote: Hi all. I have a script that opens a socket, creates a persistent mysql connection, and loops to receive data. When the amount of specified data has been received, it calls a class which processes the data and inserts it

[PHP] Re: Where's my memory going?!

2009-09-28 Thread Ralph Deffke
well this sound clearly to me like you are not freeing resultsets you are not going to use anymore. In long scripts you have to take care of this. on short scripts you can be a bit weak on that, because the resultsets are closed and freed on script ending. assumed u r using MySQL are u using my

[PHP] Re: WYSIWYG editor to change textarea

2009-09-28 Thread Ralph Deffke
I can recomment the YAHOO editor for that. seemed to me they are very conflictless with other js code http://developer.yahoo.com/yui/editor/ good luck ralph_def...@yahoo.de ""Angelo Zanetti"" wrote in message news:20090928203015.0512b99...@smtp1.vodamail.co.za... > Hi all, > > I have been look

Re: [PHP] Where's my memory going?!

2009-09-28 Thread Jim Lucas
Philip Thompson wrote: > Hi all. > > I have a script that opens a socket, creates a persistent mysql > connection, and loops to receive data. When the amount of specified data > has been received, it calls a class which processes the data and inserts > it into the database. Each iteration, I unset

[PHP] Where's my memory going?!

2009-09-28 Thread Philip Thompson
Hi all. I have a script that opens a socket, creates a persistent mysql connection, and loops to receive data. When the amount of specified data has been received, it calls a class which processes the data and inserts it into the database. Each iteration, I unset/destruct that class I cal

Re: [PHP] WYSIWYG editor to change textarea

2009-09-28 Thread Ashley Sheridan
On Mon, 2009-09-28 at 22:30 +0200, Angelo Zanetti wrote: > Hi all, > > I have been looking to implement a WYSIWYG editor that will automatically > transform a into a Rich text area / WYSIWYG. We have lots of > dynamic content that is pulled from a database and files. Therefore we cant > really c

[PHP] WYSIWYG editor to change textarea

2009-09-28 Thread Angelo Zanetti
Hi all, I have been looking to implement a WYSIWYG editor that will automatically transform a into a Rich text area / WYSIWYG. We have lots of dynamic content that is pulled from a database and files. Therefore we cant really change the field. I have tried the tinyMCE but its causing conflicts

Re: [PHP] intl extension on os x

2009-09-28 Thread Tom Worster
On 9/28/09 2:41 AM, "Tommy Pham" wrote: > - Original Message >> From: Tom Worster >> To: PHP General List >> Sent: Sunday, September 27, 2009 5:34:45 PM >> Subject: [PHP] intl extension on os x >> >> does anyone know how to install intl on os x 10.5? >> >> it seems a libicu binary is

[PHP] DateTime/DateInterval/DatePeriod Class PHP source for older than PHP 5.3.0

2009-09-28 Thread jeff brown
So I'm jealous, the functionality in the DateTime class, DateInterval class and DatePeriod class are exactly what I need in my current application, but my Host is on PHP 5.2.10, which has a partial DateTime class, but not the others. I'd like to add a: --

Re: [PHP] Text similarity

2009-09-28 Thread Tom Worster
On 9/28/09 7:07 AM, "Merlin Morgenstern" wrote: > > > Ashley Sheridan wrote: >> On Mon, 2009-09-28 at 12:27 +0200, Merlin Morgenstern wrote: >>> Hi there, >>> >>> I am trying to find out similarity between 2 strings. Somehow the >>> similar_text function returns 33% similarity on strings that

Re: [PHP] Text similarity

2009-09-28 Thread Ashley Sheridan
On Mon, 2009-09-28 at 13:07 +0200, Merlin Morgenstern wrote: > > Ashley Sheridan wrote: > > On Mon, 2009-09-28 at 12:27 +0200, Merlin Morgenstern wrote: > >> Hi there, > >> > >> I am trying to find out similarity between 2 strings. Somehow the > >> similar_text function returns 33% similarity on

Re: [PHP] Text similarity

2009-09-28 Thread Merlin Morgenstern
Ashley Sheridan wrote: On Mon, 2009-09-28 at 12:27 +0200, Merlin Morgenstern wrote: Hi there, I am trying to find out similarity between 2 strings. Somehow the similar_text function returns 33% similarity on strings that are not even close and on the other hand it returns 21% on strings tha

[PHP] Re: Bad impact of memory_limit set to -1 ?

2009-09-28 Thread Manuel Vacelet
On Fri, Sep 25, 2009 at 2:18 PM, Manuel Vacelet wrote: > Hi all, > > I fighting with SoapServer to be able to upload large file base64 encoded. > Every so often I get memory exhausted error messages and > memory_get_usage() tells me that my script starts with more than 250MB > allocated (for a soa

Re: [PHP] Text similarity

2009-09-28 Thread Ashley Sheridan
On Mon, 2009-09-28 at 12:27 +0200, Merlin Morgenstern wrote: > Hi there, > > I am trying to find out similarity between 2 strings. Somehow the > similar_text function returns 33% similarity on strings that are not > even close and on the other hand it returns 21% on strings that have a > matchi

[PHP] Text similarity

2009-09-28 Thread Merlin Morgenstern
Hi there, I am trying to find out similarity between 2 strings. Somehow the similar_text function returns 33% similarity on strings that are not even close and on the other hand it returns 21% on strings that have a matching word. E.G: 'gemütliche sofas' Wohngemeinschaften - similarity: 33

Re: [PHP] Issue of upgrading from to 5.x

2009-09-28 Thread Lars Torben Wilson
Chris Streatfield wrote: Here's a little problem I'm just discovering. The issue has been brought to my attention by a couple of my clients when their mail() replies were suddenly turning up with zero variable content. I have several html/php contact/subscribe forms which return a mail reply