Hi, I working on the open-source project Photon[1], a PHP application server, which it's still under active development This one run behind an application, language, and network architecture agnostic web server, Mongrel2[2]. Both of those components use 0mq[3] to communicate.
This solution allow the deployment of cluster of web application, which need a powerful log system. To be compatible with Photon, i need to patch some part of log4php, like : - The class autoloader (spl_autoload) - Package the application in a namespace So questions are : - How to do that ? fork / new branch host in the main project - If i need to fork which license to apply Apache v2 or others are allow ? Can i use something like LGPL 2.1, or maybe upper ? - Can i use the actual version of log4php in a LGPL application project ? I don't know very well Apache license, and i want to respect it. Thanks [1] http://www.photon-project.com/ [2] http://www.mongrel2.org/ [3] http://www.zeromq.org/ -- --------------------------------------------------------- William MARTIN wysman @NoSpAm@ gmail @DoT@ com