views:

10

answers:

0

I'm starting a project in PHP using COM ("Component Object Model"). Basically, I have a Windows program that has an API that I want to use, but I want to write the program using PHP.

I want the entire program to use the command line. So far I am creating the COM object and giving it a command, and I'm getting an error:

log4cxx:  Large Window sizes are not allowed.

This is my first project using COM. I'm wanting this error to go away. It has something to do with logging. Any ideas?