[PHP] strtr with array of transforms - how many passes thru string?

2002-07-05 Thread Steve Magruder, D2 Director
When I pass a string to strtr($TheText, $Transform_Array), where Transform_Array contains array elements like a = b, I've been wondering, how many passes through the string are performed to accomplish all the string replacing? Is it one per transform, or just one total (I hope)? If it's not

[PHP] Re: Nitpicking - PHP 4.2.0 for windows says version is 4.1.2

2002-05-11 Thread Steve Magruder, D2 Director
Make sure that any PHP DLL's in your system32 directory are updated. If they were updated to the newest versions, then what you describe is definitely a big problem, not a nit. -- Steve (www.stevemagruder.com) Garth Dahlstrom [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL

Re: [PHP] PHP on Apache 2.0 -- Does it work?

2002-04-07 Thread Steve Magruder, D2 Director
Thanks for the info. Apache 1.3.24 isn't a bad release to be stuck with. :) I just wanted to be a little bit on the bleeding edge. Regards, Steve Tyler Longren [EMAIL PROTECTED] wrote in message 004001c1ddf3$13d82b90$0101a8c0@nightengale">news:004001c1ddf3$13d82b90$0101a8c0@nightengale...

[PHP] PHP on Apache 2.0 -- Does it work?

2002-04-06 Thread Steve Magruder, D2 Director
Hello, I'm currently running PHP 1.1.2 on Apache 1.3.24/Win2K in SAPI mode (and this configuration has run incredibly well since last summer, albeit with changing PHP and Apache sub-versions). I couldn't find any info at php.net that indicated whether the current or the next version of PHP