Re: [PHP-WIN] Compiling Win32 extensions (VC++)

2005-04-08 Thread Frank M. Kromann
Hi Jeff, The default build of PHP on Win32 is thread safe but it's only required if you are using PHP with a multithreaded server. I Use PHP5 in a non threaded configuration (CGI and CLI) on win32. You can download binaries at http://kromann.info/php.php, or compile them. There is two ways to fix

[PHP-WIN] Re: Parsing XML Code

2005-04-08 Thread Jason Barnett
Jeb Barger wrote: > > > I am have a hard time parsing a xml file from IIS box. What is the > easiest way to parse a xml gotten from a url and parse the information > into variables? Make Sense? > > Jeb \n"; $xml = urldecode($_GET['xml_param']); var_dump($xml); /** PHP5 */ $sxe = simplexml_load_

[PHP-WIN] Need libmcrypt.dll for Windows PHP 4.3.9

2005-04-08 Thread HarryG
Need libmcrypt.dll for Windows PHP 4.3.9. Can anyone send it to me? Thanks HarryG