; Does it related to GCC version?
> > What error do you have?
> > Is this problem described somewhere?
> >
> > Thanks. Dmitry.
> >
> >
> >> -Original Message-
> >> From: Wez Furlong [mailto:[EMAIL PROTECTED]
> >> Sent: Wedne
Wednesday, November 07, 2007 6:00 PM
To: Dmitry Stogov
Cc: internals@lists.php.net
Subject: Re: [PHP-DEV] zend.h breaks system headers on OSX in PHP 5.3
This is not an OSX specific issue, it's a symbol leakage issue that
can break potentially any library that uses that feature of gcc. I
just
Wednesday, November 07, 2007 6:00 PM
> To: Dmitry Stogov
> Cc: internals@lists.php.net
> Subject: Re: [PHP-DEV] zend.h breaks system headers on OSX in PHP 5.3
>
>
> This is not an OSX specific issue, it's a symbol leakage issue that
> can break potentially any library that us
This is not an OSX specific issue, it's a symbol leakage issue that
can break potentially any library that uses that feature of gcc. I
just happened to notice it on OSX.
Better to rename our symbols to avoid conflict.
--Wez.
On Nov 7, 2007, at 2:48 AM, Dmitry Stogov wrote:
May be it is b
May be it is better to just define always_inline as inline on OSX.
Something like:
#if defined(__GNUC__) && !defined(OSX)
...
Thanks. Dmitry.
> -Original Message-
> From: Wez Furlong [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, November 07, 2007 7:43 AM
> To: internals@lists.php.net
> S