115 Commits (e184a55bf4e249173fd8c31d28ffb006992fe73b)

Author SHA1 Message Date
foobar 333406bdc2 - Added some missing CVS $Id$ tags, headers and footers. 23 years ago
Ilia Alshanetsky 8c3b8d4fe6 MFZE2 23 years ago
Sebastian Bergmann 2c5d4b8c23 Bump year. 23 years ago
Andi Gutmans 9f361fc0f8 - Allow enabling of memory cache with zend_mm 23 years ago
Zeev Suraski 0e50ac4b2c MFZE1 24 years ago
Harald Radi 99c90db11a make win32 debug output more verbose 24 years ago
Andi Gutmans b55a20abf4 - Fix problem with scope's not changing correctly during method calls. 24 years ago
Andi Gutmans c6b39eb50d - More fixes (warnings, bug fixes etc.) 24 years ago
Andi Gutmans 8fd5e70e2d - Fix crash bug and clean up a bit. 24 years ago
Andi Gutmans 95e0bb6a4b - MFZE1 24 years ago
Andi Gutmans 2172abcb0a - Don't use cache if we're using ZEND_MM 24 years ago
Andi Gutmans 1c20bf27da - Don't keep allocated blocks in a linked list if we're in non-debug mode 24 years ago
Andi Gutmans 7f226a6b19 - Fix crash when zend_mm_shutdown is called more than once. 24 years ago
Andi Gutmans e2f57d0fcc - MFZE1 24 years ago
Andi Gutmans b53569c9e8 - Nuke persist_alloc(). 24 years ago
Andi Gutmans ad9bed0edd - Oops, this was supposed to be part of the previous #ifdef ZEND_MM change 24 years ago
Andi Gutmans 1e4a2dc6a9 - Fix a bug and add code which frees actual allocated segments at the end 24 years ago
Andi Gutmans 380c082e32 - Commit an initial version of a home made memory manager. 24 years ago
Sebastian Bergmann 8463225b49 Revert. 24 years ago
Sebastian Bergmann 90bad130a9 MFZE1: If the size-operands of memset are constants, the compiler can turn them into fast inline code. So, instead of using ecalloc, we use emalloc + memset in macro form now. emalloc will not return NULL, so the chosen macro form is safe. This is not true for malloc(3). An inline function accomodates our needs here. Suggested by: http://www.mail-archive.com/dev%40httpd.apache.org/msg02492.html (Sascha) 24 years ago
Andi Gutmans 7df1601239 - MFZE1 24 years ago
Sebastian Bergmann 62dc854bb0 Happy New Year. 24 years ago
Sebastian Bergmann d863d52a5d Update headers. 24 years ago
Zeev Suraski b02df6f4ac MFZE1 25 years ago
Zeev Suraski 4f6c95d17a Whitespace 25 years ago
Zeev Suraski c06dbe23bb Fix buglet 25 years ago
Zeev Suraski e206bd3374 Fix macro 25 years ago
Zeev Suraski 66d9314b60 Implement fast memory allocation and reduced fragmentation under Windows. 25 years ago
Zeev Suraski b4f3b9d3ce Redesigned thread safety mechanism - nua nua 25 years ago
Sascha Schumann b677af2265 tsrm_error is only available, if TSRM_DEBUG is defined. 25 years ago
Sascha Schumann 28ecbb213c tsrm_error is only available, if TSRM_DEBUG is defined. 25 years ago
Andi Gutmans 55687ca216 - Fix the memory limit fix. 25 years ago
Zeev Suraski 3eb6d65ece Fix memory_limit, kill warning 25 years ago
Andi Gutmans 34e0c392e8 - Fix memory fragmention problem which could lead to web server processes 25 years ago
Thies C. Arntzen 473d3eae45 reset allocated_memory_peak after each request. 25 years ago
Zeev Suraski c7464b7d6a Fix build 25 years ago
Zeev Suraski 41fbc95fe1 Fix build 25 years ago
Zeev Suraski 260b4d0dbf Merge memory usage into memory limit 25 years ago
Thies C. Arntzen 8ca106bffc added --enable-memory-usage-info 25 years ago
Andi Gutmans aa1c46b3d8 - Try to solve crash on OS400. There is actually no reason I can see for 25 years ago
Andi Gutmans 277ab5f223 - Improve overwrite detection in debug mode. 25 years ago
Andi Gutmans 1df2271224 - Just some little whitespace stuff. 25 years ago
Andi Gutmans 429aed9066 - Don't add/remove cached memory blocks from blocks list as this will slow 25 years ago
Andi Gutmans 0971ff99cb - Whitespace changes to be standard like the rest of Zend 25 years ago
Zeev Suraski 1078e61c74 small beautification 25 years ago
Andi Gutmans d2c9e8074c - Update copyright year 25 years ago
Zeev Suraski 903018ef36 - Remove backward dependency from PHP -> Zend 25 years ago
Zeev Suraski 42b0e1cb1f Forgot to commit the non-debug build fix yesterday... 25 years ago
Zeev Suraski 9a0b61a619 Add thread-safety debugging information (idea - Dmitri Dmitrienko) 25 years ago
Andi Gutmans 6d92ac275d - Fix fprintf 25 years ago