[PHP-WIN] E_ALL and still not getting notices...

2005-06-28 Thread Travis Raybold
if i have a dummy page with nothing but: print error_reporting(); print $sUndefinedVariable; i get: 2047 *Notice*: Undefined variable: sUndefinedVariable as expected. but once i include my file that has everything else i need (including adodb and a bunch of files ive developed) i do the same

[PHP-WIN] any fairly large production sites on IIS/PHP out there?

2005-11-17 Thread Travis Raybold
i am trying to switch our application over to PHP (currently ASP). unfortunately, due to the complexity of both the code and the site setup (hundreds of sites using the same code) it needs to be a sectional replacement. given that and the lack of in house support for linux/unix, the only realis

[PHP-WIN] IIS6 error page for PHP errors?

2006-01-30 Thread Travis Raybold
has anyone figured out if there is a way to have IIS's custom error pages work for PHP? i have custom error handling code that is fine for non-fatal errors. but the only workaround i have found for handling fatal errors involves turning off buffereing, which i don't want to do. the way i can

[PHP-WIN] PDO with prepared statements

2006-02-13 Thread Travis Raybold
i'm using PHP 5.1.2, and trying to manipulatre a database with PDO_ODBC accessing a MS SQL Server database. i can execute normal queries with no problem. but when i start executing prepared statements i run into problems. has anyone successfully used multiple parameter prepared statements with

Re: [PHP-WIN] PDO with prepared statements

2006-02-13 Thread Travis Raybold
looks like this is a bug with 5.1.1 and 5.1.2, but works with 5.1.0. http://bugs.php.net/bug.php?id=35671 --trabis Travis Raybold wrote: i'm using PHP 5.1.2, and trying to manipulatre a database with PDO_ODBC accessing a MS SQL Server database. i can execute normal queries with no pr

[PHP-WIN] calling QueryInterface on a COM object

2009-06-19 Thread Travis Raybold
I've got a third party COM object I'm using, and I need to get a different interface for one of the objects. In COM this is done by calling QueryInterface() on the COM object with a REFIID. I'm told this is a GUID, but when I try the appropriate GUID I get "Member not found" regardless of how I try