Re: [PHP-WIN] php installer for windows 2008 x64

2009-08-04 Thread Richard Quadling
2009/8/4 Andi Gutmans : > Just to confirm what Ruslan points out: 32bit PHP is actually faster > than 64bit and as we're multi-process there are no real benefits to > using 64bit PHP (PHP also has a longer track record in 32bit > environments). > >> -Original Message- >> From: Ruslan Yakush

Re: [PHP-WIN] PHP non Thread/safety mode.

2009-08-04 Thread Richard Quadling
2009/8/4 Azfar Hashmi : > I have installed php 5.3.0 (via php intaller fast-cgi mode) on windows > 2008 x64 and it is running fine. Now I have to install ioncube loader > which have two version Non- thread safety and normal. Which should I > choose, how do i know that my php installation is in whic

RE: [PHP-WIN] php installer for windows 2008 x64

2009-08-04 Thread Louis Solomon
> Is it the case that more bits doesn't mean faster? Just larger integers and address ranges? Not quite. x64 also has extra registers and some new instructions. http://en.wikipedia.org/wiki/X86-64#Architectural_features Louis Solomon www.SteelBytes.com -Original Message- From: Richard

Re: [PHP-WIN] PHP non Thread/safety mode.

2009-08-04 Thread gunawan
you can read php config. reading from the first line, I think you php not running in threaded mode. The real question is.. what you choose? Threaded or not? IMHO you should try Non-thread safety.. but if you choose the normal.. I believe you need to setting. cmiiw Azfar Hashmi wrote: I ha

[PHP-WIN] Relatively simple PHP function to block sql injection

2009-08-04 Thread Jacob Kruger
orm of attempted sql injection? TIA Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' __ Information from ESET NOD32 Antivirus, version of virus signature database 4306 (20090804) __ The message was checked by ESET NOD32 A

Re: [PHP-WIN] Relatively simple PHP function to block sql injection

2009-08-04 Thread Niel Archer
> Haven't gotten around to really looking for this too much, and currently > really only replace any single 's with double ones before performing an > insert into MySQL, but was just wondering if there are any 'standard' PHP > functions out there that get used to block any form of attempted sql

RE: [PHP-WIN] Relatively simple PHP function to block sql injection

2009-08-04 Thread Louis Solomon
to block any form of attempted sql injection? TIA Jacob Kruger Blind Biker Skype: BlindZA '...fate had broken his body, but not his spirit...' __ Information from ESET NOD32 Antivirus, version of virus signature database 4306 (20090804) __ The message was checked