php-developer-list | 2000111
Date: 11/09/00
- Next message: hardy.muxel <email protected>: "[PHP-DEV] Bug #7734: missing php3_ifx.h"
- Previous message: tictactux <email protected>: "[PHP-DEV] PHP 4.0 Bug #7722 Updated: script filename not passed to .cgi"
- In reply to: Bill Stoddard: "[PHP-DEV] [PATCH] Fix compile problem with php4 on AIX using the xlc compiler"
- Next in thread: Sascha Schumann: "Re: [PHP-DEV] [PATCH] Fix compile problem with php4 on AIX using the xlc compiler"
- Reply: Sascha Schumann: "Re: [PHP-DEV] [PATCH] Fix compile problem with php4 on AIX using the xlc compiler"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Doesn't xlc support inline at all? Maybe a compiler switch?
Andi
At 03:28 PM 11/9/00 -0500, Bill Stoddard wrote:
>Just getting my toes wet in PHP4 on AIX (using xlc). I'll submit more patches
>once I figure out the -right- way to fix the problems I am seeing :-)
>
>Bill Stoddard
>
>Index: php.h
>===================================================================
>RCS file: /repository/php4/main/php.h,v
>retrieving revision 1.126
>diff -u -r1.126 php.h
>--- php.h 2000/11/02 15:32:52 1.126
>+++ php.h 2000/11/09 20:10:08
>@@ -71,7 +71,7 @@
> #define PHP_DEBUG ZEND_DEBUG
>
>
>-#if PHP_DEBUG || !(defined(__GNUC__)||defined(PHP_WIN32))
>+#if PHP_DEBUG || !(defined(__GNUC__)||defined(PHP_WIN32)||defined(__IBMC__))
> #ifdef inline
> #undef inline
> #endif
>
>
>
>--
>PHP Development Mailing List <http://www.php.net/>
>To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
>For additional commands, e-mail: php-dev-help <email protected>
>To contact the list administrators, e-mail: php-list-admin <email protected>
--- Andi Gutmans <andi <email protected>> http://www.zend.com/-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: hardy.muxel <email protected>: "[PHP-DEV] Bug #7734: missing php3_ifx.h"
- Previous message: tictactux <email protected>: "[PHP-DEV] PHP 4.0 Bug #7722 Updated: script filename not passed to .cgi"
- In reply to: Bill Stoddard: "[PHP-DEV] [PATCH] Fix compile problem with php4 on AIX using the xlc compiler"
- Next in thread: Sascha Schumann: "Re: [PHP-DEV] [PATCH] Fix compile problem with php4 on AIX using the xlc compiler"
- Reply: Sascha Schumann: "Re: [PHP-DEV] [PATCH] Fix compile problem with php4 on AIX using the xlc compiler"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

