#
1250c43a |
| 22-May-1999 |
Zeev Suraski |
* Add struct name to all typedef's so that they can be debugged with MSVC * Fix an AiCount bug - list(...) = $var was using $var multiple times, and thus causing AiCount to be decreased multi
* Add struct name to all typedef's so that they can be debugged with MSVC * Fix an AiCount bug - list(...) = $var was using $var multiple times, and thus causing AiCount to be decreased multiple times even though it was increased only once for $var. Mark all FETCH_DIM's so that they won't decrease AiCount, and only decrease AiCount on the last FETCH_DIM. * Fix a stupid bug - forgot to pass CLS_C to some compiler function. For some reason MSVC doesn't report these :I
show more ...
|
#
080105f7 |
| 22-May-1999 |
Zeev Suraski |
Give more information and save log lines in memory leak reports
|
Revision tags: BEFORE_PHP4_APACHE_MODULE_CHANGE |
|
#
2493f680 |
| 27-Apr-1999 |
Zeev Suraski |
* Fix debugger+interactive mode bug * Recognize whether an extension is with debug information or not
|
#
7a87fcbb |
| 21-Apr-1999 |
Zeev Suraski |
Thread safety patch. We're still not quite there but it compiles again, and more logic has been implemented.
|
#
e1e2226b |
| 13-Apr-1999 |
Andi Gutmans |
- Fix various memory leaks.
|
#
3fcc6511 |
| 13-Apr-1999 |
Andi Gutmans |
* Optimize argument_stack top lookup * Fix a nasty bug in zend_ptr_stack_clean()
|
#
533f1359 |
| 12-Apr-1999 |
Zeev Suraski |
Remove unnecessary stack
|
#
15be5f0b |
| 12-Apr-1999 |
Zeev Suraski |
Destroy the resource list after destroying the symbol table, otherwise the auto-destructor for resources are run when the resource list is no longer valid
|
#
39a7f4c3 |
| 12-Apr-1999 |
Zeev Suraski |
This patch is a go. Not fully optimized yet, but working properly. Prepatch tagged as BEFORE_STACK_PATCH.
|
Revision tags: BEFORE_STACK_PATCH |
|
#
d1d96d04 |
| 07-Apr-1999 |
Zeev Suraski |
Remove an unused variable
|
Revision tags: CLOSED_BETA |
|
#
573b4602 |
| 07-Apr-1999 |
Andi Gutmans |
Zend Library
|