ID: 7280
Updated by: jmoore
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Duplicate
Bug Type: *Install and Config
PHP Version: 4.0.4
Assigned To: 
Comments:

same as 5882. There is a fix included Stas or andi you responded to 5882 perhaps you 
can look at the fix.

- James

Previous Comments:
---------------------------------------------------------------------------

[2001-01-03 11:59:14] [EMAIL PROTECTED]
Hi,

   I didn't have time to check it before.  The bug is still there
with php 4.0.4 (exactly the same as already described) and the line

#define inline __inline

is still in main/php_config.h.

Changing it for

#define inline

work as before.

Do I have to add some flag to the configure line?

Thanks.


---------------------------------------------------------------------------

[2000-12-30 20:20:09] [EMAIL PROTECTED]
No feedback. If this happens with PHP 4.0.4 reopen this bug report.

--Jani

---------------------------------------------------------------------------

[2000-11-21 06:12:07] [EMAIL PROTECTED]
Please try the latest snapshot from http://snaps.php.net/
as this should be fixed now.

--Jani

---------------------------------------------------------------------------

[2000-10-17 11:08:06] [EMAIL PROTECTED]
This is a followup to bug #5882

In order to compile and use the Apache dynamic module libphp4.so, the following
line in php_config.h has to be changed:

#define inline __inline

to 

#define inline

Otherwise, I get this error when trying to access a php page:

rld: Fatal Error: attempted access to unresolvable symbol in
/usr/local/apache/libexec/libphp4.so: _array_init

The compiler is the SGI Mipspro compiler version 7.3.
According to the C++ Programmer's Guide (MipsPro): 
extern inline functions are not supported.

My configure line is:
./configure --with-mysql=/usr/local/mysql --with-apxs=/usr/local/apache/bin/apxs
--with-imap=/usr/local/imap --with-ldap=/usr/local

Other suggestions (like -Dinline= and --enable-c9x-inline) did not work.

Thanks!


---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=7280&edit=2


-- 
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]

Reply via email to