php-general@lists.php.net

2001-11-20 Thread Stephan Buchholz
probably priority issue. try: if (($One & $Two) == $One) - - in your example this means: ((0100 & ) == 0100) (0100 == 0100) TRUE ...in other case 0100 & ( == 0100) is 0100 & 0 is always 0 hope this helps Buchholz "Fred" wrote >

Re: [PHP] How to increase number of supported servers?

2001-09-25 Thread buchholz
er of supported servers' still fills my heads space... ;) Thanks for your attention again. I´m keep on trying to figure out a solution meanwhile looking into the code. --Buchholz > what does this mean? > > Warning: Cannot use a scalar value as an array > > I look at the line that i

[PHP] How to increase number of supported servers?

2001-09-24 Thread buchholz
it pushed to a later appearance by optimising file handle consumption? Any one out there who knows more about this? Any hints? Thanks in advance. --Buchholz -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO