|
Revision 274, 1.1 kB
(checked in by moo, 2 years ago)
|
|
1.0: update NEWS
|
| Line | |
|---|
| 1 | 1.0.3 2006-11-11 |
|---|
| 2 | ======== |
|---|
| 3 | cacher: |
|---|
| 4 | * [239] avoid crash when error compiling script |
|---|
| 5 | * [238] fix zval reference handling |
|---|
| 6 | * [237] fix the parsing of c headers to build on some rare arch |
|---|
| 7 | * [211] fix conflict between sandbox and user error handler |
|---|
| 8 | * [180] fix type processor_t conflict with Mac OS X |
|---|
| 9 | * [179] fix assertion code that may be enabled on some arch, making the compile failed |
|---|
| 10 | |
|---|
| 11 | coverager: |
|---|
| 12 | * [240] coverager fixes |
|---|
| 13 | * fix tplcov |
|---|
| 14 | * leaked by outfilename (efree by zend_mm tho) |
|---|
| 15 | * remove double Content-Language |
|---|
| 16 | * avoid double slash |
|---|
| 17 | * make dir ended with dir sep |
|---|
| 18 | * DIRECTORY_SEPARATOR for coverager config example |
|---|
| 19 | |
|---|
| 20 | 1.0.2 2006-09-16 |
|---|
| 21 | ======== |
|---|
| 22 | cacher: |
|---|
| 23 | * fix: was not working properly on windows |
|---|
| 24 | |
|---|
| 25 | 1.0.1 2006-09-10 |
|---|
| 26 | ======== |
|---|
| 27 | cacher: |
|---|
| 28 | * avoid crash when OOM on mem_(calloc|realloc|strndup) [112] [143] |
|---|
| 29 | * sohosin compatible & TSRM fix. [99] |
|---|
| 30 | * indent compatible on building. [98] |
|---|
| 31 | * Cannot redeclare problem. #14, #17, #18, [86] |
|---|
| 32 | * win32 fixes: zts [74], map [83] |
|---|
| 33 | * minor PHP_5_2 compatible fix. please wait for 1.1 if you need php 5.2 |
|---|
| 34 | |
|---|
| 35 | admin page: |
|---|
| 36 | * fix cache clear corrupted bug in admin page |
|---|