YESSSSSS!!!!!,

It works! I have compiled it both as standalone interpreter and as Apache's
module. It works. It works.

Great job Roman, I was concerned about having to search through all the Zend
sources to delete the 'inline' statements.

Just for the records: the 'inline' statement is not standard in C (at least
to my knowledge). In C++ yes. In C it depends on the compiler, and our Irix
MIPS compiler accepts it if you use the function only in the module where
you implement it. 

So now... What shall we do? where should we post a nice message letting
those nice guys from PHP know how to fix it for Irix? It shouldn't be very
complicated for them to change a bit autoconf or sources to change the
'inline' definition automagically if the system is Irix 6.5.

Take care,

Christian


> -----Mensaje original-----
> De: Roman Hochuli [mailto:[EMAIL PROTECTED]]
> Enviado el: jueves 11 de enero de 2001 20:46
> Para: Pomar Berry, Christian
> Asunto: AW: [PHP-INST] Compiling PHP 4.0.4 on Irix 6.5
> 
> 
> Hello Christian
> 
> Today I played a bit with this 'inline'-thing. 
> 
> After changing
> 
>       #define inline __inline
> 
> to
> 
>       #define inline
> 
> in main/php_config.h I was able to build php as a static 
> module into apache. I have not tried to compile a dynamic 
> module until now (mainly time reasons) but maybe it works too.
> 
> Greetings
> Roman
> 
> --
> Roman [EMAIL PROTECTED]/+41(0)15003595
> GCS/CC d+ s:+ a-- C++++ UL++++/I++++ P+ L++++ 
> E--- W+++ N++ w--- O M- V PS+++ Y+ PGP t+++ 
> 5++ X+++ R* tv+ b+ D+ G e h!(*) !r y-- UF++++
>  
> 

***************************************************************************

DISCLAIMER: Este mensaje contiene información propietaria 
de la cual parte o toda puede contener información confidencial
o protegida legalmente. Esta exclusivamente destinado al 
usuario de destino.
Si, por un error de envio o transmisión, ha recibido este mensaje 
y usted no es el destinatario del mismo, por favor, notifique
de este hecho al remitente.
Si no es el destinatario final de este mensaje no debe usar, 
informar, distribuir, imprimir, copiar o difundir este mensaje 
bajo ningún medio.

---------

DISCLAIMER: This e-mail contains propietary information some 
or all of which may be legally privileged. It is for the intended 
recipient only. If an addressing or transmission error has 
misdirected this e-mail, please notify the author by replying to
this e-mail. If you are not the intended recipient you must not use,
disclose, distribute, copy, print or relay on this e-mail.

***************************************************************************

-- 
PHP Install 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