RE: [PHP-WIN] Problem with extensions in PHP4.3.1

2003-02-21 Thread Russell Johnson
I had a similar problem installing PHP 4.3.1. There appear to be more than a few php libraries that Windows has problems finding. What I did was the following: In php.ini, I set the extension_dir to nothing: extension_dir = Then I moved most everying in the dlls and extension directories of the

RE: [PHP-WIN] xml and php

2003-02-19 Thread Russell Johnson
Try taking a look at the XML_sql2xml package from Pear: http://pear.php.net/package-info.php?pacid=18 or the rs2xml extension for the ADOdb library: http://phplens.com/lens/dl/rs2xml.tar.gz http://php.weblogs.com/ADODB There's an interesting discussion about ADOdb and XML