On Mon, Jan 14, 2013 at 4:24 PM, <[email protected]> wrote: > Hi , thanks for developing php ... > > I have 2 question : > > 1. Is PHP 100% open source or not? > 2. How I can download source code and modifying and compile it? ( where is > download link & compiler in win & Linux ) > > Thanks for your answer... > > -- > PHP Webmaster List Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > hi,
the php-webmaster mailing list isn't a support channel. having said that here are some answers: regarding 1, you should check out http://php.net/license/index.php about 2, you have multiple options: you can pull the source directly from git.php.net, and generate the configure file yourself (./buildconf) or you can download a snapshot version from snaps.php.net. building on *nix is pretty straight-forward, you install the dependencies listed at http://php.net/git.php plus the dependencies for any additional exts/features you want to include in your build. building on windows can be a little bit more tricky, but following https://wiki.php.net/internals/windows/stepbystepbuild will get you there. -- Ferenc Kovács @Tyr43l - http://tyrael.hu
