php-general Digest 9 Mar 2011 10:18:31 -0000 Issue 7218

2011-03-09 Thread php-general-digest-help
php-general Digest 9 Mar 2011 10:18:31 - Issue 7218 Topics (messages 311743 through 311746): Re: Overriding session length in existing session? 311743 by: Marc Guay 311744 by: Scott Baker 311745 by: Scott Baker Re: Somewhat OT - Stored Procedures 311746 by:

Re: [PHP] Somewhat OT - Stored Procedures

2011-03-09 Thread Richard Quadling
On 7 March 2011 23:37, Nathan Nobbe quickshif...@gmail.com wrote: On Fri, Mar 4, 2011 at 7:29 AM, Richard Quadling rquadl...@gmail.com wrote: On 3 March 2011 18:30, Nathan Nobbe quickshif...@gmail.com wrote: Hey gang, (Yes Tedd, I like your style, when it pertains to how you address the

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

2011-03-09 Thread Richard Quadling
On 7 March 2011 17:29, Marc Guay marc.g...@gmail.com 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

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 k...@atlanticbb.net wrote: On 3/5/2011 4:30 AM, Richard Quadling wrote: On 4 March 2011 23:48, Ken Watkins k...@atlanticbb.net wrote: Hi All. I have a Windows desktop app that I created using Visual Foxpro (a

[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

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

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 jblanch...@pocket.com [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 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

[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

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

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 li...@cmsws.com 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

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 is

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

Re: [PHP] Somewhat OT - Stored Procedures

2011-03-09 Thread Nathan Nobbe
On Wed, Mar 9, 2011 at 3:18 AM, Richard Quadling rquadl...@gmail.comwrote: On 7 March 2011 23:37, Nathan Nobbe quickshif...@gmail.com wrote: On Fri, Mar 4, 2011 at 7:29 AM, Richard Quadling rquadl...@gmail.com wrote: On 3 March 2011 18:30, Nathan Nobbe quickshif...@gmail.com wrote: