Edit report at https://bugs.php.net/bug.php?id=50982&edit=1
ID: 50982 Updated by: dmi...@php.net Reported by: geissert at debian dot org Summary: incorrect assumption of PAGE_SIZE size -Status: Assigned +Status: Closed Type: Bug Package: Compile Failure PHP Version: 5.3.1 Assigned To: dmitry Block user comment: N Private report: N New Comment: This bug has been fixed in SVN. 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/. For Windows: http://windows.php.net/snapshots/ Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2011-09-15 11:30:02] dmi...@php.net Automatic comment from SVN on behalf of dmitry Revision: http://svn.php.net/viewvc/?view=revision&revision=316812 Log: Fixed bug #50982 (incorrect assumption of PAGE_SIZE size) ------------------------------------------------------------------------ [2010-02-12 17:22:50] j...@php.net Related to bug #48034 Dmitry, please check this out. ------------------------------------------------------------------------ [2010-02-09 23:26:25] geissert at debian dot org Description: ------------ If sys/mman.h does not define PAGE_SIZE there's an incorrect assumption that it is 4096. This can have multiple side effects. At Debian we are going to use the following patch: http://git.debian.org/?p=pkg-php/php.git;a=blob;f=debian/patches/page_size_fixes.patch;h=f24b732ff6349101e1cee560b581081ca74d717f;hb=HEAD There's also a logical bug where PAGE_SIZE could not be defined at all but still used, but I'm not addressing that one. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=50982&edit=1