RE: [PHP-DEV] 4.0.6 BUG with GCC 3.0.1

2001-09-20 Thread Andre Christ

Hi,

  Indeed, binaries (including libs) compiled with gcc 3.x aren't 
 compatible to
  binaries compiled with gcc 2.95. The behaviour you discovered cannot be
  classified a php bug, it is rather a limitation of the new 
 compiler version.
 
 I was under the impression that while your statement is true
 for libraries containing C++ code, the C ABI has not changed.
 Am I wrong?

Well, I'd like to review an article in the latest IX before I can judge
about that ...

Andre


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] 4.0.6 BUG with GCC 3.0.1

2001-09-19 Thread Nael Mohammad



Where can I get the source or binaries for 4.07? I think I've discovered a
bug , but want to make sure with latest build. The bug has to do with Gnu
GCC 3.0.1 libraries. It's incompatible! Trust me it is! And I even tried to
trick PHP by creating a symbolic link referring to the older libraries, no
such luck!

-Nael



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP-DEV] 4.0.6 BUG with GCC 3.0.1

2001-09-19 Thread Andre Christ

Hi,

 Where can I get the source or binaries for 4.07? I think I've discovered a
 bug , but want to make sure with latest build. The bug has to do with Gnu
 GCC 3.0.1 libraries. It's incompatible! Trust me it is! And I
 even tried to
 trick PHP by creating a symbolic link referring to the older libraries, no
 such luck!

Indeed, binaries (including libs) compiled with gcc 3.x aren't compatible to
binaries compiled with gcc 2.95. The behaviour you discovered cannot be
classified a php bug, it is rather a limitation of the new compiler version.

Greets,
André


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP-DEV] 4.0.6 BUG with GCC 3.0.1

2001-09-19 Thread Sascha Schumann

On Wed, 19 Sep 2001, Andre Christ wrote:

 Hi,

  Where can I get the source or binaries for 4.07? I think I've discovered a
  bug , but want to make sure with latest build. The bug has to do with Gnu
  GCC 3.0.1 libraries. It's incompatible! Trust me it is! And I
  even tried to
  trick PHP by creating a symbolic link referring to the older libraries, no
  such luck!

 Indeed, binaries (including libs) compiled with gcc 3.x aren't compatible to
 binaries compiled with gcc 2.95. The behaviour you discovered cannot be
 classified a php bug, it is rather a limitation of the new compiler version.

I was under the impression that while your statement is true
for libraries containing C++ code, the C ABI has not changed.
Am I wrong?

- Sascha Experience IRCG
  http://schumann.cx/http://schumann.cx/ircg


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]