php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5211 "my_init.c", line 102: undefined struct/union member: ru_maxrss
Submitted: 2000-06-24 01:22 UTC Modified: 2001-03-09 21:58 UTC
From: brothers at halcyon dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.0 Release OS: Dynix/Ptx
Private report: No CVE-ID: None
 [2000-06-24 01:22 UTC] brothers at halcyon dot com
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-20 04:05 UTC] sniper@php.net
Does this problem still persist with more recent version of php (from CVS or http://snaps.php.net) ??

--Jani
 [2000-08-29 18:40 UTC] sniper@php.net
Dup of #5210

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 05:01:28 2024 UTC