Re: [PHP-DEV] distributing windows binaries (dll's) of PECL's

2002-12-16 Thread Derick Rethans
On Fri, 13 Dec 2002, Michael Bretterklieber wrote: Of course having binaries in CVS is not a good solution (we (my company) also don't make this in our projects) But are there any other ideas how to provide binaries of PECL's outside the php distributions? Can I add the binaries to the

[PHP-DEV] distributing windows binaries (dll's) of PECL's

2002-12-13 Thread Michael Bretterklieber
Hi, I would like to distribute also binaries of my (our) radius PECL for windows, because Windows users usualy don't have visualstudio to compile the PECL. I would like to make a bin subdirectory and then for each php-version also a subdirectory: PECL/radius/bin

Re: [PHP-DEV] distributing windows binaries (dll's) of PECL's

2002-12-13 Thread Edin Kadribasic
] distributing windows binaries (dll's) of PECL's Hi, I would like to distribute also binaries of my (our) radius PECL for windows, because Windows users usualy don't have visualstudio to compile the PECL. I would like to make a bin subdirectory and then for each php-version also a subdirectory

Re: [PHP-DEV] distributing windows binaries (dll's) of PECL's

2002-12-13 Thread Michael Bretterklieber
- Original Message - From: Michael Bretterklieber [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, December 13, 2002 12:29 PM Subject: [PHP-DEV] distributing windows binaries (dll's) of PECL's Hi, I would like to distribute also binaries of my (our) radius PECL for windows

Re: [PHP-DEV] distributing windows binaries (dll's) of PECL's

2002-12-13 Thread Edin Kadribasic
We already bundle several pecl extensions in the win32 distro (printer, iisfunc, etc.) I could add radius to the list. that would be great! But how can I provide upgrades of the PECL? then the user has to wait until a new php-version is released. That is a larger question. I'm afraid that

Re: [PHP-DEV] distributing windows binaries (dll's) of PECL's

2002-12-13 Thread Michael Bretterklieber
Hi, Edin Kadribasic schrieb: We already bundle several pecl extensions in the win32 distro (printer, iisfunc, etc.) I could add radius to the list. that would be great! But how can I provide upgrades of the PECL? then the user has to wait until a new php-version is released. That is a

Re: [PHP-DEV] distributing windows binaries (dll's) of PECL's

2002-12-13 Thread Derick Rethans
On Fri, 13 Dec 2002, Michael Bretterklieber wrote: My idea is to move the responsibility for stable PECL's to the maintainers of the PECL's. The maintainers should provide stable versions of PECL for the different php-versions, therefore I would like to make a bin directory in each

Re: [PHP-DEV] distributing windows binaries (dll's) of PECL's

2002-12-13 Thread Michael Bretterklieber
Hi, Derick Rethans schrieb: On Fri, 13 Dec 2002, Michael Bretterklieber wrote: My idea is to move the responsibility for stable PECL's to the maintainers of the PECL's. The maintainers should provide stable versions of PECL for the different php-versions, therefore I would like to make a

[PHP-DEV] RE: [PEAR-DEV] Re: [PHP-DEV] distributing windows binaries (dll's) of PECL's

2002-12-13 Thread LIMBOURG Arnaud
But are there any other ideas how to provide binaries of PECL's outside the php distributions? There was plan to add a package homepage URL on the pear website. Therefore you could provide a binary of your package on your own webpage. Would that be a good solution to you ? Can I add the