Justtechjobs.com Find a programming school near you






Online Campus Both


php-developer-list | 2000111

Re: [PHP-DEV] [PATCH] Fix compile problem with php4 on AIX using the xlc compiler From: Andi Gutmans (andi <email protected>)
Date: 11/09/00

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>