Re: [PHP] "use strict" or similar in PHP?

2009-02-26 Thread Ovidiu Rosoiu
On Thu, Feb 26, 2009 at 10:45 PM, Hans Schultz wrote: > Hello, > I am beginner with PHP and prior to PHP I have worked with java for some > time > and with perl for very short period. I can't help to notice some things > that > are little annoyance for me with PHP, but I am sure someone more > exp

Re: [PHP] "use strict" or similar in PHP?

2009-02-26 Thread Ovidiu Rosoiu
Hans Schultz wrote: Hello, I am beginner with PHP and prior to PHP I have worked with java for some time and with perl for very short period. I can't help to notice some things that are little annoyance for me with PHP, but I am sure someone more experienced can help me :-) Is there in PHP so

Re: [PHP] Google Chrome

2008-09-04 Thread Ovidiu Rosoiu
Richard Heyes wrote: Hi, Is it just me, or is everyones disk thrshing more since installing (if you have) Chrome? Oh, and to keep it in-line with list, isn't PHP great? :-) I uninstalled it precisely beacause of this behaviour. The disk was running crazy every time chrome was started. And I

Re: [PHP] Download speed limit

2007-05-17 Thread Ovidiu Rosoiu
limiting speed by using sleep in your script is a very bad idea. for a 350 MB file, with a 20 KB/s limit the script would take aprox. 5 hours. you can see how this is totally wrong. even skyrocketing the timeout, it's not a good solution. Use a web server mod for dynamic bandwidth limiting. See