ID: 5211
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Duplicate
Status: Closed
Bug Type: Compile Failure
Assigned To: 
Comments:



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

[2000-08-20 04:05:18] [EMAIL PROTECTED]
Does this problem still persist with more recent version of php (from CVS or 
http://snaps.php.net) ??

--Jani

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

[2000-06-24 01:22:55] [EMAIL PROTECTED]
This is a correction to Bug # 5210.  My email address and password are evidently not 
enough to allow me to edit my earlier bug report.  Sorry about the seeming duplicate.

--------------------
Re: my fix in bug report 5210

Uh, no.  That will break on the BS2000.  It suppresses the compiler error on the 
Sequent for the wrong reason, and leaves open the same problem in microtime.c.

After the patch diff from bug report 5210 is applied, line 98 in my_init.c should read

#if !defined(_OSD_POSIX) && !defined(_SEQUENT_)

instead of #ifdef _OSD_POSIX

Then, a similar change is needed in microtime.c, where line 117 should become

#if !defined(_OSD_POSIX) && !defined(_SEQUENT_)

as well, instead of #ifndef _OSD_POSIX

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



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=5211&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