Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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 |
| | |||||
* | 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 |
| |