b32b2831 | 15-Apr-1999 |
Andi Gutmans |
- one more place which seems to have needed fixing. I don't have time to look more into it. I hope we don't have anymore places which need fixing. |
3d631c4c | 15-Apr-1999 |
Andi Gutmans |
- Should fix the pass by reference problem. This happened because we moved start from arg 1 now and not arg 0. There might be more places which need fixing like in the executor but the bug
- Should fix the pass by reference problem. This happened because we moved start from arg 1 now and not arg 0. There might be more places which need fixing like in the executor but the bug seems OK now.
show more ...
|
fa76f0c9 | 14-Apr-1999 |
Zeev Suraski |
Compile fix |
39f9487e | 14-Apr-1999 |
Andi Gutmans |
-Tiny patches |
76ceb9ad | 13-Apr-1999 |
Zeev Suraski |
Better detection |
7c2155c1 | 13-Apr-1999 |
Zeev Suraski |
Move Ai stuff before get_zval_*(), like Andi suggested. Fixes Sascha's huge memory leak |
e1e2226b | 13-Apr-1999 |
Andi Gutmans |
- Fix various memory leaks. |
d86ed820 | 13-Apr-1999 |
Andi Gutmans |
Refcount bugfix |
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 |
ad9b13eb | 12-Apr-1999 |
Zeev Suraski |
off by one |
1dff49ec | 12-Apr-1999 |
Zeev Suraski |
Minor optimization |
3ca6d611 | 12-Apr-1999 |
Zeev Suraski |
Make functions that don't take arguments somewhat happier:) |
714f450a | 12-Apr-1999 |
Zeev Suraski |
This should take care of "this" for user-defined functions. It wasn't yet working for built-in functions anyway, this one is coming soon. |
06660839 | 12-Apr-1999 |
Zeev Suraski |
NULL's should remain NULLs (at least in strings) |
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 |
|
b06c5731 | 12-Apr-1999 |
Zeev Suraski |
Minor fixes: missing zval_copy_ctor() messed up AiCount fix |
4213b5d6 | 12-Apr-1999 |
Stig Bakken |
tolerate uninitialized ini settings in php_ini_{long,double,string}() |
483caf36 | 12-Apr-1999 |
Sascha Schumann |
This should help in keeping PHP4 up to date |
4869bd3b | 10-Apr-1999 |
Zeev Suraski |
Test patch... |
3b53a8ad | 10-Apr-1999 |
Zeev Suraski |
test patch |
1c23f756 | 10-Apr-1999 |
Zeev Suraski |
Oops |
4b98f345 | 10-Apr-1999 |
Zeev Suraski |
php3_ini? What's that? |
bb6dff9c | 10-Apr-1999 |
Zeev Suraski |
Buh-bye php3_ini |