I have developed a small PHP application that runs parallel and self-sufficient to a main application. This main application has a configuration file with defines (e.a. database connect configuration and so on...) that I need for my application. The problem is that this main application has defines and includes that are in conflict with my application.
The question is how can I use particular defines fom this configuration file, but not the defines and includes I don't want to?