Re: [PHP-DEV] Package php binaries + php script into one single executable file

2011-03-16 Thread Ángel González
Olivier Hoareau wrote: >> I don't think that people are gonna like that kind of approach, having two >> binaries with one of them coming from custom source should raise some >> concerns and you won't like the prospects of maintaining PHP for older >> Debian/Ubuntu versions. > My users currently doe

Re: [PHP-DEV] Package php binaries + php script into one single executable file

2011-03-16 Thread Olivier Hoareau
> > You are free to repackage PHP debs and make your package depend on Debian > PHP 5.3 or your PHP 5.3. > OK > I don't think that people are gonna like that kind of approach, having two > binaries with one of them coming from custom source should raise some > concerns and you won't like the pro

Re: [PHP-DEV] Package php binaries + php script into one single executable file

2011-03-15 Thread Tomas Kuliavas
2011.03.15 23:08 Olivier Hoareau rašė: > Hi Tomas ! > > Thanks for your proposals. > > >> Create .deb package and make it dependent on PHP for Debian/Ubuntu. >> Debian >> has docs and tools that allow to do that. PHP is in standard >> Debian/Ubuntu >> software repository. >> > > This solution does

Re: [PHP-DEV] Package php binaries + php script into one single executable file

2011-03-15 Thread Olivier Hoareau
Found one interesting tool named PHPACK : http://winbinder.org/forum/viewtopic.php?f=8&t=1148 (windows only) Tool is no more supported (ended mid-2010), but seems to be working with PHP 5.3. What it does : package php5ts.dll + custom php script

Re: [PHP-DEV] Package php binaries + php script into one single executable file

2011-03-15 Thread Olivier Hoareau
Hi Tomas ! Thanks for your proposals. > Create .deb package and make it dependent on PHP for Debian/Ubuntu. Debian > has docs and tools that allow to do that. PHP is in standard Debian/Ubuntu > software repository. > This solution does not provide me one of the goal I need to reach : that my us

Re: [PHP-DEV] Package php binaries + php script into one single executable file

2011-03-15 Thread Tomas Kuliavas
2011.03.15 22:09 Olivier Hoareau rašė: > Hi ! > > I would like to be able to "distribute" (freely) a single executable > (binary) containing : > > - php binaries (v 5.3+) > - a php script already packaged as a .phar (1 Mb, requiring PHP 5.3+) > - additional (optional) compiled extensions > - php.in

Re: [PHP-DEV] Package php binaries + php script into one single executable file

2011-03-15 Thread Olivier Hoareau
> > Hi Olivier, > Hi ! > Could you be a little more specific about what questions you have? Is it to > do with the licensing or physically how to go about achieving your aim? > technical point : how to go about achieving my aim ;) Ideas : - specific compilation of PHP (I am newbee, but there

Re: [PHP-DEV] Package php binaries + php script into one single executable file

2011-03-15 Thread James Butler
Hi Olivier, Could you be a little more specific about what questions you have? Is it to do with the licensing or physically how to go about achieving your aim? Regards, James -- James Butler Sent from my iPhone On 15 Mar 2011, at 20:02, "Olivier Hoareau" wrote: > Hi ! > > I would like to be

[PHP-DEV] Package php binaries + php script into one single executable file

2011-03-15 Thread Olivier Hoareau
Hi ! I would like to be able to "distribute" (freely) a single executable (binary) containing : - php binaries (v 5.3+) - a php script already packaged as a .phar (1 Mb, requiring PHP 5.3+) - additional (optional) compiled extensions - php.ini - all other resources required by the php executable