RE: [PHP] Imagick installation issue

2008-06-07 Thread BornPlayDie
Yes, I forgot to mention, I did restart apache. Date: Sat, 7 Jun 2008 20:21:26 -0400 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [PHP] Imagick installation issue CC: php-general@lists.php.net On 6/7/08, BornPlayDie <[EMAIL PROTECTED]> wrote: I am trying to install ImageMagick

Re: [PHP] Imagick installation issue

2008-06-07 Thread Bastien Koert
On 6/7/08, BornPlayDie <[EMAIL PROTECTED]> wrote: > > > I am trying to install ImageMagick and Imagick on my server. I am running > the following... > > Apache version >1.3.37 (Unix) > PHP version >5.2.1 > > I have installed the following... > > ImageMagick 6.4.1 > I

[PHP] Imagick installation issue

2008-06-07 Thread BornPlayDie
I am trying to install ImageMagick and Imagick on my server. I am running the following... Apache version 1.3.37 (Unix) PHP version 5.2.1 I have installed the following... ImageMagick 6.4.1 Imagick 2.1.1 I ran the convert logo test for ImageMagick and it works

Re: [PHP] spaces - not sure if this is a preg_match issue or a regexp issue

2008-06-07 Thread Bastien Koert
On 6/7/08, Runar Olsen <[EMAIL PROTECTED]> wrote: > > Hi, > >> I'm working on a script to look for a UUEncoded attachment in an NNTP >> message. I'm running into problems with spaces in the filename of the >> attachment. >> UUEncoded files in the body of a message will start with the word "begin",

Re: [PHP] Dynamic form changes without refresh

2008-06-07 Thread Nitsan Bin-Nun
Try to pull this algorithm into a function, then add it to the onLoad attribute of your body element, so on the each load it call the function which calls it self each X seconds interval (use the functions mentioned by Todd) On 05/06/2008, Mayer, Jonathan <[EMAIL PROTECTED]> wrote: > > Hiya all, >

Re: [PHP] WSDL/SOAP/PHP5

2008-06-07 Thread Dan Joseph
On Fri, Jun 6, 2008 at 6:33 PM, Nathan Nobbe <[EMAIL PROTECTED]> wrote: > On Fri, Jun 6, 2008 at 2:53 PM, Dan Joseph <[EMAIL PROTECTED]> wrote: > >> Hi Everyone, >> >> I'm struggling with a WSDL trying to make it work right. I don't even >> know >> what to really ask. >> >> Basically I've created

Re: [PHP] spaces - not sure if this is a preg_match issue or a regexp issue

2008-06-07 Thread Runar Olsen
Hi, I'm working on a script to look for a UUEncoded attachment in an NNTP message. I'm running into problems with spaces in the filename of the attachment. UUEncoded files in the body of a message will start with the word "begin", then the size of the file, then the name of the file. Then the enc