Re: [PHP] improve speed of PHP answers

2011-02-10 Thread Alex Nikitin
1-2s? that sounds insane and (to me at least) entirely unacceptable, though not something that i haven't seen before when i was speeding up our wordpress... >From some significant experience of speeding up things, including php applications, frameworks, various other applications, servers, platfor

[PHP] Turning off magic_quotes_gpc?

2011-02-10 Thread Michael Stroh
I'm maintaining various php scripts on a server that was originally configured to have magic_quotes_gpc turned on. The installed php version is 5.2.6. I've read that magic_quotes_gpc is deprecated in 5.3 and continuing to use it is "highly discouraged." I've ran into a few fields that I believe

RE: [PHP] Turning off magic_quotes_gpc?

2011-02-10 Thread Bob McConnell
From: Michael Stroh > I'm maintaining various php scripts on a server that was originally > configured to have magic_quotes_gpc turned on. The installed php version > is 5.2.6. I've read that magic_quotes_gpc is deprecated in 5.3 and > continuing to use it is "highly discouraged." I've ran into

Re: [PHP] Turning off magic_quotes_gpc?

2011-02-10 Thread knl
On Thu, 10 Feb 2011 14:52:26 -0500 "Bob McConnell" wrote: > It's a good idea to turn it off as soon as possible. However, you need > to test your site to make sure it won't broke something first. You have to test not only your site, but also the data that possible lies in the database, if any.

[PHP] ob_flush, does it cause data to be sent over the wire immediately?

2011-02-10 Thread Tolas Anon
Hi.. For my curl_exec problem, http://readlist.com/lists/lists.php.net/php-general/16/81195.html http://curl.haxx.se/mail/lib-2011-02/0101.html I need to know if this simple test will cause data to be sent every 25 seconds _over the wire_. reason; i just can't get my media import routines that