Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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 |
| | |||||
* | Fix warnings | Sascha Schumann | 1999-12-28 | 1 | -2/+2 |
| | |||||
* | - Generalize the fast cache mechanism | Zeev Suraski | 1999-12-27 | 1 | -15/+22 |
| | | | | | - Add the HashTable struct to the fast cache mechanism | ||||
* | *** empty log message *** | Zeev Suraski | 1999-12-27 | 1 | -0/+4 |
| | |||||
* | Add cache statistics support | Zeev Suraski | 1999-12-27 | 1 | -0/+42 |
| | |||||
* | - Enable the new zval cache on debug too. No real reason not to, and it keeps | Zeev Suraski | 1999-12-26 | 1 | -7/+2 |
| | | | | | | the code cleaner. - ZTS compile fixes | ||||
* | Fix buglet | Zeev Suraski | 1999-12-26 | 1 | -1/+1 |
| | |||||
* | Introduce a zval-specific cache - 5-15% speed improvement | Zeev Suraski | 1999-12-26 | 1 | -1/+18 |
| | |||||
* | namespace protection | Zeev Suraski | 1999-12-26 | 1 | -21/+21 |
| | |||||
* | No need to block for interruptions so early | Zeev Suraski | 1999-12-21 | 1 | -2/+2 |
| | |||||
* | Add ability to disable the memory cache | Zeev Suraski | 1999-11-27 | 1 | -2/+6 |
| | |||||
* | Fix compile problem with enable-memory-limit | Zeev Suraski | 1999-11-22 | 1 | -1/+1 |
| | |||||
* | * header file cleanup | Stig S. Bakken | 1999-09-06 | 1 | -5/+5 |
| | | | | | | | | * fixed --enable-thread-safety build for UNIX I don't have a Win32 environment available, could someone please try compiling on Win32 to see if I got all the header file stuff right there? | ||||
* | - Shift around header files. | Andi Gutmans | 1999-09-05 | 1 | -3/+1 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Beef up debug macros | Zeev Suraski | 1999-08-28 | 1 | -36/+27 |
| | |||||
* | Better debug macros | Zeev Suraski | 1999-08-27 | 1 | -58/+30 |
| | |||||
* | 0.91 update | Zeev Suraski | 1999-07-19 | 1 | -2/+2 |
| | |||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -4/+8 |
| | |||||
* | Oh, that dumb bug. | Zeev Suraski | 1999-07-10 | 1 | -1/+2 |
| | |||||
* | Get rid of AiCount completely | Zeev Suraski | 1999-07-10 | 1 | -10/+0 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 1999-07-09 | 1 | -2/+8 |
| | |||||
* | Send a SIGSEGV instead of exiting, to trigger a core dump | Zeev Suraski | 1999-07-09 | 1 | -0/+8 |
| | |||||
* | * Support recoverable failure from erealloc() | Zeev Suraski | 1999-07-09 | 1 | -5/+7 |
| | | | | | * Fix the shutdown code on an unrecoverable erealloc() failure | ||||
* | * Make the memory leak reporting code much better with repeats | Zeev Suraski | 1999-06-26 | 1 | -26/+24 |
| | | | | | * Remove useless variables | ||||
* | * Fix concatenation of arrays (it was PHP 3.0 style, copying zval's instead | Zeev Suraski | 1999-06-22 | 1 | -1/+1 |
| | | | | | | of zval *, and it wasn't using reference counting) * Fix a memory leak in static array()'s with textual indices |