changelog Thu Jan 29 01:43:34 2009 UTC
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1438&r2=1.1439&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1438 ZendEngine2/ChangeLog:1.1439
--- ZendEngine2/ChangeLog:1.1438 Tue Jan 27 01:39:29 2009
+++ ZendEngine2/ChangeLog Thu Jan 29 01:43:26 2009
@@ -1,3 +1,14 @@
+2009-01-28 Nuno Lopes <nunoplo...@sapo.pt>
+
+ * zend_stream.c:
+ MFB: turn the offset parameter of mmap() back to 0
+
+ * (PHP_5_3)
+ zend_stream.c:
+ the offset parameter of mmap() must be aligned to a page boundary
(although
+ linux doesnt strictly require it).
+ use 0 as offset as it will be small and increment the ptrs afterwards
+
2009-01-26 Christian Seiler <chris...@gmx.net>
* (PHP_5_3)
@@ -27719,7 +27730,7 @@
2003-06-10 Jani Taskinen <sni...@iki.fi>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.1438 2009/01/27 01:39:29 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.1439 2009/01/29 01:43:26 changelog Exp $ tag
2003-06-10 James Cox <ja...@imajes.info>
@@ -29443,7 +29454,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.1438 2009/01/27 01:39:29
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.1439 2009/01/29 01:43:26
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <i...@prohost.org>