ID: 47852 Updated by: fel...@php.net Reported By: mbecc...@php.net -Status: Open +Status: Closed Bug Type: Compile Failure Operating System: NetBSD 5 PHP Version: 5.3CVS-2009-03-31 (CVS) New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Committed in 5.2, 5.3 and HEAD. Previous Comments: ------------------------------------------------------------------------ [2009-03-31 16:03:50] mbecc...@php.net Description: ------------ NetBSD 5 introduced mremap() but the signature is different from what we expect. >From man remap: COMPATIBILITY The semantics of mremap() differ from the one provided by glibc on Linux in that the newp argument was added and a different set of flags are implemented. A patch is available here: http://www.beccati.com/misc/php/zend_alloc_netbsd.diff NetBSD 4 compiles without any problem because mremap is not available. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=47852&edit=1