[PHP] problem compiling 5.3 with postgresql

2011-03-19 Thread Jim White
I am having problems compiling 5.3.? with postgresql support. './configure' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-pdo-pgsql=/usr/local/postgresql-9.0.3' '--with-pgsql=/usr/local/postgresql-9.0.3' This configure works with 5.2.?, but 5.3.? gets this ext/standard/.libs/dns.o: In

Re: [PHP] script failing at same line

2009-09-08 Thread jim white
alert the user. It works - and some day I hope to fix the software problem and make this unnecessary. Thanks, Jim Ben Dunlap wrote: On Fri, Sep 4, 2009 at 2:38 PM, jim white jbw2...@earthlink.net mailto:jbw2...@earthlink.net wrote: It's a web app that draws maps in a browser. Sometime

[PHP] script failing at same line

2009-09-04 Thread jim white
Hi, I have a script that intermittently fails at the same line. I am trying to write some code that will throw an exception after 5 seconds if the command on that line fails and the script freezes. Any ideas? Jim White -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] script failing at same line

2009-09-04 Thread jim white
$map = ms_newMapObj($mapfile); The command creates a new mapscript object. Jay Blanchard wrote: [snip] I have a script that intermittently fails at the same line. I am trying to write some code that will throw an exception after 5 seconds if the command on that line fails and the script

Re: [PHP] script failing at same line

2009-09-04 Thread jim white
It's a web app that draws maps in a browser. Sometime it will generate a seg fault. The command should not take long, so if there is some script construct that will throw an exception after a few seconds if the command has not completed I could signal the user that the map will not draw and to

Re: [PHP] script failing at same line

2009-09-04 Thread jim white
Hi, Thanks I'll look at libevent. I have also been thinking about using an XHR approach, but wonder how passing PHP references works with javascript. Jim Ben Dunlap wrote: On Fri, Sep 4, 2009 at 2:38 PM, jim white jbw2...@earthlink.net mailto:jbw2...@earthlink.net wrote: It's a web

Re: RE: [PHP] flushing AJAX scripts

2009-03-27 Thread jim white
...@earthlink.net CC: php-general@lists.php.net Subject: Re: [PHP] flushing AJAX scripts jim white wrote: I am using jQuery AJAX request to run a script that can take several minutes to create a report. I want to start the script and immediately echo a response to close the connection and then let

Re: RE: [PHP] flushing AJAX scripts

2009-03-27 Thread jim white
Well, the point was that I had tried the first way, submitting one AJAX request and waiting for it to finish and it was timing out, probably on my firewall which it shouldn't have - but it did. The reports can take 10 seconds or 10 minutes to create. Doing it this way I can still load the

[PHP] flushing AJAX scripts

2009-03-26 Thread jim white
I am using jQuery AJAX request to run a script that can take several minutes to create a report. I want to start the script and immediately echo a response to close the connection and then let the script complete a report which I can get later. I have tried several thing such as ob_start();

[PHP] help installing phpDocumentor

2009-02-23 Thread jim white
I have tried to install phpDocumentor, but am having problems getting it to run. Finding install directions has so far eluded me. Are there any installation instructions for this? Jim White -- James (Jim) B. White tel: (919)-380-9615 homepage: http://jimserver.net/ -- PHP General

Re: [PHP] help installing phpDocumentor

2009-02-23 Thread jim white
Jim Lucas wrote: jim white wrote: I have tried to install phpDocumentor, but am having problems getting it to run. Finding install directions has so far eluded me. Are there any installation instructions for this? Jim White searching google for install phpDocumentor first result

Re: [PHP] help installing phpDocumentor

2009-02-23 Thread jim white
Jim Lucas wrote: jim white wrote: Jim Lucas wrote: jim white wrote: I have tried to install phpDocumentor, but am having problems getting it to run. Finding install directions has so far eluded me. Are there any installation instructions for this? Jim White

Re: [PHP] help installing phpDocumentor

2009-02-23 Thread jim white
Jim Lucas wrote: Back on the list... jim white wrote: Jim Lucas wrote: jim white wrote: Jim Lucas wrote: jim white wrote: I have tried to install phpDocumentor, but am having problems getting it to run. Finding install directions has so far