Re: [PHP] Somewhat OT - Stored Procedures

2011-03-09 Thread Nathan Nobbe
On Wed, Mar 9, 2011 at 3:18 AM, Richard Quadling wrote: > On 7 March 2011 23:37, Nathan Nobbe wrote: > > On Fri, Mar 4, 2011 at 7:29 AM, Richard Quadling > > wrote: > >> > >> On 3 March 2011 18:30, Nathan Nobbe wrote: > >> > Hey gang, > >> > > >> > (Yes Tedd, I like your style, when it pertains

Re: [PHP] Can´t upload files bigger than 50KB

2011-03-09 Thread Gotzon Astondoa
Hi Adam: I don´t understand well your point. I do some time tests (production environment) uploading files from 1KB to 47 KB, in all of the cases the time is the same (more or less), about 4,5 seconds. The magic size is 48KB, can´t upload files bigger that this :-( 2011/3/9 Adam Ric

Re: [PHP] Can´t upload files bigger than 50KB

2011-03-09 Thread Jim Lucas
On 3/9/2011 6:28 AM, Gotzon Astondoa wrote: > Hi all: > > On my website I have an Ajax form. From this form user can upload files. My guess would be that you have an HTML form. Not AJAX > Server side is a PHP script. > This form works properly on my development server. Is this on localhost or

Re: [PHP] Can´t upload files bigger than 50KB

2011-03-09 Thread Gotzon Astondoa
Thank you for your interest Lucas. 2011/3/9 Jim Lucas > On 3/9/2011 6:28 AM, Gotzon Astondoa wrote: > > Hi all: > > > > On my website I have an Ajax form. From this form user can upload files. > > My guess would be that you have an HTML form. Not AJAX > OK. The code is http://www.phpletter.com

Re: [PHP] Help translating PHP5 code to PHP4.

2011-03-09 Thread Marc Guay
> The ease I had in running multiple versions of PHP on Windows would > suggest it should be pretty easy to do for non-windows. Funny and true. Thanks for the tips Richard, I've suggested that they upgrade their hosting package. Marc -- PHP General Mailing List (http://www.php.net/) To unsubsc

[PHP] Need help debugging random httpd segfault

2011-03-09 Thread Phil
Hello list, We've been experiencing random crashes on httpd, error_log shows a bunch of [notice] child pid 12984 exit signal Segmentation fault (11) PHP 5.2.17: ./configure --with-apxs2=/var/www/bin/apxs --with-gd --with-jpeg-dir=/usr/local --with-pgsql --with-pdo-pgsql --with-png-dir=/usr/local

Re: [PHP] Can´t upload files bigger than 50KB

2011-03-09 Thread Adam Richardson
Hi Gotzon, I'm wondering if your javascript is timing out. On the development server, is everything local so it's happening close to instantly? If so, it's possible that the latency of your production environment is causing the issue, as it's taking longer to process the request than the ajax scri

Re: [PHP] Can´t upload files bigger than 50KB

2011-03-09 Thread Gotzon Astondoa
Upload form is OK, I can upload 5MB files in development server. 2011/3/9 Jay Blanchard > [snip] > 50KB > [/snip] > > Have you checked the upload form itself for max_file_size? >

RE: [PHP] Can´t upload files bigger than 50KB

2011-03-09 Thread Jay Blanchard
[snip] 50KB [/snip] Have you checked the upload form itself for max_file_size? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Can´t upload files bigger than 50KB

2011-03-09 Thread Gotzon Astondoa
Hi all: On my website I have an Ajax form. From this form user can upload files. Server side is a PHP script. This form works properly on my development server. But when I uploaded my application to the definitive server I discovered that I can only upload files less than 50KB (It works perfectly

Re: [PHP] Returning a recordset to a desktop app

2011-03-09 Thread Ken Watkins
On 3/7/2011 7:19 AM, Richard Quadling wrote: > On 5 March 2011 13:48, Ken Watkins wrote: >> On 3/5/2011 4:30 AM, Richard Quadling wrote: >>> On 4 March 2011 23:48, Ken Watkins wrote: Hi All. I have a Windows desktop app that I created using Visual Foxpro (a database app). >>

Re: [PHP] Help translating PHP5 code to PHP4.

2011-03-09 Thread Richard Quadling
On 7 March 2011 17:29, Marc Guay wrote: > Hi Richard, > > It's not a SOAP service, and I've actually decided to have ask the > client to upgrade their server software before continuing.  But for > the sake of study: > >> Depending upon your requirement, you could use simplexml_load_string()  to >

Re: [PHP] Somewhat OT - Stored Procedures

2011-03-09 Thread Richard Quadling
On 7 March 2011 23:37, Nathan Nobbe wrote: > On Fri, Mar 4, 2011 at 7:29 AM, Richard Quadling > wrote: >> >> On 3 March 2011 18:30, Nathan Nobbe wrote: >> > Hey gang, >> > >> > (Yes Tedd, I like your style, when it pertains to how you address the >> > list >> > :)) >> > >> > I have a new curiosi