Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:1070 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16443 invoked from network); 28 Apr 2003 16:09:33 -0000 Received: from unknown (HELO cs181147.pp.htv.fi) (213.243.181.147) by pb1.pair.com with SMTP; 28 Apr 2003 16:09:33 -0000 Received: from localhost (jani@localhost) by cs181147.pp.htv.fi (8.11.6/8.11.6) with ESMTP id h3SG9Pv01385; Mon, 28 Apr 2003 19:09:26 +0300 X-Authentication-Warning: cs181147.pp.htv.fi: jani owned process doing -bs Date: Mon, 28 Apr 2003 19:09:25 +0300 (EEST) Sender: jani@cs181147.pp.htv.fi Reply-To: Jani Taskinen To: Zak Greant cc: David Hill , , In-Reply-To: <200304280728.43492.zak@mysql.com> Message-ID: References: <3EA83D97.80201@php.net> <200304280728.43492.zak@mysql.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Compilation issue with mysql/php & HP-ux From: sniper@iki.fi (Jani Taskinen) Zak, you're late. I already updated this file to one from Mysql 4.0.12. :) --Jani On Mon, 28 Apr 2003, Zak Greant wrote: >On April 24, 2003 13:40, David Hill wrote: >> Hi gents, >> The hp-ux compiler has an issue with a couple of lines in >> ext/mysql/libmysql/my_tempnam.c in the php 4_3 & PHP5 code stream. There >> are two uneeded lvalue casts that the compiler chokes on. >> >> Any chance that you guys can fix this ? > > Hi David, > > The odd cast was used as a way to force some systems to let us update > environ with a char ** pointer. > > In versions of the code later than this, we have had to switch to: > > (*(char***) &environ)=(char**) temp_env; > > as a way to deal with the IBM compiler under AIX not allowing us to cast the > value of environ. > > How does this change work out for you? > > --zak > > -- <- For Sale! ->