RE: [PHP-DEV] PHP 4.0.6 branch, bug #4630

2001-05-18 Thread James Moore


> David,
> 
> Can you please grab the latest CVS and check if it fixes your 
> problems. If 
> it does I think it can be merged into 4.0.6.

David,

Generally wed be appreciative if someone with AIX would think about
joining the PHP QA Team to ensure future versions of PHP also run on the
platform before they are released. Just testing a couple of RC's would
be great as we don't have any testers at present. Perhaps you could ask
some of the people who helped you with this report or provide an account
somewhere for one of the QA Team members to build and run tests on an
AIX machine. 

Cheers,

- James


-- 
PHP Development Mailing List 
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] PHP 4.0.6 branch, bug #4630

2001-05-18 Thread Andi Gutmans

David,

Can you please grab the latest CVS and check if it fixes your problems. If 
it does I think it can be merged into 4.0.6.

Andi

At 10:58 PM 5/18/2001 +0200, Sascha Schumann wrote:
> Hi,
>
> I've committed a change which adds the -Wl,-bI:path bit to
> LDFLAGS on AIX when building PHP as an Apache DSO.
>
> - Sascha Experience IRCG
>   http://schumann.cx/http://schumann.cx/ircg
>
>
>--
>PHP Development Mailing List 
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP Development Mailing List 
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] PHP 4.0.6 branch, bug #4630

2001-05-18 Thread Sascha Schumann

Hi,

I've committed a change which adds the -Wl,-bI:path bit to
LDFLAGS on AIX when building PHP as an Apache DSO.

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


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] PHP 4.0.6 branch, bug #4630

2001-05-18 Thread David Shafer

This is a message I sent to Andi; he asked that I send it to the list in
hopes that somebody with more AIX and libtool experience might be able to
better address the issue:


Andi, I'm responding to your message of 5-11-2001 in the php-dev list
regarding the open critical bugs for 4.0.6. I realize bug #4630 isn't
exactly a highly-visible issue, since it only appears on AIX. However, among
AIX users, it's a very widespread problem; this isn't the result of an
isolated weird system setup. I've received e-mails from many other AIX
administrators who have encountered the same problem, and I've read many
messages on the web that reference the bug report.

Working through channels at IBM, I was able to get an AIX compiler expert to
investigate the issue; he was able to reproduce the problem immediately, and
he was able to identify exactly what the php compilation process was doing
incorrectly (as described in the bug report). The resolution you see in the
bug report is the result of that effort. Unfortunately, implementing the fix
permanently requires knowledge of libtool and the php source that I don't
have.

I don't believe relying on gcc is an adequate solution, and I think others
would agree. Not everyone uses gcc, particularly on AIX. We use IBM's
compilers because they'll produce architecture-independent binaries we can
use across all our RS/6000 systems. Additionally, the few times I tried
compiling with gcc, I had even less success than with the IBM compilers.

At any rate, the problem should be fully documented in the bug report, and
the fix has been verified to work. If someone with more knowledge of the
source could implement the fix in a more elegant manner, I and many other
AIX users would be very grateful.

 - Dave



-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]