Re: [PHP] Your Opinion

2005-04-29 Thread Richard Lynch
On Fri, April 29, 2005 1:51 am, Sudeep Sarath said: > I'm planning to buy "PHP5 & MySQL Bible", the book > written by Tim Converse, Joyce Park & Clark Morgan. > Give me your opinion on this book, if anyone has gone > thru it. I tech-edited the first two editions, before a change in personnel at

Re: [PHP] Your Opinion

2003-12-16 Thread Gerard Samuel
On Tuesday 16 December 2003 09:33 am, Marek Kilimajer wrote: > For correct benchmarking you should run the test also when $foo == 'string' > Actually, I did, showing similar results to my first example. '; } else { echo 'false'; } } ?> -- PHP General Mailing List (http:

Re: [PHP] Your Opinion

2003-12-16 Thread Marek Kilimajer
For correct benchmarking you should run the test also when $foo == 'string' Gerard Samuel wrote: Looking to squeeze as much out of my core scripts (not that they are slow ;) ). The thought arose that I can replace simple functions like is_string(), is_array() with simpler php code. For example -

Re: [PHP] Your opinion on security issue: file extension

2001-05-01 Thread Yasuo Ohgaki
I think expose_php = Off is first thing to do instead of changing association. (As well as disabling server signature) extension does not tell much, but expose_php tells PHP version also, if you care about crackers. Crackers will notice you care about security somewhat. It does not protect your

Re: [PHP] Your opinion on security issue: file extension

2001-05-01 Thread Jon Rosenberg
Not really, I mean it may deter a very novice hacker. But, if the people want in, they can very easily find out what server and server software you are running. For example, goto www.netcraft.com and click on 'What's that site running?' and put in your www.domain.com address. It will tell ou ev