Re: [PHP-DEV] patch review for acinclude.m4

2003-11-13 Thread Jani Taskinen
On Thu, 13 Nov 2003, Brian J. France wrote: >> Hint: Don't compile extensions as shared..it really doesn't give >> you anything extra, just more problems like this. > >Yes, I agree that is true in almost 99.9% of all cases, but I am in that >0.1%. No point building snmp (or insert any ot

Re: [PHP-DEV] patch review for acinclude.m4

2003-11-13 Thread Rasmus Lerdorf
On Thu, 13 Nov 2003, Jani Taskinen wrote: > Hint: Don't compile extensions as shared..it really doesn't give > you anything extra, just more problems like this. Brian has a very good reason for compiling this stuff shared! ;) -Rasmus -- PHP Internals - PHP Runtime Development Mailing L

Re: [PHP-DEV] patch review for acinclude.m4

2003-11-13 Thread Brian J. France
On Thu, 13 Nov 2003 16:19:23 +0200 (EET), Jani Taskinen wrote: > On Wed, 12 Nov 2003, Brian J. France wrote: > Yes, you shouldn't pollute LIBS like that. :) > I committed a bit better fix for this. Thank you! > Hint: Don't compile extensions as shared..it really doesn't give > you

Re: [PHP-DEV] patch review for acinclude.m4

2003-11-13 Thread Jani Taskinen
On Wed, 12 Nov 2003, Brian J. France wrote: >If there are no objections I plan on committing this tomorrow on both HEAD and >PHP_4_3 branches. This fixes the openssl FreeBSD problem I posted about >earlier. > >Is there a better way of fixing it? Yes, you shouldn't pollute LIBS like that. :