On Apr 29, 2005, at 5:33 PM, Edin Kadribasic wrote:
I don't know if this would break anything or not, thoughts?
You should tell at least what version of PHP you're using.
Or even better: create a bug report at bugs.php.net and don't forget
to
fill up all the fields required.
Not every extension ca
> > I don't know if this would break anything or not, thoughts?
>
> You should tell at least what version of PHP you're using.
> Or even better: create a bug report at bugs.php.net and don't forget to
> fill up all the fields required.
Not every extension can be built by running phpize in its dire
On Apr 29, 2005, at 17:48, Brian J. France wrote:
I am trying to build imap as a shared extension (phpize method) with
different path for openssl. This seems easy, right?
phpize; ./configure --with-imap-ssl=
But that doesn't work. It seems that line 1688 in acinclude.m4 is the
problem:
1687
On Fri, 29 Apr 2005 16:48:15 -0500
"Brian J. France" <[EMAIL PROTECTED]> wrote:
> I am trying to build imap as a shared extension (phpize method) with
> different path for openssl. This seems easy, right?
>
> phpize; ./configure --with-imap-ssl=
>
> But that doesn't work. It seems that line 1
I am trying to build imap as a shared extension (phpize method) with
different path for openssl. This seems easy, right?
phpize; ./configure --with-imap-ssl=
But that doesn't work. It seems that line 1688 in acinclude.m4 is the
problem:
1687 dnl Fallbacks for different configure options
168