Hi Johannes,
Thank you for the quick reply.
Well, the idea is that all PHP-specific code is licensed under the same
license terms. PCRE and GD are external libraries which live outside
PHP's context and which are simply bundled. That's why the clear
preference there is PHP License.
OK, let me make some clarifications on this.
the main SAPI code, lsapi_main.c, which is specific for PHP, has been
licensed under PHP license.
Other c source code are our generic LSAPI library, which will be used
for all third parties integrations, those files are licensed under BSD
license.
I don't mind dual license those code under both BSD and PHP license if
required as long as it won't prevent us from using the same code
somewhere else under BSD license.
Additionally it would nice to follow the PHP coding standards. Like
always having { } after an if statement. This helps PHP developers who
might (possibly) help fixing reported (simple) bugs or apply API
changes.
No problem, will do. :-)
If there is other requirements, please just let me know.
Other than that we, again, have our problem about what's the best way to
"bundle" something from pecl. I guess the symlink on the CVS server is
the best option we currently have...
I have no problem with moving or recreating that directory at the right
place either.
Thanks,
George
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php