Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -3/+3 | |
| | ||||||
* | Fix buglet | Zeev Suraski | 2001-08-03 | 1 | -1/+1 | |
| | ||||||
* | Fix macro | Zeev Suraski | 2001-08-03 | 1 | -1/+1 | |
| | ||||||
* | Implement fast memory allocation and reduced fragmentation under Windows. | Zeev Suraski | 2001-08-03 | 1 | -5/+33 | |
| | ||||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -8/+8 | |
| | ||||||
* | tsrm_error is only available, if TSRM_DEBUG is defined. | Sascha Schumann | 2001-07-23 | 1 | -1/+1 | |
| | ||||||
* | tsrm_error is only available, if TSRM_DEBUG is defined. | Sascha Schumann | 2001-07-23 | 1 | -1/+1 | |
| | ||||||
* | - Fix the memory limit fix. | Andi Gutmans | 2001-06-30 | 1 | -1/+1 | |
| | ||||||
* | Fix memory_limit, kill warning | Zeev Suraski | 2001-06-29 | 1 | -0/+5 | |
| | ||||||
* | - Fix memory fragmention problem which could lead to web server processes | Andi Gutmans | 2001-06-19 | 1 | -7/+15 | |
| | | | | | growing much more than they should. (bug #11344?) | |||||
* | reset allocated_memory_peak after each request. | Thies C. Arntzen | 2001-05-18 | 1 | -0/+1 | |
| | ||||||
* | Fix build | Zeev Suraski | 2001-05-17 | 1 | -0/+1 | |
| | ||||||
* | Fix build | Zeev Suraski | 2001-05-17 | 1 | -1/+1 | |
| | ||||||
* | Merge memory usage into memory limit | Zeev Suraski | 2001-05-16 | 1 | -21/+7 | |
| | ||||||
* | added --enable-memory-usage-info | Thies C. Arntzen | 2001-05-11 | 1 | -0/+23 | |
| | ||||||
* | - Try to solve crash on OS400. There is actually no reason I can see for | Andi Gutmans | 2001-04-30 | 1 | -5/+6 | |
| | | | | | why his fix should solve a crash but it doesn't harm. | |||||
* | - Improve overwrite detection in debug mode. | Andi Gutmans | 2001-04-29 | 1 | -22/+23 | |
| | ||||||
* | - Just some little whitespace stuff. | Andi Gutmans | 2001-04-28 | 1 | -24/+24 | |
| | ||||||
* | - Don't add/remove cached memory blocks from blocks list as this will slow | Andi Gutmans | 2001-04-28 | 1 | -7/+1 | |
| | | | | | - down performance a bit. | |||||
* | - Whitespace changes to be standard like the rest of Zend | Andi Gutmans | 2001-04-27 | 1 | -1/+1 | |
| | ||||||
* | small beautification | Zeev Suraski | 2001-04-17 | 1 | -5/+5 | |
| | ||||||
* | - Update copyright year | Andi Gutmans | 2001-02-26 | 1 | -1/+1 | |
| | ||||||
* | - Remove backward dependency from PHP -> Zend | Zeev Suraski | 2001-01-07 | 1 | -1/+1 | |
| | | | | | | | - Rename get_ini_entry() as get_configuration_directive() for clarity (it doesn't use the INI subsystem, but the module-supplied function for retrieving configuration directives) | |||||
* | Forgot to commit the non-debug build fix yesterday... | Zeev Suraski | 2000-11-18 | 1 | -6/+2 | |
| | ||||||
* | Add thread-safety debugging information (idea - Dmitri Dmitrienko) | Zeev Suraski | 2000-11-18 | 1 | -0/+32 | |
| | ||||||
* | - Fix fprintf | Andi Gutmans | 2000-10-04 | 1 | -1/+1 | |
| | ||||||
* | Fix build with no memory_limit | Zeev Suraski | 2000-08-19 | 1 | -0/+4 | |
| | ||||||
* | Fix memory_limit | Zeev Suraski | 2000-08-19 | 1 | -5/+14 | |
| | ||||||
* | Nuke a warning | Zeev Suraski | 2000-06-24 | 1 | -1/+1 | |
| | ||||||
* | - Change cache size and only initialize part of it. | Andi Gutmans | 2000-06-22 | 1 | -2/+2 | |
| | ||||||
* | Cached-freed memory blocks should not be in "occupied" list | Stanislav Malyshev | 2000-06-22 | 1 | -4/+16 | |
| | ||||||
* | Make cache counters to be unsigned int | Stanislav Malyshev | 2000-06-22 | 1 | -6/+7 | |
| | | | | | Start collecting statistics after cache pre-fill | |||||
* | - More correct way of doing bit mask | Andi Gutmans | 2000-06-14 | 1 | -1/+1 | |
| | ||||||
* | - Forgot to remove the FIXME | Andi Gutmans | 2000-06-09 | 1 | -1/+0 | |
| | ||||||
* | - Make the memory limit accurate | Andi Gutmans | 2000-06-09 | 1 | -6/+6 | |
| | ||||||
* | - Fix cache initialization | Andi Gutmans | 2000-06-09 | 1 | -3/+1 | |
| | ||||||
* | - Allocate and cache in 8 byte blocks. Most allocators anyway use 8 byte | Andi Gutmans | 2000-06-09 | 1 | -21/+46 | |
| | | | | | | - blocks. This should help fragmentation and cache hits. - The old tree is tagged as PRE_EIGHT_BYTE_ALLOC_PATCH | |||||
* | Do it in thread unsafe mode for now. | Zeev Suraski | 2000-05-18 | 1 | -2/+5 | |
| | ||||||
* | Kill warnings | Sascha Schumann | 2000-05-18 | 1 | -0/+2 | |
| | ||||||
* | - Do this someplace else. | Andi Gutmans | 2000-05-18 | 1 | -0/+2 | |
| | ||||||
* | - Small optimization. Filling up the Cache helps performance. | Zeev Suraski | 2000-05-16 | 1 | -0/+15 | |
| | ||||||
* | - Return real size allocated | Andi Gutmans | 2000-05-08 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Andi Gutmans | 2000-03-25 | 1 | -1/+2 | |
| | ||||||
* | It's official now... | Zeev Suraski | 2000-03-06 | 1 | -3/+3 | |
| | ||||||
* | (c) patch | Zeev Suraski | 2000-02-19 | 1 | -1/+1 | |
| | ||||||
* | Fine tune Andi's patch | Zeev Suraski | 2000-02-11 | 1 | -1/+1 | |
| | ||||||
* | - Finally beautify those WIN32|WINNT checks | Andi Gutmans | 2000-02-10 | 1 | -1/+1 | |
| | ||||||
* | - Fix foreach() | Zeev Suraski | 2000-01-31 | 1 | -1/+1 | |
| | | | | | - Fix indirect reference with object properties | |||||
* | This should enable people to use ALLOC_ZVAL() in code outside the php4.dll | Zeev Suraski | 1999-12-30 | 1 | -1/+1 | |
| | ||||||
* | time_t is an int under Linux... this should always work. | Zeev Suraski | 1999-12-29 | 1 | -2/+2 | |
| |