| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 Patch replace-getdtablesize for Compile Failure Bug #73040Patch version 2016-09-07 14:48 UTC Return to Bug #73040 | Download this patchPatch Revisions: Developer: subins2000@gmail.com--- php_fopen_wrapper_orig.c 2016-09-07 20:15:35.477040000 +0530 +++ php_fopen_wrapper.c 2016-09-07 20:15:51.501040341 +0530 @@ -324,7 +324,7 @@ } #if HAVE_UNISTD_H - dtablesize = getdtablesize(); + dtablesize = OPEN_MAX; #else dtablesize = INT_MAX; #endif  | 
    
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 00:00:01 2025 UTC |