#
ae191806 |
| 09-Jun-2000 |
Andi Gutmans |
- Forgot to remove the FIXME
|
#
717acfe9 |
| 09-Jun-2000 |
Andi Gutmans |
- Make the memory limit accurate
|
#
605b1aa3 |
| 09-Jun-2000 |
Andi Gutmans |
- Fix cache initialization
|
#
9fb095b5 |
| 09-Jun-2000 |
Andi Gutmans |
- Allocate and cache in 8 byte blocks. Most allocators anyway use 8 byte - blocks. This should help fragmentation and cache hits. - The old tree is tagged as PRE_EIGHT_BYTE_ALLOC_PATCH
|
Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH, php-4.0.0 |
|
#
957327e8 |
| 18-May-2000 |
Zeev Suraski |
Do it in thread unsafe mode for now.
|
#
86c03cce |
| 18-May-2000 |
Sascha Schumann |
Kill warnings
|
#
a786fc4a |
| 18-May-2000 |
Andi Gutmans |
- Do this someplace else.
|
#
ac0e07ec |
| 16-May-2000 |
Zeev Suraski |
- Small optimization. Filling up the Cache helps performance.
|
Revision tags: php-4.0RC2 |
|
#
a9ec1147 |
| 08-May-2000 |
Andi Gutmans |
- Return real size allocated
|
Revision tags: PHP-4.0-RC1 |
|
#
2572b088 |
| 25-Mar-2000 |
Andi Gutmans |
*** empty log message ***
|
#
5e55e47f |
| 06-Mar-2000 |
Zeev Suraski |
It's official now...
|
Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1 |
|
#
0ac9536d |
| 19-Feb-2000 |
Zeev Suraski |
(c) patch
|
Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000 |
|
#
80bdd19e |
| 11-Feb-2000 |
Zeev Suraski |
Fine tune Andi's patch
|
Revision tags: BEFORE_SAPIFICATION_FEB_10_2000 |
|
#
bc5c9d8d |
| 10-Feb-2000 |
Andi Gutmans |
- Finally beautify those WIN32|WINNT checks
|
#
0517436b |
| 31-Jan-2000 |
Zeev Suraski |
- Fix foreach() - Fix indirect reference with object properties
|
Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH, PRE_ISSET_TYPE |
|
#
5864b57e |
| 30-Dec-1999 |
Zeev Suraski |
This should enable people to use ALLOC_ZVAL() in code outside the php4.dll
|
#
8f88443a |
| 29-Dec-1999 |
Zeev Suraski |
time_t is an int under Linux... this should always work.
|
#
32ef59b2 |
| 28-Dec-1999 |
Sascha Schumann |
Fix warnings
|
#
b7a5b3c3 |
| 27-Dec-1999 |
Zeev Suraski |
- Generalize the fast cache mechanism - Add the HashTable struct to the fast cache mechanism
|
#
1ad06e42 |
| 27-Dec-1999 |
Zeev Suraski |
*** empty log message ***
|
#
ebd4445b |
| 27-Dec-1999 |
Zeev Suraski |
Add cache statistics support
|
#
3c50b7ee |
| 26-Dec-1999 |
Zeev Suraski |
- Enable the new zval cache on debug too. No real reason not to, and it keeps the code cleaner. - ZTS compile fixes
|
#
b90bc0b1 |
| 26-Dec-1999 |
Zeev Suraski |
Fix buglet
|
#
aec33aa7 |
| 26-Dec-1999 |
Zeev Suraski |
Introduce a zval-specific cache - 5-15% speed improvement
|
#
c517633b |
| 26-Dec-1999 |
Zeev Suraski |
namespace protection
|